Searched refs:hmac_factory_ (Results 1 – 4 of 4) sorted by relevance
111 std::unique_ptr<KeyFactory> hmac_factory_; variable
133 std::unique_ptr<KeyFactory> hmac_factory_; variable
59 hmac_factory_(new HmacKeyFactory(this, this)), km1_dev_(nullptr), in SoftKeymasterContext()120 return hmac_factory_.get(); in GetKeyFactory()
57 hmac_factory_(new HmacKeyFactory(this, this)), os_version_(0), os_patchlevel_(0), in PureSoftKeymasterContext()85 return hmac_factory_.get(); in GetKeyFactory()