Searched refs:HmacKeyFactory (Results 1 – 5 of 5) sorted by relevance
/system/keymaster/km_openssl/ |
D | hmac_key.cpp | 31 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/ |
D | hmac_key.h | 28 class HmacKeyFactory : public SymmetricKeyFactory { 30 explicit HmacKeyFactory(const SoftwareKeyBlobMaker* blob_maker, in HmacKeyFactory() function
|
/system/keymaster/contexts/ |
D | keymaster1_passthrough_context.cpp | 72 result.reset(new Keymaster1ArbitrationFactory<HmacKeyFactory>(pt_engine_.get(), in GetKeyFactory()
|
D | soft_keymaster_context.cpp | 59 hmac_factory_(new HmacKeyFactory(this, this)), km1_dev_(nullptr), in SoftKeymasterContext()
|
D | pure_soft_keymaster_context.cpp | 57 hmac_factory_(new HmacKeyFactory(this, this)), os_version_(0), os_patchlevel_(0), in PureSoftKeymasterContext()
|