Searched refs:aes_factory_ (Results 1 – 4 of 4) sorted by relevance
120 std::unique_ptr<KeyFactory> aes_factory_; variable
134 std::unique_ptr<KeyFactory> aes_factory_; variable
57 aes_factory_(new (std::nothrow) in SoftKeymasterContext()104 return aes_factory_.get(); in GetKeyFactory()
60 aes_factory_(new (std::nothrow) in PureSoftKeymasterContext()151 return aes_factory_.get(); in GetKeyFactory()