Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/legacy_support/
Dkeymaster1_legacy_support.h72 CertificateChain* cert_chain) const { in GenerateKey()
91 AuthorizationSet* sw_enforced, CertificateChain* cert_chain) const { in ImportKey()
/system/keymaster/km_openssl/
Dattestation_utils.cpp193 const CertificateChain& cert_chain, keymaster_error_t* error) { in get_issuer_subject()
297 CertificateChain cert_chain = in generate_attestation() local
/system/keymaster/ng/include/
DKeyMintUtils.h102 inline vector<Certificate> kmCertChain2Aidl(const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Aidl()
/system/security/keystore2/tests/legacy_blobs/
Dkeystore2_legacy_blob_tests.rs62 cert_chain: Vec<u8>, field
/system/security/keystore2/src/
Ddatabase.rs581 cert_chain: Option<Vec<u8>>, field
640 pub cert_chain: Vec<u8>, field
652 cert_chain: Option<Vec<u8>>, field
681 pub fn cert_chain(&self) -> &Option<Vec<u8>> { in cert_chain() method
3604 let cert_chain: Vec<u8> = vec![0x0a, 0x0b, 0x0c]; in test_get_attestation_pool_status() localVariable
3661 let mut cert_chain = in test_remove_expired_certs() localVariable
3738 let mut cert_chain = in test_dont_remove_valid_certs() localVariable
5147 cert_chain: Vec<u8>, field
5159 let cert_chain: Vec<u8> = vec![0x03 * base_byte, 0x04 * base_byte]; in load_attestation_key_pool() localVariable
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp144 const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp154 kmCertChain2Hidl(const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
DAndroidKeymaster4Device.cpp107 kmCertChain2Hidl(const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp196 const keymaster_cert_chain_t& cert_chain) { in kmCertChain2Hidl()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp989 keymaster_cert_chain_t* cert_chain) { in attest_key()