Home
last modified time | relevance | path

Searched refs:EncryptMessage (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h184 string EncryptMessage(const HidlBuf& key_blob, const string& message,
186 string EncryptMessage(const string& message, const AuthorizationSet& params,
188 string EncryptMessage(const string& message, const AuthorizationSet& params);
189 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding);
190 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
192 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
194 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
Dkeymaster_hidl_hal_test.cpp2199 string ciphertext = EncryptMessage(message, params); in TEST_P()
2302 string ciphertext = EncryptMessage(message, params); in TEST_P()
2368 string ciphertext1 = EncryptMessage(message, params); in TEST_P()
2371 string ciphertext2 = EncryptMessage(message, params); in TEST_P()
2392 string ciphertext = EncryptMessage(message, params); in TEST_P()
2402 ciphertext = EncryptMessage(message, params); in TEST_P()
2488 string ciphertext1 = EncryptMessage(message, params); in TEST_P()
2492 string ciphertext2 = EncryptMessage(message, params); in TEST_P()
2552 string ciphertext = EncryptMessage( in TEST_P()
2602 string ciphertext1 = EncryptMessage(message, params); in TEST_P()
[all …]
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.h187 string EncryptMessage(const vector<uint8_t>& key_blob, const string& message,
189 string EncryptMessage(const string& message, const AuthorizationSet& params,
191 string EncryptMessage(const string& message, const AuthorizationSet& params);
192 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding);
193 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
195 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
197 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
199 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
DKeyMintAidlTestBase.cpp650 string ciphertext = EncryptMessage(key_blob_, message, params, &out_params); in CheckAesCtrTestVector()
891 string KeyMintAidlTestBase::EncryptMessage(const vector<uint8_t>& key_blob, const string& message, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
898 string KeyMintAidlTestBase::EncryptMessage(const string& message, const AuthorizationSet& params, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
901 return EncryptMessage(key_blob_, message, params, out_params); in EncryptMessage()
904 string KeyMintAidlTestBase::EncryptMessage(const string& message, const AuthorizationSet& params) { in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
907 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage()
912 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
917 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage()
922 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
927 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp795 string ciphertext = EncryptMessage(key_blob_, message, params, &out_params); in CheckAesCtrTestVector()
822 string EncryptMessage(const HidlBuf& key_blob, const string& message, in EncryptMessage() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
828 string EncryptMessage(const string& message, const AuthorizationSet& params, in EncryptMessage() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
831 return EncryptMessage(key_blob_, message, params, out_params); in EncryptMessage()
834 string EncryptMessage(const string& message, const AuthorizationSet& params) { in EncryptMessage() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
837 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage()
2499 string ciphertext = EncryptMessage(message, params); in TEST_P()
2543 string ciphertext1 = EncryptMessage(message, params); in TEST_P()
2546 string ciphertext2 = EncryptMessage(message, params); in TEST_P()
2567 string ciphertext = EncryptMessage(message, params); in TEST_P()
[all …]