Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dhmac_key.cpp29 OperationFactory* HmacKeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const { in GetOperationFactory()
40 keymaster_error_t HmacKeyFactory::LoadKey(KeymasterKeyBlob&& key_material, in LoadKey()
60 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.h27 class HmacKeyFactory : public SymmetricKeyFactory {
29 explicit HmacKeyFactory(const SoftwareKeyBlobMaker& blob_maker, in HmacKeyFactory() function
/system/keymaster/contexts/
Dkeymaster1_passthrough_context.cpp76 result.reset(new Keymaster1ArbitrationFactory<HmacKeyFactory>( in GetKeyFactory()
Dsoft_keymaster_context.cpp59 hmac_factory_(new HmacKeyFactory(*this /* blob_maker */, *this /* random_source */)), in SoftKeymasterContext()
Dpure_soft_keymaster_context.cpp61 hmac_factory_(new HmacKeyFactory(*this /* blob_maker */, *this /* random_source */)), in PureSoftKeymasterContext()