Home
last modified time | relevance | path

Searched refs:LocalRsaEncryptMessage (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp4815 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
4819 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
5398 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
5401 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
5426 string ciphertext = LocalRsaEncryptMessage(message, params); in TEST_P()
5465 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
5469 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
5550 string ciphertext = LocalRsaEncryptMessage( in TEST_P()
5602 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
5606 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
[all …]
H A DKeyMintAidlTestBase.h227 string LocalRsaEncryptMessage(const string& message, const AuthorizationSet& params);
H A DKeyMintAidlTestBase.cpp1209 string KeyMintAidlTestBase::LocalRsaEncryptMessage(const string& message, in LocalRsaEncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp319 optional<string> LocalRsaEncryptMessage(const string& message, const AuthorizationSet& params) { in LocalRsaEncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest
851 encryptedMessage = keymintTest->LocalRsaEncryptMessage(message, in_params); in decrypt()