Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 25 of 88) sorted by relevance

1234

/hardware/interfaces/identity/aidl/vts/
DUtil.cpp165 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/
DAttestKeyTest.cpp229 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/
DREADME.md3 Health HIDL HAL 2.0 is deprecated and subject to removal. Please
DREADME3 Health HIDL HAL 2.0 is deprecated and subject to removal. Please
/hardware/interfaces/wifi/supplicant/aidl/android/hardware/wifi/supplicant/
DISupplicantStaNetworkCallback.aidl73 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/
DISupplicantStaNetworkCallback.aidl41 …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/
DISupplicantStaNetworkCallback.aidl41 …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/
DISupplicantStaNetworkCallback.aidl41 …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/
DISupplicantStaNetworkCallback.aidl41 …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/
DIdentityCredentialSupport.h175 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/
DVK_NV_dedicated_allocation_image_aliasing.adoc20 subject to specific restrictions: the extent and the number of layers in the
DVK_NV_descriptor_pool_overallocation.adoc23 descriptor pool creation time, subject to available resources.
DVK_EXT_4444_formats.adoc29 When VK_EXT_custom_border_color is used, these formats are not subject to
/hardware/google/gfxstream/third-party/glm/include/glm/
DLICENSE16 furnished to do so, subject to the following conditions:
43 furnished to do so, subject to the following conditions:
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp231 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/
DLICENSE10 furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/LICENSES/
DMIT.txt8 to do so, subject to the following conditions:
/hardware/google/gfxstream/third-party/renderdoc/
DLICENSE10 furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/guest/mesa/src/util/tests/vma/
Dmeson.build8 # furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/
Dmeson.build8 # furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/guest/mesa/bin/
Dmeson.build8 # furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/guest/mesa-gn/src/c11/
DBUILD.gn8 # Software is furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/guest/mesa-gn/include/
DBUILD.gn8 # Software is furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/guest/mesa-gn/
Dmesa.gni8 # Software is furnished to do so, subject to the following conditions:
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dmeson.build8 # furnished to do so, subject to the following conditions:

1234