Home
last modified time | relevance | path

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

/system/keymaster/
Drsa_keymaster1_operation.cpp31 keymaster_error_t RsaKeymaster1WrappedOperation::Begin(EVP_PKEY* rsa_key, in Begin()
77 RsaKeymaster1WrappedOperation::PrepareFinish(EVP_PKEY* rsa_key, in PrepareFinish()
94 keymaster_error_t RsaKeymaster1WrappedOperation::GetError(EVP_PKEY* rsa_key) { in GetError()
Drsa_keymaster0_key.h63 RsaKeymaster0Key(RSA* rsa_key, const AuthorizationSet& hw_enforced, in RsaKeymaster0Key()
Drsa_keymaster1_key.h74 RsaKeymaster1Key(RSA* rsa_key, const AuthorizationSet& hw_enforced, in RsaKeymaster1Key()
Drsa_key_factory.cpp78 UniquePtr<RSA, RsaKey::RSA_Delete> rsa_key(RSA_new()); in GenerateKey() local
135 UniquePtr<RSA, RsaKey::RSA_Delete> rsa_key(EVP_PKEY_get1_RSA(pkey.get())); in UpdateImportKeyDescription() local
Drsa_operation.cpp41 const RsaKey* rsa_key = static_cast<const RsaKey*>(&key); in GetRsaKey() local
/system/tpm/trunks/
Dtpm_utility_impl.cc1539 ScopedKeyHandle rsa_key(factory_, object_handle); in CreateStorageRootKeys() local