/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.h | 188 string EncryptMessage(const HidlBuf& key_blob, const string& message, 190 string EncryptMessage(const string& message, const AuthorizationSet& params, 192 string EncryptMessage(const string& message, const AuthorizationSet& params); 193 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding); 194 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding, 196 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding, 198 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
|
D | KeymasterHidlTest.cpp | 575 string ciphertext = EncryptMessage(key_blob_, message, params, &out_params); in CheckAesCtrTestVector() 628 string KeymasterHidlTest::EncryptMessage(const HidlBuf& key_blob, const string& message, in EncryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 635 string KeymasterHidlTest::EncryptMessage(const string& message, const AuthorizationSet& params, in EncryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 638 return EncryptMessage(key_blob_, message, params, out_params); in EncryptMessage() 641 string KeymasterHidlTest::EncryptMessage(const string& message, const AuthorizationSet& params) { in EncryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 644 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage() 649 string KeymasterHidlTest::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 654 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage() 659 string KeymasterHidlTest::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest 664 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage() [all …]
|
D | keymaster_hidl_hal_test.cpp | 2206 string ciphertext = EncryptMessage(message, params); in TEST_P() 2309 string ciphertext = EncryptMessage(message, params); in TEST_P() 2375 string ciphertext1 = EncryptMessage(message, params); in TEST_P() 2378 string ciphertext2 = EncryptMessage(message, params); in TEST_P() 2399 string ciphertext = EncryptMessage(message, params); in TEST_P() 2409 ciphertext = EncryptMessage(message, params); in TEST_P() 2498 string ciphertext1 = EncryptMessage(message, params); in TEST_P() 2502 string ciphertext2 = EncryptMessage(message, params); in TEST_P() 2562 string ciphertext = EncryptMessage( in TEST_P() 2612 string ciphertext1 = EncryptMessage(message, params); in TEST_P() [all …]
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintAidlTestBase.h | 222 string EncryptMessage(const vector<uint8_t>& key_blob, const string& message, 224 string EncryptMessage(const string& message, const AuthorizationSet& params, 226 string EncryptMessage(const string& message, const AuthorizationSet& params); 227 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding); 228 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding, 230 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding, 232 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding, 234 string EncryptMessage(const string& message, BlockMode block_mode, PaddingMode padding,
|
D | KeyMintAidlTestBase.cpp | 938 string ciphertext = EncryptMessage(key_blob_, message, params, &out_params); in CheckAesCtrTestVector() 1211 string KeyMintAidlTestBase::EncryptMessage(const vector<uint8_t>& key_blob, const string& message, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 1218 string KeyMintAidlTestBase::EncryptMessage(const string& message, const AuthorizationSet& params, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 1221 return EncryptMessage(key_blob_, message, params, out_params); in EncryptMessage() 1224 string KeyMintAidlTestBase::EncryptMessage(const string& message, const AuthorizationSet& params) { in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 1227 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage() 1232 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 1237 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage() 1242 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase 1247 string ciphertext = EncryptMessage(message, params, &out_params); in EncryptMessage() [all …]
|
D | KeyMintTest.cpp | 4569 string ciphertext = EncryptMessage(message, params); in TEST_P() 4637 string ciphertext = EncryptMessage(message, params); in TEST_P() 5118 string ciphertext = EncryptMessage(message, params); in TEST_P() 5148 string ciphertext = EncryptMessage(message, params); in TEST_P() 5859 string ciphertext1 = EncryptMessage(message, params); in TEST_P() 5862 string ciphertext2 = EncryptMessage(string(message), params); in TEST_P() 5902 string ciphertext = EncryptMessage(message, params); in TEST_P() 6069 string ciphertext = EncryptMessage(message, params); in TEST_P() 6113 string ciphertext = EncryptMessage(message, params); in TEST_P() 6150 string ciphertext = EncryptMessage(message, params); in TEST_P() [all …]
|
D | KeyBlobUpgradeTest.cpp | 497 string ciphertext = EncryptMessage(keyblob, message, builder, &out_params); in TEST_P() 502 string ciphertext = EncryptMessage(keyblob, message, builder, &out_params); in TEST_P()
|
D | AuthTest.cpp | 266 string EncryptMessage(const vector<uint8_t>& key_blob, const string& message, in EncryptMessage() function in aidl::android::hardware::security::keymint::test::AuthTest 340 const string ciphertext = EncryptMessage(keyblob, message, params, &out_params, hat.value()); in TEST_P()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 795 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 …]
|