HomeSort by relevance Sort by last modified time
    Searched refs:pk8 (Results 1 - 6 of 6) sorted by null

  /development/tools/
make_key 24 Creates <name>.pk8 key and <name>.x509.pem cert. Cert contains the
30 if [[ -e $1.pk8 || -e $1.x509.pem ]]; then
31 echo "$1.pk8 and/or $1.x509.pem already exist; please delete them first"
37 # and .pk8-creating programs, to avoid having the private key ever
67 echo "creating ${1}.pk8 with no password"
68 openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 -nocrypt
70 echo "creating ${1}.pk8 with password [${password}]"
72 openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 \
  /external/chromium_org/net/data/ssl/scripts/
generate-client-certificates.sh 121 -out out/$id.pk8
166 try cp out/A.pk8 ../certificates/client_1.pk8
171 try cp out/D.pk8 ../certificates/client_2.pk8
  /build/core/
prebuilt_internal.mk 143 $(built_module) : PRIVATE_PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
165 PACKAGES.$(LOCAL_MODULE).PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
169 $(built_module) : PRIVATE_PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
219 $(built_apk_splits) : PRIVATE_PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
dpi_specific_apk.mk 35 $(LOCAL_ADDITIONAL_CERTIFICATES), $(c).x509.pem $(c).pk8)
package_internal.mk 348 private_key := $(LOCAL_CERTIFICATE).pk8
359 $(LOCAL_ADDITIONAL_CERTIFICATES), $(c).x509.pem $(c).pk8)
Makefile 367 # exist with the suffixes ".x509.pem" and ".pk8".
514 $(BOOT_SIGNER) /boot $@ $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).pk8 $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).x509.pem $@
521 $(BOOT_SIGNER) /boot $(INSTALLED_BOOTIMAGE_TARGET) $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).pk8 $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).x509.pem $(INSTALLED_BOOTIMAGE_TARGET)
    [all...]

Completed in 797 milliseconds