Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.h261 std::string DecryptMessage(const std::string& ciphertext, keymaster_padding_t padding);
262 std::string DecryptMessage(const std::string& ciphertext, keymaster_digest_t digest,
264 std::string DecryptMessage(const std::string& ciphertext, keymaster_block_mode_t block_mode,
266 std::string DecryptMessage(const std::string& ciphertext, keymaster_digest_t digest,
268 std::string DecryptMessage(const std::string& ciphertext, keymaster_block_mode_t block_mode,
270 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext,
273 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext,
Dandroid_keymaster_test_utils.cpp545 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_padding_t padding) { in DecryptMessage() function in keymaster::test::Keymaster2Test
553 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() function in keymaster::test::Keymaster2Test
563 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() function in keymaster::test::Keymaster2Test
573 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
595 string Keymaster2Test::DecryptMessage(const AuthorizationSet& update_params, in DecryptMessage() function in keymaster::test::Keymaster2Test
Dandroid_keymaster_test.cpp1917 string plaintext = DecryptMessage(ciphertext, KM_MODE_ECB, KM_PAD_PKCS7); in TEST_P()
1974 string plaintext = DecryptMessage(ciphertext, KM_PAD_NONE); in TEST_P()
2095 string plaintext = DecryptMessage(ciphertext, KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P()
2112 string plaintext = DecryptMessage(ciphertext, KM_DIGEST_SHA_2_224, KM_PAD_RSA_OAEP); in TEST_P()
2257 string plaintext = DecryptMessage(ciphertext, KM_PAD_RSA_PKCS1_1_5_ENCRYPT); in TEST_P()
2295 string plaintext = DecryptMessage(ciphertext, digest, padding); in TEST_P()
2394 string plaintext = DecryptMessage(ciphertext1, KM_MODE_ECB, KM_PAD_NONE); in TEST_P()
2447 string plaintext = DecryptMessage(ciphertext, KM_MODE_ECB, KM_PAD_PKCS7); in TEST_P()
2517 string plaintext = DecryptMessage(ciphertext1, KM_MODE_CTR, KM_PAD_NONE, iv1); in TEST_P()
2662 string plaintext = DecryptMessage(ciphertext1, KM_MODE_CBC, KM_PAD_NONE, iv1); in TEST_P()
[all …]