Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/aead/internal/
H A Dzero_copy_aes_gcm_boringssl_test.cc163 int ciphertext_start = kMessage.size() - kIvSizeInBytes; in TEST_F() local
164 memcpy(&buffer[0] + ciphertext_start, ciphertext_data.data(), in TEST_F()
166 auto ciphertext = absl::string_view(buffer).substr(ciphertext_start, in TEST_F()