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.h28 class EcKey : public AsymmetricKey {
30 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory) in EcKey() function
32 EcKey(AuthorizationSet hw_enforced, AuthorizationSet sw_enforced, const KeyFactory* factory, in EcKey() function
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()
Decdh_operation.cpp90 const EcKey& ecdh_key = static_cast<EcKey&>(key); in CreateOperation()
Dec_key_factory.cpp134 EcKey key(*hw_enforced, *sw_enforced, this, move(ec_key)); in GenerateKey()
180 EcKey key(*hw_enforced, *sw_enforced, this, move(ec_key)); in ImportKey()
288 key->reset(new (std::nothrow) EcKey(move(hw_enforced), move(sw_enforced), this)); in CreateEmptyKey()
Decdsa_operation.cpp33 const EcKey& ecdsa_key = static_cast<EcKey&>(key); in CreateOperation()
/system/keymaster/include/keymaster/legacy_support/
Dec_keymaster1_key.h76 class EcdsaKeymaster1Key : public EcKey {
80 : EcKey(ecdsa_key, move(hw_enforced), move(sw_enforced), key_factory) {} in EcdsaKeymaster1Key()