Searched refs:hmac_factory_ (Results 1 – 4 of 4) sorted by relevance
122 std::unique_ptr<KeyFactory> hmac_factory_; variable
136 std::unique_ptr<KeyFactory> hmac_factory_; variable
61 hmac_factory_(new (std::nothrow) in SoftKeymasterContext()108 return hmac_factory_.get(); in GetKeyFactory()
64 hmac_factory_(new (std::nothrow) in PureSoftKeymasterContext()155 return hmac_factory_.get(); in GetKeyFactory()