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.h136 std::unique_ptr<KeyFactory> hmac_factory_; variable
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp61 hmac_factory_(new (std::nothrow) in SoftKeymasterContext()
108 return hmac_factory_.get(); in GetKeyFactory()
Dpure_soft_keymaster_context.cpp64 hmac_factory_(new (std::nothrow) in PureSoftKeymasterContext()
155 return hmac_factory_.get(); in GetKeyFactory()