Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Decdsa_keymaster1_operation.cpp84 static EVP_PKEY* GetEvpKey(const EcdsaKeymaster1Key& key, keymaster_error_t* error) { in GetEvpKey() function
105 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> ecdsa(GetEvpKey(ecdsa_km1_key, error)); in CreateOperation()
Drsa_keymaster1_operation.cpp105 static EVP_PKEY* GetEvpKey(const RsaKeymaster1Key& key, keymaster_error_t* error) { in GetEvpKey() function
129 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> rsa(GetEvpKey(rsa_km1_key, error)); in CreateOperation()