Home
last modified time | relevance | path

Searched defs:DecryptMessage (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp566 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_padding_t padding) { in DecryptMessage() function in keymaster::test::Keymaster2Test
574 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() function in keymaster::test::Keymaster2Test
584 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() function in keymaster::test::Keymaster2Test
594 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() function in keymaster::test::Keymaster2Test
605 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() function in keymaster::test::Keymaster2Test
616 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() function in keymaster::test::Keymaster2Test
627 string Keymaster2Test::DecryptMessage(const AuthorizationSet& update_params, in DecryptMessage() function in keymaster::test::Keymaster2Test
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp603 string KeymasterHidlTest::DecryptMessage(const HidlBuf& key_blob, const string& ciphertext, in DecryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
613 string KeymasterHidlTest::DecryptMessage(const string& ciphertext, const AuthorizationSet& params) { in DecryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
618 string KeymasterHidlTest::DecryptMessage(const string& ciphertext, BlockMode block_mode, in DecryptMessage() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp973 string KeyMintAidlTestBase::DecryptMessage(const vector<uint8_t>& key_blob, in DecryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
984 string KeyMintAidlTestBase::DecryptMessage(const string& ciphertext, in DecryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
990 string KeyMintAidlTestBase::DecryptMessage(const string& ciphertext, BlockMode block_mode, in DecryptMessage() function in aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp843 string DecryptMessage(const HidlBuf& key_blob, const string& ciphertext, in DecryptMessage() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
853 string DecryptMessage(const string& ciphertext, const AuthorizationSet& params) { in DecryptMessage() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest