Searched refs:TestDecryptWithEmptyAssociatedData (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | aes_gcm_boringssl_test.cc | 112 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 D | ssl_aead_test.cc | 270 void TestDecryptWithEmptyAssociatedData(SslOneShotAead* aead, in TestDecryptWithEmptyAssociatedData() function 297 TestDecryptWithEmptyAssociatedData(aead, ciphertext_buffer, iv); in DoTestWithEmptyAssociatedData()
|