Home
last modified time | relevance | path

Searched defs:ct_buf (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tink/cc/streamingaead/
H A Dstreaming_aead_wrapper_test.cc144 auto ct_buf = ct_stream->rdbuf(); in TEST() local
200 auto ct_buf = ct_stream->rdbuf(); in TEST() local
256 auto ct_buf = ct_stream->rdbuf(); in TEST() local
H A Ddecrypting_input_stream_test.cc80 auto ct_buf = ct_stream->rdbuf(); in GetCiphertextSource() local
H A Ddecrypting_random_access_stream_test.cc65 auto ct_buf = ct_stream->rdbuf(); in GetCiphertextSource() local
/aosp_15_r20/external/tink/cc/subtle/
H A Dstreaming_aead_test_util.cc88 auto ct_buf = ct_stream->rdbuf(); in EncryptThenDecrypt() local
H A Ddecrypting_random_access_stream_test.cc91 auto ct_buf = ct_stream->rdbuf(); in GetCiphertext() local
H A Dstreaming_aead_encrypting_stream_test.cc51 std::stringbuf* ct_buf; // buffer that contains the resulting ciphertext member