HomeSort by relevance Sort by last modified time
    Searched refs:GetRsaKey (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
rsa_operation.h 186 static EVP_PKEY* GetRsaKey(const Key& key, keymaster_error_t* error);
rsa_operation.cpp 40 EVP_PKEY* RsaOperationFactory::GetRsaKey(const Key& key, keymaster_error_t* error) {
79 UniquePtr<EVP_PKEY, EVP_PKEY_Delete> rsa(GetRsaKey(key, error));

Completed in 1154 milliseconds