/system/keymaster/km_openssl/ |
D | rsa_key_factory.cpp | 109 *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()
|
D | ec_key_factory.cpp | 191 *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/ |
D | keymaster2_passthrough_context.h | 105 CertificateChain GenerateAttestation(const Key& key, //
|
D | keymaster1_passthrough_context.h | 111 CertificateChain GenerateAttestation(const Key& key, //
|
D | soft_keymaster_context.h | 81 CertificateChain GenerateAttestation(const Key& key, const AuthorizationSet& attest_params,
|
D | pure_soft_keymaster_context.h | 75 CertificateChain GenerateAttestation(const Key& key, const AuthorizationSet& attest_params,
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 169 virtual CertificateChain GenerateAttestation(const Key& key,
|
/system/keymaster/contexts/ |
D | keymaster2_passthrough_context.cpp | 131 CertificateChain Keymaster2PassthroughContext::GenerateAttestation( in GenerateAttestation() function in keymaster::Keymaster2PassthroughContext
|
D | keymaster1_passthrough_context.cpp | 232 CertificateChain Keymaster1PassthroughContext::GenerateAttestation( in GenerateAttestation() function in keymaster::Keymaster1PassthroughContext
|
D | soft_keymaster_context.cpp | 368 SoftKeymasterContext::GenerateAttestation(const Key& key, // in GenerateAttestation() function in keymaster::SoftKeymasterContext
|
D | pure_soft_keymaster_context.cpp | 390 PureSoftKeymasterContext::GenerateAttestation(const Key& key, // in GenerateAttestation() function in keymaster::PureSoftKeymasterContext
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 817 context_->GenerateAttestation(*key, request.attest_params, {} /* attestation_signing_key */, in AttestKey()
|