Searched refs:ModifyString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tink/cc/aead/internal/ |
H A D | ssl_aead_test.cc | 164 std::string ModifyString(absl::string_view input_str, int position) { in ModifyString() function 189 aead->Decrypt(ModifyString(ciphertext_buffer, i), kAssociatedData, iv, in DoTestEncryptDecryptWithModifiedCiphertext() 198 aead->Decrypt(ciphertext_buffer, ModifyString(kAssociatedData, i), iv, in DoTestEncryptDecryptWithModifiedCiphertext() 260 std::string modified_ciphertext = ModifyString(ciphertext_buffer, i); in TEST_P()
|