Home
last modified time | relevance | path

Searched refs:x509 (Results 1 – 25 of 30) sorted by relevance

12

/system/sepolicy/private/
Dkeys.conf12 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
15 ALL : $MAINLINE_SEPOLICY_DEV_CERTIFICATES/sdk_sandbox.x509.pem
18 ALL : $MAINLINE_SEPOLICY_DEV_CERTIFICATES/bluetooth.x509.pem
21 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/media.x509.pem
24 ALL : $MAINLINE_SEPOLICY_DEV_CERTIFICATES/networkstack.x509.pem
27 ALL : $MAINLINE_SEPOLICY_DEV_CERTIFICATES/nfc.x509.pem
30 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
34 ENG : $DEFAULT_SYSTEM_DEV_CERTIFICATE/testkey.x509.pem
35 USER : $DEFAULT_SYSTEM_DEV_CERTIFICATE/testkey.x509.pem
36 USERDEBUG : $DEFAULT_SYSTEM_DEV_CERTIFICATE/testkey.x509.pem
/system/sepolicy/microdroid/system/private/
Dkeys.conf12 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
15 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/media.x509.pem
18 ALL : $MAINLINE_SEPOLICY_DEV_CERTIFICATES/networkstack.x509.pem
21 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
25 ENG : $DEFAULT_SYSTEM_DEV_CERTIFICATE/testkey.x509.pem
26 USER : $DEFAULT_SYSTEM_DEV_CERTIFICATE/testkey.x509.pem
27 USERDEBUG : $DEFAULT_SYSTEM_DEV_CERTIFICATE/testkey.x509.pem
/system/security/ondevice-signing/
DCertUtils.cpp130 bssl::UniquePtr<X509> x509(X509_new()); in createSelfSignedCertificate() local
131 if (!x509) { in createSelfSignedCertificate()
134 X509_set_version(x509.get(), 2); in createSelfSignedCertificate()
135 X509_gmtime_adj(X509_get_notBefore(x509.get()), 0); in createSelfSignedCertificate()
136 X509_gmtime_adj(X509_get_notAfter(x509.get()), kCertLifetimeSeconds); in createSelfSignedCertificate()
137 ASN1_INTEGER_set(X509_get_serialNumber(x509.get()), kRootSubject.serialNumber); in createSelfSignedCertificate()
143 !X509_set1_signature_algo(x509.get(), algor.get())) { in createSelfSignedCertificate()
147 if (!X509_set_pubkey(x509.get(), rsa_pkey.value().get())) { in createSelfSignedCertificate()
151 X509_NAME* subjectName = X509_get_subject_name(x509.get()); in createSelfSignedCertificate()
158 if (!X509_set_issuer_name(x509.get(), subjectName)) { in createSelfSignedCertificate()
[all …]
/system/update_engine/payload_consumer/
Dcertificate_parser_android.cc97 std::unique_ptr<X509, decltype(&X509_free)> x509( in ReadPublicKeysFromCertificates() local
99 if (!x509) { in ReadPublicKeysFromCertificates()
105 X509_get_pubkey(x509.get()), EVP_PKEY_free); in ReadPublicKeysFromCertificates()
/system/apex/shim/build/
DAndroid.bp395 …cmd: "openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -subj '/DN=/EMAILADDRESS=android@andr…
408 name: "com.android.apex.rotation.key.bob.x509.pem",
410 out: ["bob.x509.pem"],
411 …cmd: "openssl req -x509 -key $(in) -newkey rsa:4096 -nodes -days 999999 -subj '/DN=/EMAILADDRESS=a…
419 "alice.x509.pem",
421 ":com.android.apex.rotation.key.bob.x509.pem",
425 …n alice.x509.pem) --new-signer --key $(location :com.android.apex.rotation.key.bob.pk8) --cert $(l…
433 "alice.x509.pem",
435 ":com.android.apex.rotation.key.bob.x509.pem",
439x509.pem) --set-rollback true --new-signer --key $(location :com.android.apex.rotation.key.bob.pk8…
[all …]
/system/sepolicy/vendor/
Dkeys.conf19 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/platform.x509.pem
/system/ca-certificates/
DREADME.cacerts4 openssl x509 -subject_hash_old -in filename
/system/keymint/tests/
DCargo.toml20 x509-cert = "0.1.0"
/system/apex/tools/
Dcreate_apex_skeleton.sh88 openssl req -x509 -config csr.conf -newkey rsa:4096 -nodes -days 999999 -keyout key.pem -out ${APEX…
/system/security/ondevice-signing/include/
DCertUtils.h46 extractPublicKeyFromX509(const std::vector<uint8_t>& x509);
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs/
DAndroid.bp60 "com.android.apex.test.sharedlibs.x509.pem",
72 " --x509key $(location com.android.apex.test.sharedlibs.x509.pem)" +
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs_secondary/
DAndroid.bp52 "com.android.apex.test.sharedlibs_secondary.x509.pem",
64 " --x509key $(location com.android.apex.test.sharedlibs_secondary.x509.pem)" +
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.foo/
DAndroid.bp63 "com.android.apex.test.foo.x509.pem",
75 " --x509key $(location com.android.apex.test.foo.x509.pem)" +
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar/
DAndroid.bp82 "com.android.apex.test.bar.x509.pem",
94 " --x509key $(location com.android.apex.test.bar.x509.pem)" +
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.baz/
DAndroid.bp63 "com.android.apex.test.baz.x509.pem",
75 " --x509key $(location com.android.apex.test.baz.x509.pem)" +
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.pony/
DAndroid.bp63 "com.android.apex.test.pony.x509.pem",
75 " --x509key $(location com.android.apex.test.pony.x509.pem)" +
/system/keymint/ta/
DCargo.toml22 x509-cert = { version = "0.2.4", default-features = false }
/system/apex/apexer/testdata/
DAndroid.bp21 // This will use com.android.my.apex.x509.pem (the cert) and
/system/security/keystore2/tests/
Dkeystore2_client_key_agreement_tests.rs22 use openssl::x509::X509;
Dkeystore2_client_keystore_engine_tests.rs31 use openssl::x509::X509;
/system/apex/apexer/
DAndroid.bp115 "testdata/com.android.example.apex.x509.pem",
/system/apex/docs/
Dhowto.md272 // This will use com.android.my.apex.x509.pem (the cert) and
282 $ openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -keyout key.pem -out com.android.my.apex.x…
437 - APK certificate (`*.x509.pem`)
/system/extras/verity/
DUtils.java56 import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
DBootSignature.java44 import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
/system/ca-certificates/files/
D7a819ef2.037 Serial Number: 1289 (0x509)

12