Home
last modified time | relevance | path

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

/aosp12/system/keymaster/legacy_support/
H A Decdsa_keymaster1_operation.cpp81 static EVP_PKEY* GetEvpKey(const EcdsaKeymaster1Key& key, keymaster_error_t* error) { in GetEvpKey() function
102 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> ecdsa(GetEvpKey(ecdsa_km1_key, error)); in CreateOperation()
H A Drsa_keymaster1_operation.cpp102 static EVP_PKEY* GetEvpKey(const RsaKeymaster1Key& key, keymaster_error_t* error) { in GetEvpKey() function
126 unique_ptr<EVP_PKEY, EVP_PKEY_Delete> rsa(GetEvpKey(rsa_km1_key, error)); in CreateOperation()