Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dhmac_key.cpp31 OperationFactory* HmacKeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
42 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
64 keymaster_error_t HmacKeyFactory::validate_algorithm_specific_new_key_params( in validate_algorithm_specific_new_key_params()
/system/keymaster/include/keymaster/km_openssl/
Dhmac_key.h28 class HmacKeyFactory : public SymmetricKeyFactory {
30 explicit HmacKeyFactory(const SoftwareKeyBlobMaker* blob_maker, in HmacKeyFactory() function
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp72 result.reset(new Keymaster1ArbitrationFactory<HmacKeyFactory>(pt_engine_.get(), in GetKeyFactory()
Dsoft_keymaster_context.cpp59 hmac_factory_(new HmacKeyFactory(this, this)), km1_dev_(nullptr), in SoftKeymasterContext()
Dpure_soft_keymaster_context.cpp57 hmac_factory_(new HmacKeyFactory(this, this)), os_version_(0), os_patchlevel_(0), in PureSoftKeymasterContext()