Searched refs:GenerateAttestation (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/include/keymaster/contexts/ |
D | keymaster2_passthrough_context.h | 102 keymaster_error_t GenerateAttestation(const Key& key, const AuthorizationSet& attest_params,
|
D | keymaster1_passthrough_context.h | 109 keymaster_error_t GenerateAttestation(const Key& key, const AuthorizationSet& attest_params,
|
D | pure_soft_keymaster_context.h | 71 keymaster_error_t GenerateAttestation(const Key& key,
|
D | soft_keymaster_context.h | 83 keymaster_error_t GenerateAttestation(const Key& key,
|
/system/keymaster/include/keymaster/ |
D | keymaster_context.h | 137 virtual keymaster_error_t GenerateAttestation(const Key& key,
|
/system/keymaster/contexts/ |
D | keymaster2_passthrough_context.cpp | 127 keymaster_error_t Keymaster2PassthroughContext::GenerateAttestation(const Key& key, in GenerateAttestation() function in keymaster::Keymaster2PassthroughContext
|
D | keymaster1_passthrough_context.cpp | 232 keymaster_error_t Keymaster1PassthroughContext::GenerateAttestation(const Key& key, in GenerateAttestation() function in keymaster::Keymaster1PassthroughContext
|
D | soft_keymaster_context.cpp | 446 keymaster_error_t SoftKeymasterContext::GenerateAttestation(const Key& key, in GenerateAttestation() function in keymaster::SoftKeymasterContext
|
D | pure_soft_keymaster_context.cpp | 261 keymaster_error_t PureSoftKeymasterContext::GenerateAttestation(const Key& key, in GenerateAttestation() function in keymaster::PureSoftKeymasterContext
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 412 response->error = context_->GenerateAttestation(*key, request.attest_params, &certchain); in AttestKey()
|