Home
last modified time | relevance | path

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

/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.h74 CertificateChain GenerateAttestation(const Key& key, const AuthorizationSet& attest_params,
/system/keymaster/km_openssl/
Drsa_key_factory.cpp106 *cert_chain = context_.GenerateAttestation(key, key_description, move(attest_key), in GenerateKey()
154 *cert_chain = context_.GenerateAttestation(key, key_description, move(attest_key), in ImportKey()
Dec_key_factory.cpp136 *cert_chain = context_.GenerateAttestation(key, key_description, move(attest_key), in GenerateKey()
182 *cert_chain = context_.GenerateAttestation(key, key_description, move(attest_key), in ImportKey()
/system/keymaster/include/keymaster/
Dkeymaster_context.h159 virtual CertificateChain GenerateAttestation(const Key& key,
/system/keymaster/contexts/
Dkeymaster2_passthrough_context.cpp129 CertificateChain Keymaster2PassthroughContext::GenerateAttestation( in GenerateAttestation() function in keymaster::Keymaster2PassthroughContext
Dkeymaster1_passthrough_context.cpp229 CertificateChain Keymaster1PassthroughContext::GenerateAttestation( in GenerateAttestation() function in keymaster::Keymaster1PassthroughContext
Dsoft_keymaster_context.cpp365 SoftKeymasterContext::GenerateAttestation(const Key& key, // in GenerateAttestation() function in keymaster::SoftKeymasterContext
Dpure_soft_keymaster_context.cpp335 PureSoftKeymasterContext::GenerateAttestation(const Key& key, // in GenerateAttestation() function in keymaster::PureSoftKeymasterContext
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp748 context_->GenerateAttestation(*key, request.attest_params, {} /* attestation_signing_key */, in AttestKey()