aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/aes_ctr_hmac_streaming_test.cc
AgeCommit message (Expand)Author
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-02-04Automatically apply some clang-tidy fixes.tholenst
2021-11-09Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-10-21Replace the deprecated crypto::tink::util::error::FAILED_PRECONDITION usages ...lizatretyakova
2021-04-16Refactor tink fips into an internal and public part.kste
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-07-14Restrict usage of AES-GCM HKDF and AES-CTR HMAC streaming primitives from sub...kste
2020-03-18Use sanitizing containers in aes_ctr_hmac_streamingwiktorg
2019-08-28Enabling C++ decryption via random access stream.przydatek
2019-08-12Add AES-CTR-HMAC streaming.paulavidas