aboutsummaryrefslogtreecommitdiff
path: root/cc/streamingaead/decrypting_random_access_stream_test.cc
AgeCommit message (Expand)Author
2023-01-23Move `ReadAll` to a shared utility function in cc/internal/test_random_access...ambrosin
2023-01-23Replace FileRandomAccessStream and test::GetTestFileDescriptor with TestRando...ambrosin
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-11-08Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-10-20Replace the deprecated crypto::tink::util::error::OUT_OF_RANGE usages with it...lizatretyakova
2021-09-28Replace the third batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2020-10-09Migrate PrimitiveSet::AddPrimitive to take a KeyInfo instead of a Key.tholenst
2019-08-20Removing const from RandomAccessStream::size(), and changingprzydatek
2019-08-05Always use the Status result in some of the Tink unit tests.tholenst
2019-06-25Removing dependency on absl::random.przydatek
2019-06-24Adding C++ API for StreamingAead random access decryption.przydatek