Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/streamingaead/
H A Ddecrypting_random_access_stream.h65 ciphertext_source_(std::move(ciphertext_source)), in DecryptingRandomAccessStream()
71 std::unique_ptr<crypto::tink::RandomAccessStream> ciphertext_source_; variable
H A Ddecrypting_random_access_stream.cc108 ciphertext_source_.get()); in PRead()