Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp53 PureSoftKeymasterContext::PureSoftKeymasterContext(KmVersion version, in PureSoftKeymasterContext() function in keymaster::PureSoftKeymasterContext
78 PureSoftKeymasterContext::~PureSoftKeymasterContext() {} in ~PureSoftKeymasterContext()
80 keymaster_error_t PureSoftKeymasterContext::SetSystemVersion(uint32_t os_version, in SetSystemVersion()
90 void PureSoftKeymasterContext::GetSystemVersion(uint32_t* os_version, in GetSystemVersion()
97 PureSoftKeymasterContext::SetVerifiedBootInfo(std::string_view boot_state, in SetVerifiedBootInfo()
119 keymaster_error_t PureSoftKeymasterContext::SetVendorPatchlevel(uint32_t vendor_patchlevel) { in SetVendorPatchlevel()
131 keymaster_error_t PureSoftKeymasterContext::SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel()
143 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const { in GetKeyFactory()
164 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const { in GetSupportedAlgorithms()
169 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.cpp218 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()