Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Decdsa_keymaster1_operation.cpp81 static EVP_PKEY* GetEvpKey(const EcdsaKeymaster1Key& key, keymaster_error_t* error) { in GetEvpKey()
101 const EcdsaKeymaster1Key& ecdsa_km1_key = static_cast<EcdsaKeymaster1Key&>(key); in CreateOperation()
Dec_keymaster1_key.cpp115 EcdsaKeymaster1Key(ecdsa.release(), move(hw_enforced), move(sw_enforced), this)); in LoadKey()
/system/keymaster/include/keymaster/legacy_support/
Dec_keymaster1_key.h76 class EcdsaKeymaster1Key : public EcKey {
78 EcdsaKeymaster1Key(EC_KEY* ecdsa_key, AuthorizationSet&& hw_enforced, in EcdsaKeymaster1Key() function