/hardware/interfaces/identity/aidl/vts/ |
D | Util.cpp | 165 string subject = "Android IdentityCredential VTS Test"; in generateReaderCertificate() local 170 serialDecimal, issuer, subject, in generateReaderCertificate() 368 X509_NAME* subject = X509_get_subject_name(cert.get()); in validateAttestationCertificate() local 369 ASSERT_NE(nullptr, subject); in validateAttestationCertificate() 370 EXPECT_EQ("CN=Android Identity Credential Key", x509NameToRfc2253String(subject)); in validateAttestationCertificate() 499 X509_NAME* subject = X509_get_subject_name(cert.get()); in verifyAuthKeyCertificate() local 500 ASSERT_NE(subject, nullptr); in verifyAuthKeyCertificate() 501 EXPECT_EQ(x509NameToRfc2253String(subject), in verifyAuthKeyCertificate()
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | AttestKeyTest.cpp | 229 auto subject = "cert subj 2"; in TEST_P() local 230 vector<uint8_t> subject_der(make_name_from_str(subject)); in TEST_P() 261 verify_subject_and_serial(attest_key_cert_chain[0], serial_int, subject, false); in TEST_P() 332 string subject = sub + index; in TEST_P() local 333 vector<uint8_t> subject_der(make_name_from_str(subject)); in TEST_P() 390 verify_subject_and_serial(cert_chain_list[i][0], serial_int, subject, false); in TEST_P() 409 string subject = sub + index; in TEST_P() local 410 vector<uint8_t> subject_der(make_name_from_str(subject)); in TEST_P() 463 verify_subject_and_serial(cert_chain_list[i][0], serial_int, subject, false); in TEST_P() 509 string subject = sub + index; in TEST_P() local [all …]
|
/hardware/interfaces/health/2.0/ |
D | README.md | 3 Health HIDL HAL 2.0 is deprecated and subject to removal. Please
|
D | README | 3 Health HIDL HAL 2.0 is deprecated and subject to removal. Please
|
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/ |
D | ISupplicantStaNetworkCallback.aidl | 73 in int depth, in byte[] subject, in byte[] certHash, in byte[] certBlob); in onServerCertificateAvailable() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/ |
D | ISupplicantStaNetworkCallback.aidl | 41 …oneway void onServerCertificateAvailable(in int depth, in byte[] subject, in byte[] certHash, in b… in onServerCertificateAvailable() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/current/android/hardware/wifi/supplicant/ |
D | ISupplicantStaNetworkCallback.aidl | 41 …oneway void onServerCertificateAvailable(in int depth, in byte[] subject, in byte[] certHash, in b… in onServerCertificateAvailable() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/ |
D | ISupplicantStaNetworkCallback.aidl | 41 …oneway void onServerCertificateAvailable(in int depth, in byte[] subject, in byte[] certHash, in b… in onServerCertificateAvailable() argument
|
/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/ |
D | ISupplicantStaNetworkCallback.aidl | 41 …oneway void onServerCertificateAvailable(in int depth, in byte[] subject, in byte[] certHash, in b… in onServerCertificateAvailable() argument
|
/hardware/interfaces/identity/support/include/android/hardware/identity/support/ |
D | IdentityCredentialSupport.h | 175 const string& subject, time_t validityNotBefore, 250 const string& serialDecimal, const string& issuer, const string& subject, 258 const string& issuer, const string& subject, time_t validityNotBefore,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_dedicated_allocation_image_aliasing.adoc | 20 subject to specific restrictions: the extent and the number of layers in the
|
D | VK_NV_descriptor_pool_overallocation.adoc | 23 descriptor pool creation time, subject to available resources.
|
D | VK_EXT_4444_formats.adoc | 29 When VK_EXT_custom_border_color is used, these formats are not subject to
|
/hardware/google/gfxstream/third-party/glm/include/glm/ |
D | LICENSE | 16 furnished to do so, subject to the following conditions: 43 furnished to do so, subject to the following conditions:
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 231 vector<uint8_t> subject(i2d_X509_NAME(subjectName.get(), NULL)); in signAttestationCertificate() local 232 unsigned char* subjectPtr = subject.data(); in signAttestationCertificate() 252 .Authorization(::keymaster::TAG_CERTIFICATE_SUBJECT, subject.data(), in signAttestationCertificate() 253 subject.size()) in signAttestationCertificate() 1081 const string& subject, time_t validityNotBefore, in ecKeyPairGetPkcs12() argument 1131 (const uint8_t*)subject.c_str(), subject.size(), -1 /* loc */, in ecKeyPairGetPkcs12() 1195 const string& serialDecimal, const string& issuer, const string& subject, in ecPublicKeyGenerateCertificate() argument 1241 subject, validityNotBefore, validityNotAfter, extensions); in ecPublicKeyGenerateCertificate() 1246 const string& issuer, const string& subject, time_t validityNotBefore, in ecPublicKeyGenerateCertificate() argument 1289 (const uint8_t*)subject.c_str(), subject.size(), -1 /* loc */, in ecPublicKeyGenerateCertificate() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | LICENSE | 10 furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/ |
D | MIT.txt | 8 to do so, subject to the following conditions:
|
/hardware/google/gfxstream/third-party/renderdoc/ |
D | LICENSE | 10 furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/vma/ |
D | meson.build | 8 # furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/ |
D | meson.build | 8 # furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | meson.build | 8 # furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/guest/mesa-gn/src/c11/ |
D | BUILD.gn | 8 # Software is furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/guest/mesa-gn/include/ |
D | BUILD.gn | 8 # Software is furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/guest/mesa-gn/ |
D | mesa.gni | 8 # Software is furnished to do so, subject to the following conditions:
|
/hardware/google/gfxstream/guest/mesa/src/c11/impl/ |
D | meson.build | 8 # furnished to do so, subject to the following conditions:
|