Home
last modified time | relevance | path

Searched refs:PureSoftKeymasterContext (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp54 PureSoftKeymasterContext::PureSoftKeymasterContext(KmVersion version, in PureSoftKeymasterContext() function in keymaster::PureSoftKeymasterContext
79 PureSoftKeymasterContext::~PureSoftKeymasterContext() {} in ~PureSoftKeymasterContext()
81 keymaster_error_t PureSoftKeymasterContext::SetSystemVersion(uint32_t os_version, in SetSystemVersion()
91 void PureSoftKeymasterContext::GetSystemVersion(uint32_t* os_version, in GetSystemVersion()
98 PureSoftKeymasterContext::SetVerifiedBootInfo(std::string_view boot_state, in SetVerifiedBootInfo()
120 keymaster_error_t PureSoftKeymasterContext::SetVendorPatchlevel(uint32_t vendor_patchlevel) { in SetVendorPatchlevel()
132 keymaster_error_t PureSoftKeymasterContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel()
144 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory()
165 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()
170 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory()
[all …]
/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h44 class PureSoftKeymasterContext : public KeymasterContext,
50 explicit PureSoftKeymasterContext(
52 ~PureSoftKeymasterContext() override;
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp219 auto context = new (std::nothrow) PureSoftKeymasterContext( in AndroidKeyMintDevice()
DAndroidKeymaster3Device.cpp225 auto context = new (std::nothrow) PureSoftKeymasterContext(KmVersion::KEYMASTER_3); in AndroidKeymaster3Device()
DAndroidKeymaster4Device.cpp224 auto context = new (std::nothrow) PureSoftKeymasterContext( in AndroidKeymaster4Device()