Searched refs:EcKey (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
D | ec_key.h | 28 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/ |
D | ec_key.cpp | 27 bool EcKey::EvpToInternal(const EVP_PKEY* pkey) { in EvpToInternal() 32 bool EcKey::InternalToEvp(EVP_PKEY* pkey) const { in InternalToEvp()
|
D | ecdh_operation.cpp | 90 const EcKey& ecdh_key = static_cast<EcKey&>(key); in CreateOperation()
|
D | ec_key_factory.cpp | 134 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()
|
D | ecdsa_operation.cpp | 33 const EcKey& ecdsa_key = static_cast<EcKey&>(key); in CreateOperation()
|
/system/keymaster/include/keymaster/legacy_support/ |
D | ec_keymaster1_key.h | 76 class EcdsaKeymaster1Key : public EcKey { 80 : EcKey(ecdsa_key, move(hw_enforced), move(sw_enforced), key_factory) {} in EcdsaKeymaster1Key()
|