Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dec_keymaster1_key.cpp35 sign_factory_(new (std::nothrow) EcdsaKeymaster1OperationFactory(KM_PURPOSE_SIGN, engine)), in EcdsaKeymaster1KeyFactory()
128 return sign_factory_.get(); in GetOperationFactory()
Drsa_keymaster1_key.cpp33 sign_factory_(new (std::nothrow) RsaKeymaster1OperationFactory(KM_PURPOSE_SIGN, engine)), in RsaKeymaster1KeyFactory()
137 return sign_factory_.get(); in GetOperationFactory()
/system/keymaster/include/keymaster/legacy_support/
Dec_keymaster1_key.h74 std::unique_ptr<OperationFactory> sign_factory_; variable
Drsa_keymaster1_key.h74 std::unique_ptr<OperationFactory> sign_factory_; variable