Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp318 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/
DKeyMintTest.cpp4809 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 …]
DKeyMintAidlTestBase.h221 string LocalRsaEncryptMessage(const string& message, const AuthorizationSet& params);
DKeyMintAidlTestBase.cpp1104 string KeyMintAidlTestBase::LocalRsaEncryptMessage(const string& message, in LocalRsaEncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase