HomeSort by relevance Sort by last modified time
    Searched refs:pk8 (Results 1 - 14 of 14) 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 \
  /build/make/core/
app_prebuilt_internal.mk 110 $(built_module) : $(LOCAL_CERTIFICATE).pk8 $(LOCAL_CERTIFICATE).x509.pem
111 $(built_module) : PRIVATE_PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
133 PACKAGES.$(LOCAL_MODULE).PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
137 $(built_module) : $(LOCAL_CERTIFICATE).pk8 $(LOCAL_CERTIFICATE).x509.pem
138 $(built_module) : PRIVATE_PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
258 $(built_apk_splits) : $(LOCAL_CERTIFICATE).pk8 $(LOCAL_CERTIFICATE).x509.pem
259 $(built_apk_splits) : PRIVATE_PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
dpi_specific_apk.mk 8 additional_certificates := $(foreach c,$(LOCAL_ADDITIONAL_CERTIFICATES), $(c).x509.pem $(c).pk8)
soong_app_prebuilt.mk 134 PACKAGES.$(LOCAL_MODULE).PRIVATE_KEY := $(patsubst %.x509.pem,%.pk8,$(LOCAL_CERTIFICATE))
package_internal.mk 544 private_key := $(LOCAL_CERTIFICATE).pk8
546 additional_certificates := $(foreach c,$(LOCAL_ADDITIONAL_CERTIFICATES), $(c).x509.pem $(c).pk8)
Makefile     [all...]
  /build/soong/java/
app_test.go 717 expected: "build/target/product/security/testkey.x509.pem build/target/product/security/testkey.pk8",
734 expected: "cert/new_cert.x509.pem cert/new_cert.pk8",
746 expected: "build/target/product/security/expiredkey.x509.pem build/target/product/security/expiredkey.pk8",
763 expected: "cert/new_cert.x509.pem cert/new_cert.pk8",
915 signFlag: "build/target/product/security/expiredkey.x509.pem build/target/product/security/expiredkey.pk8",
922 signFlag: "cert/new_cert.x509.pem cert/new_cert.pk8",
929 signFlag: "build/target/product/security/expiredkey.x509.pem build/target/product/security/expiredkey.pk8",
app.go 321 defaultDir.Join(ctx, cert+".pk8"),
642 // Name of the certificate files. Extensions .x509.pem and .pk8 will be added to the name.
659 android.PathForModuleSrc(ctx, cert+".pk8"),
java_test.go 190 "cert/new_cert.pk8": nil,
  /build/make/tools/releasetools/
test_sign_target_files_apks.py 37 APEX_KEYS_TXT = """name="apex.apexd_test.apex" public_key="system/apex/apexd/apexd_testdata/com.android.apex.test_package.avbpubkey" private_key="system/apex/apexd/apexd_testdata/com.android.apex.test_package.pem" container_certificate="build/target/product/security/testkey.x509.pem" container_private_key="build/target/product/security/testkey.pk8"
38 name="apex.apexd_test_different_app.apex" public_key="system/apex/apexd/apexd_testdata/com.android.apex.test_package_2.avbpubkey" private_key="system/apex/apexd/apexd_testdata/com.android.apex.test_package_2.pem" container_certificate="build/target/product/security/testkey.x509.pem" container_private_key="build/target/product/security/testkey.pk8"
435 'container_private_key="build/target/product/security/testkey2.pk8"')
449 'container_private_key="build/target/product/security/testkey.pk8"')
472 'container_private_key="build/target/product/security/testkey.pk8"')
  /build/soong/apex/
apex_test.go 171 "vendor/foo/devkeys/test.pk8": nil,
173 "testkey.pk8": nil,
175 "testkey.override.pk8": nil,
882 if certs != "testkey.override.x509.pem testkey.override.pk8" {
884 "testkey.override.509.pem testkey.override.pk8")
    [all...]
apex.go 854 a.container_private_key_file = defaultDir.Join(ctx, cert+".pk8")
    [all...]
  /build/soong/sysprop/
sysprop_test.go 158 "cert/new_cert.pk8": nil,
  /build/soong/android/
config.go 594 return PathForSource(ctx, defaultCert+".x509.pem"), PathForSource(ctx, defaultCert+".pk8")
597 return defaultDir.Join(ctx, "testkey.x509.pem"), defaultDir.Join(ctx, "testkey.pk8")

Completed in 249 milliseconds