Searched refs:LocalRsaEncryptMessage (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/security/keymint/aidl/vts/performance/ |
D | KeyMintBenchmark.cpp | 318 optional<string> LocalRsaEncryptMessage(const string& message, const AuthorizationSet& params) { in LocalRsaEncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintBenchmarkTest 850 encryptedMessage = keymintTest->LocalRsaEncryptMessage(message, in_params); in decrypt()
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintTest.cpp | 4809 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P() 4813 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P() 5392 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P() 5395 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P() 5420 string ciphertext = LocalRsaEncryptMessage(message, params); in TEST_P() 5459 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P() 5463 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P() 5544 string ciphertext = LocalRsaEncryptMessage( in TEST_P() 5596 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P() 5600 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P() [all …]
|
D | KeyMintAidlTestBase.h | 221 string LocalRsaEncryptMessage(const string& message, const AuthorizationSet& params);
|
D | KeyMintAidlTestBase.cpp | 1104 string KeyMintAidlTestBase::LocalRsaEncryptMessage(const string& message, in LocalRsaEncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
|