Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Dkeymaster_passthrough_engine.cpp39 using opfactory_t = KeymasterPassthroughOperationFactory<KeymasterDeviceType>; typedef in keymaster::TKeymasterPassthroughEngine
48 new (std::nothrow) opfactory_t(KM_ALGORITHM_RSA, KM_PURPOSE_ENCRYPT, km_device_)); in TKeymasterPassthroughEngine()
50 new (std::nothrow) opfactory_t(KM_ALGORITHM_RSA, KM_PURPOSE_DECRYPT, km_device_)); in TKeymasterPassthroughEngine()
52 opfactory_t(KM_ALGORITHM_RSA, KM_PURPOSE_SIGN, km_device_)); in TKeymasterPassthroughEngine()
54 new (std::nothrow) opfactory_t(KM_ALGORITHM_RSA, KM_PURPOSE_VERIFY, km_device_)); in TKeymasterPassthroughEngine()
56 new (std::nothrow) opfactory_t(KM_ALGORITHM_EC, KM_PURPOSE_ENCRYPT, km_device_)); in TKeymasterPassthroughEngine()
58 new (std::nothrow) opfactory_t(KM_ALGORITHM_EC, KM_PURPOSE_DECRYPT, km_device_)); in TKeymasterPassthroughEngine()
60 opfactory_t(KM_ALGORITHM_EC, KM_PURPOSE_SIGN, km_device_)); in TKeymasterPassthroughEngine()
62 new (std::nothrow) opfactory_t(KM_ALGORITHM_EC, KM_PURPOSE_VERIFY, km_device_)); in TKeymasterPassthroughEngine()
64 new (std::nothrow) opfactory_t(KM_ALGORITHM_EC, KM_PURPOSE_DERIVE_KEY, km_device_)); in TKeymasterPassthroughEngine()
[all …]