Home
last modified time | relevance | path

Searched refs:GenerateAttestation (Results 1 – 12 of 12) sorted by relevance

/system/keymaster/km_openssl/
Drsa_key_factory.cpp109 *cert_chain = context_.GenerateAttestation(key, key_description, std::move(attest_key), in GenerateKey()
156 *cert_chain = context_.GenerateAttestation(key, key_description, std::move(attest_key), in ImportKey()
Dec_key_factory.cpp191 *cert_chain = context_.GenerateAttestation(*key, key_description, std::move(attest_key), in GenerateKey()
274 *cert_chain = context_.GenerateAttestation(*key, key_description, std::move(attest_key), in ImportKey()
365 *cert_chain = context_.GenerateAttestation(*key, key_description, std::move(attest_key), in ImportRawKey()
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h105 CertificateChain GenerateAttestation(const Key& key, //
Dkeymaster1_passthrough_context.h111 CertificateChain GenerateAttestation(const Key& key, //
Dsoft_keymaster_context.h81 CertificateChain GenerateAttestation(const Key& key, const AuthorizationSet& attest_params,
Dpure_soft_keymaster_context.h75 CertificateChain GenerateAttestation(const Key& key, const AuthorizationSet& attest_params,
/system/keymaster/include/keymaster/
Dkeymaster_context.h169 virtual CertificateChain GenerateAttestation(const Key& key,
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp131 CertificateChain Keymaster2PassthroughContext::GenerateAttestation( in GenerateAttestation() function in keymaster::Keymaster2PassthroughContext
Dkeymaster1_passthrough_context.cpp232 CertificateChain Keymaster1PassthroughContext::GenerateAttestation( in GenerateAttestation() function in keymaster::Keymaster1PassthroughContext
Dsoft_keymaster_context.cpp368 SoftKeymasterContext::GenerateAttestation(const Key& key, // in GenerateAttestation() function in keymaster::SoftKeymasterContext
Dpure_soft_keymaster_context.cpp390 PureSoftKeymasterContext::GenerateAttestation(const Key& key, // in GenerateAttestation() function in keymaster::PureSoftKeymasterContext
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp817 context_->GenerateAttestation(*key, request.attest_params, {} /* attestation_signing_key */, in AttestKey()