HomeSort by relevance Sort by last modified time
    Searched defs:PureSoftKeymasterContext (Results 1 - 2 of 2) sorted by null

  /system/keymaster/include/keymaster/contexts/
pure_soft_keymaster_context.h 41 class PureSoftKeymasterContext: public KeymasterContext,
46 explicit PureSoftKeymasterContext();
47 ~PureSoftKeymasterContext() override;
  /system/keymaster/contexts/
pure_soft_keymaster_context.cpp 53 PureSoftKeymasterContext::PureSoftKeymasterContext()
60 PureSoftKeymasterContext::~PureSoftKeymasterContext() {}
62 keymaster_error_t PureSoftKeymasterContext::SetSystemVersion(uint32_t os_version,
69 void PureSoftKeymasterContext::GetSystemVersion(uint32_t* os_version, uint32_t* os_patchlevel) const {
74 KeyFactory* PureSoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const {
95 PureSoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const {
100 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm,
108 keymaster_error_t PureSoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description
    [all...]

Completed in 70 milliseconds