Home
last modified time | relevance | path

Searched refs:hmac_factory_ (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/include/keymaster/contexts/
Dsoft_keymaster_context.h122 std::unique_ptr<KeyFactory> hmac_factory_; variable
Dpure_soft_keymaster_context.h142 std::unique_ptr<KeyFactory> hmac_factory_; variable
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp59 hmac_factory_(new HmacKeyFactory(*this /* blob_maker */, *this /* random_source */)), in SoftKeymasterContext()
105 return hmac_factory_.get(); in GetKeyFactory()
Dpure_soft_keymaster_context.cpp61 hmac_factory_(new HmacKeyFactory(*this /* blob_maker */, *this /* random_source */)), in PureSoftKeymasterContext()
101 return hmac_factory_.get(); in GetKeyFactory()