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

/system/keymaster/contexts/
H A Dkeymaster1_passthrough_context.cpp36 Keymaster1PassthroughContext::Keymaster1PassthroughContext(keymaster1_device_t* dev) function in class:keymaster::Keymaster1PassthroughContext
42 keymaster_error_t Keymaster1PassthroughContext::SetSystemVersion(uint32_t os_version,
49 void Keymaster1PassthroughContext::GetSystemVersion(uint32_t* os_version,
55 KeyFactory* Keymaster1PassthroughContext::GetKeyFactory(keymaster_algorithm_t algorithm) const {
82 OperationFactory* Keymaster1PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm,
87 keymaster_algorithm_t* Keymaster1PassthroughContext::GetSupportedAlgorithms(
93 keymaster_error_t Keymaster1PassthroughContext::UpgradeKeyBlob(
141 keymaster_error_t Keymaster1PassthroughContext::ParseKeyBlob(const KeymasterKeyBlob& blob,
176 keymaster_error_t Keymaster1PassthroughContext
[all...]
/system/keymaster/include/keymaster/contexts/
H A Dkeymaster1_passthrough_context.h36 class Keymaster1PassthroughContext : public KeymasterContext, class in namespace:keymaster
41 Keymaster1PassthroughContext(keymaster1_device_t* dev);
/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp506 auto context = new Keymaster1PassthroughContext(km1_device);

Completed in 223 milliseconds