Home
last modified time | relevance | path

Searched refs:TestDecryptWithEmptyAssociatedData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/cc/subtle/
H A Daes_gcm_boringssl_test.cc112 void TestDecryptWithEmptyAssociatedData(Aead* cipher, absl::string_view ct, in TestDecryptWithEmptyAssociatedData() function
140 TestDecryptWithEmptyAssociatedData(cipher_.get(), *ciphertext, kMessage); in TEST_F()
145 TestDecryptWithEmptyAssociatedData(cipher_.get(), *ciphertext, kMessage); in TEST_F()
150 TestDecryptWithEmptyAssociatedData(cipher_.get(), *ciphertext, kMessage); in TEST_F()
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dssl_aead_test.cc270 void TestDecryptWithEmptyAssociatedData(SslOneShotAead* aead, in TestDecryptWithEmptyAssociatedData() function
297 TestDecryptWithEmptyAssociatedData(aead, ciphertext_buffer, iv); in DoTestWithEmptyAssociatedData()