Searched refs:LocalRsaEncryptMessage (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintTest.cpp | 4815 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 D | KeyMintAidlTestBase.h | 227 string LocalRsaEncryptMessage(const string& message, const AuthorizationSet& params);
|
H A D | KeyMintAidlTestBase.cpp | 1209 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 D | KeyMintBenchmark.cpp | 319 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()
|