Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h111 std::unique_ptr<KeyFactory> hmac_factory_; variable
Dsoft_keymaster_context.h133 std::unique_ptr<KeyFactory> hmac_factory_; variable
/system/keymaster/contexts/
Dsoft_keymaster_context.cpp59 hmac_factory_(new HmacKeyFactory(this, this)), km1_dev_(nullptr), in SoftKeymasterContext()
120 return hmac_factory_.get(); in GetKeyFactory()
Dpure_soft_keymaster_context.cpp57 hmac_factory_(new HmacKeyFactory(this, this)), os_version_(0), os_patchlevel_(0), in PureSoftKeymasterContext()
85 return hmac_factory_.get(); in GetKeyFactory()