Home
last modified time | relevance | path

Searched defs:cert_chain (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp194 bool check_certificate_chain_signatures(const hidl_vec<hidl_vec<uint8_t>>& cert_chain) { in check_certificate_chain_signatures()
231 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
266 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
313 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
372 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
436 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
/aosp12/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster1_legacy_support.h72 CertificateChain* cert_chain) const { in GenerateKey()
91 AuthorizationSet* sw_enforced, CertificateChain* cert_chain) const { in ImportKey()
/aosp12/system/keymaster/km_openssl/
H A Dattestation_utils.cpp198 const CertificateChain& cert_chain, keymaster_error_t* error) { in get_issuer_subject()
307 CertificateChain cert_chain = in generate_attestation() local
/aosp12/packages/modules/adb/tls/
H A Dtls_connection.cpp250 std::vector<CRYPTO_BUFFER*> cert_chain = { in DoHandshake() local
381 std::vector<CRYPTO_BUFFER*> cert_chain = { in SetCertAndKey() local
/aosp12/system/keymaster/ng/include/
H A DKeyMintUtils.h102 inline vector<Certificate> kmCertChain2Aidl(const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Aidl()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp4357 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4390 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4409 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4457 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4508 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4528 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4551 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4579 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4600 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
H A DKeymasterHidlTest.cpp377 hidl_vec<hidl_vec<uint8_t>>* cert_chain) { in AttestKey()
394 hidl_vec<hidl_vec<uint8_t>>* cert_chain) { in AttestKey()
/aosp12/system/security/keystore2/src/
H A Ddatabase.rs578 cert_chain: Option<Vec<u8>>, field
607 pub cert_chain: Vec<u8>, field
619 cert_chain: Option<Vec<u8>>, field
648 pub fn cert_chain(&self) -> &Option<Vec<u8>> { in cert_chain() method
3468 let cert_chain = chain.unwrap(); in test_store_signed_attestation_certificate_chain() localVariable
3505 let cert_chain: Vec<u8> = vec![0x0a, 0x0b, 0x0c]; in test_get_attestation_pool_status() localVariable
3560 let mut cert_chain = in test_remove_expired_certs() localVariable
4982 cert_chain: Vec<u8>, field
4994 let cert_chain: Vec<u8> = vec![0x03 * base_byte, 0x04 * base_byte]; in load_attestation_key_pool() localVariable
H A Dremote_provisioning.rs134 let cert_chain = db in get_rem_prov_attest_key_helper() localVariable
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp701 hidl_vec<hidl_vec<uint8_t>>* cert_chain) { in AttestKey()
718 hidl_vec<hidl_vec<uint8_t>>* cert_chain) { in AttestKey()
3923 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
3952 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
3971 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4000 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4020 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
4044 hidl_vec<hidl_vec<uint8_t>> cert_chain; in TEST_P() local
/aosp12/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp143 const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
/aosp12/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp154 kmCertChain2Hidl(const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
H A DAndroidKeymaster4Device.cpp107 kmCertChain2Hidl(const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp195 const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp987 keymaster_cert_chain_t* cert_chain) { in attest_key()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp338 keymaster_cert_chain_t* cert_chain) { in AttestKey()
H A Dandroid_keymaster_test.cpp3788 keymaster_cert_chain_t cert_chain; in TEST_P() local
3823 keymaster_cert_chain_t cert_chain; in TEST_P() local
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp230 vector<Certificate>* cert_chain) { in GenerateKey()