Home
last modified time | relevance | path

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

/aosp12/system/keymaster/km_openssl/
H A Drsa_operation.cpp37 EVP_PKEY* RsaOperationFactory::GetRsaKey(const Key& key, keymaster_error_t* error) { in GetRsaKey() function in keymaster::RsaOperationFactory
76 UniquePtr<EVP_PKEY, EVP_PKEY_Delete> rsa(GetRsaKey(key, error)); in CreateRsaOperation()
/aosp12/system/keymaster/include/keymaster/km_openssl/
H A Drsa_operation.h205 static EVP_PKEY* GetRsaKey(const Key& key, keymaster_error_t* error);