Home
last modified time | relevance | path

Searched defs:rsa_key (Results 1 – 5 of 5) sorted by relevance

/system/keymaster/legacy_support/
Drsa_keymaster1_operation.cpp30 keymaster_error_t RsaKeymaster1WrappedOperation::Begin(EVP_PKEY* rsa_key, in Begin()
79 RsaKeymaster1WrappedOperation::PrepareFinish(EVP_PKEY* rsa_key, in PrepareFinish()
96 keymaster_error_t RsaKeymaster1WrappedOperation::GetError(EVP_PKEY* rsa_key) { in GetError()
/system/keymaster/km_openssl/
Drsa_key_factory.cpp81 RSA_Ptr rsa_key(RSA_new()); in GenerateKey() local
149 RSA_Ptr rsa_key(EVP_PKEY_get1_RSA(pkey.get())); in ImportKey() local
182 RSA_Ptr rsa_key(EVP_PKEY_get1_RSA(pkey.get())); in UpdateImportKeyDescription() local
Drsa_operation.cpp38 const RsaKey& rsa_key = static_cast<const RsaKey&>(key); in GetRsaKey() local
/system/keymaster/include/keymaster/legacy_support/
Drsa_keymaster1_key.h80 RsaKeymaster1Key(RSA* rsa_key, AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Key()
/system/keymaster/include/keymaster/km_openssl/
Drsa_key.h33 RSA_Ptr rsa_key) in RsaKey()