Searched refs:Keymaster2PassthroughContext (Results 1 - 3 of 3) sorted by relevance

/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp25 Keymaster2PassthroughContext::Keymaster2PassthroughContext(keymaster2_device_t* dev) function in class:keymaster::Keymaster2PassthroughContext
30 keymaster_error_t Keymaster2PassthroughContext::SetSystemVersion(uint32_t os_version,
37 void Keymaster2PassthroughContext::GetSystemVersion(uint32_t* os_version,
43 KeyFactory* Keymaster2PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const {
50 OperationFactory* Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm,
55 keymaster_algorithm_t* Keymaster2PassthroughContext::GetSupportedAlgorithms(
61 keymaster_error_t Keymaster2PassthroughContext::UpgradeKeyBlob(
69 keymaster_error_t Keymaster2PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob,
109 keymaster_error_t Keymaster2PassthroughContext
[all...]
/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h32 class Keymaster2PassthroughContext : public KeymasterContext { class in namespace:keymaster
34 Keymaster2PassthroughContext(keymaster2_device_t* dev);
/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp501 auto context = new Keymaster2PassthroughContext(km2_device);

Completed in 428 milliseconds