Searched refs:hmac_factory_ (Results 1 – 4 of 4) sorted by relevance
122 std::unique_ptr<KeyFactory> hmac_factory_; variable
142 std::unique_ptr<KeyFactory> hmac_factory_; variable
59 hmac_factory_(new HmacKeyFactory(*this /* blob_maker */, *this /* random_source */)), in SoftKeymasterContext()105 return hmac_factory_.get(); in GetKeyFactory()
61 hmac_factory_(new HmacKeyFactory(*this /* blob_maker */, *this /* random_source */)), in PureSoftKeymasterContext()101 return hmac_factory_.get(); in GetKeyFactory()