Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp3868 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
3871 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
3896 string ciphertext = LocalRsaEncryptMessage(message, params); in TEST_P()
3932 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
3936 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
4015 string ciphertext = LocalRsaEncryptMessage( in TEST_P()
4052 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
4056 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
4145 string ciphertext1 = LocalRsaEncryptMessage(message, params); in TEST_P()
4148 string ciphertext2 = LocalRsaEncryptMessage(message, params); in TEST_P()
H A DKeyMintAidlTestBase.h186 string LocalRsaEncryptMessage(const string& message, const AuthorizationSet& params);
H A DKeyMintAidlTestBase.cpp796 string KeyMintAidlTestBase::LocalRsaEncryptMessage(const string& message, in LocalRsaEncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase