Searched refs:attestation_chain (Results 1 - 5 of 5) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_utils.h36 const AuthorizationSet& attest_params, const keymaster_cert_chain_t& attestation_chain,
/system/keymaster/km_openssl/
H A Dattestation_utils.cpp300 const AuthorizationSet& attest_params, const keymaster_cert_chain_t& attestation_chain,
374 if (attestation_chain.entry_count < 1) {
379 const uint8_t* p = attestation_chain.entries[0].data;
380 X509_Ptr signing_cert(d2i_X509(nullptr, &p, attestation_chain.entries[0].data_length));
413 *cert_chain_out = makeCertChain(certificate.get(), attestation_chain);
299 generate_attestation(const AsymmetricKey& key, const AuthorizationSet& attest_params, const keymaster_cert_chain_t& attestation_chain, const keymaster_key_blob_t& attestation_signing_key, const AttestationRecordContext& context, CertChainPtr* cert_chain_out) argument
/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp247 auto attestation_chain = getAttestationChain(key_algorithm, &error); local
254 *attestation_chain, *attestation_key, *this, cert_chain);
H A Dpure_soft_keymaster_context.cpp240 auto attestation_chain = getAttestationChain(key_algorithm, &error); local
247 *attestation_chain, *attestation_key, *this, cert_chain);
H A Dsoft_keymaster_context.cpp462 auto attestation_chain = getAttestationChain(key_algorithm, &error); local
469 *attestation_chain, *attestation_key, *this, cert_chain);

Completed in 80 milliseconds