Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.h267 std::string DecryptMessage(const std::string& ciphertext, keymaster_padding_t padding);
268 std::string DecryptMessage(const std::string& ciphertext, keymaster_digest_t digest,
270 std::string DecryptMessage(const std::string& ciphertext, keymaster_block_mode_t block_mode,
272 std::string DecryptMessage(const std::string& ciphertext, keymaster_digest_t digest,
274 std::string DecryptMessage(const std::string& ciphertext, keymaster_block_mode_t block_mode,
276 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext,
279 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext,
Dandroid_keymaster_test_utils.cpp537 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_padding_t padding) { in DecryptMessage() function in keymaster::test::Keymaster2Test
545 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() function in keymaster::test::Keymaster2Test
555 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() function in keymaster::test::Keymaster2Test
565 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() function in keymaster::test::Keymaster2Test
576 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() function in keymaster::test::Keymaster2Test
587 string Keymaster2Test::DecryptMessage(const AuthorizationSet& update_params, in DecryptMessage() function in keymaster::test::Keymaster2Test
Dandroid_keymaster_test.cpp1833 string plaintext = DecryptMessage(ciphertext, KM_MODE_ECB, KM_PAD_PKCS7); in TEST_P()
1890 string plaintext = DecryptMessage(ciphertext, KM_PAD_NONE); in TEST_P()
2010 string plaintext = DecryptMessage(ciphertext, KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P()
2027 string plaintext = DecryptMessage(ciphertext, KM_DIGEST_SHA_2_224, KM_PAD_RSA_OAEP); in TEST_P()
2172 string plaintext = DecryptMessage(ciphertext, KM_PAD_RSA_PKCS1_1_5_ENCRYPT); in TEST_P()
2210 string plaintext = DecryptMessage(ciphertext, digest, padding); in TEST_P()
2309 string plaintext = DecryptMessage(ciphertext1, KM_MODE_ECB, KM_PAD_NONE); in TEST_P()
2359 string plaintext = DecryptMessage(ciphertext, KM_MODE_ECB, KM_PAD_PKCS7); in TEST_P()
2429 string plaintext = DecryptMessage(ciphertext1, KM_MODE_CTR, KM_PAD_NONE, iv1); in TEST_P()
2574 string plaintext = DecryptMessage(ciphertext1, KM_MODE_CBC, KM_PAD_NONE, iv1); in TEST_P()
[all …]