Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/km_openssl/
Dec_key.h29 class EcKey : public AsymmetricKey {
31 EcKey(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcKey() function
34 virtual ~EcKey() {} in ~EcKey()
42 EcKey(EC_KEY* ec_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in EcKey() function
/system/keymaster/km_openssl/
Dec_key.cpp27 bool EcKey::EvpToInternal(const EVP_PKEY* pkey) { in EvpToInternal()
32 bool EcKey::InternalToEvp(EVP_PKEY* pkey) const { in InternalToEvp()
Decdsa_operation.cpp33 const EcKey& ecdsa_key = static_cast<EcKey&>(key); in CreateOperation()
Dec_key_factory.cpp245 key->reset(new (std::nothrow) EcKey(move(hw_enforced), move(sw_enforced), this)); in CreateEmptyKey()
/system/keymaster/include/keymaster/legacy_support/
Dec_keymaster0_key.h60 class EcKeymaster0Key : public EcKey {
64 : EcKey(ec_key, move(hw_enforced), move(sw_enforced), key_factory) {} in EcKeymaster0Key()
Dec_keymaster1_key.h69 class EcdsaKeymaster1Key : public EcKey {
73 : EcKey(ecdsa_key, move(hw_enforced), move(sw_enforced), key_factory) {} in EcdsaKeymaster1Key()