Home
last modified time | relevance | path

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

/system/keymaster/
Drsa_operation.cpp40 EVP_PKEY* RsaOperationFactory::GetRsaKey(const Key& key, keymaster_error_t* error) { in GetRsaKey() function in keymaster::RsaOperationFactory
79 UniquePtr<EVP_PKEY, EVP_PKEY_Delete> rsa(GetRsaKey(key, error)); in CreateRsaOperation()
Drsa_operation.h186 static EVP_PKEY* GetRsaKey(const Key& key, keymaster_error_t* error);