aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/aes_ctr_hmac_streaming.cc
AgeCommit message (Expand)Author
2022-12-15IWYU: Add missing standard library includes.wiktorg
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-02-04Automatically apply some clang-tidy fixes.tholenst
2022-01-26Move the `GetAesCtrCipherForKeySize` utility function to `internal/aes_util`ambrosin
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-27Replace occurrences of `bssl::UniquePtr` with `internal::SslUniquePtr` in cc/...ambrosin
2021-10-21Replace the deprecated crypto::tink::util::error::FAILED_PRECONDITION usages ...lizatretyakova
2021-10-13Move AES util functions from subtle_util_boringssl to a separate aead_util file.ambrosin
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-25Minor code cleanupwiktorg
2020-03-18Use sanitizing containers in aes_ctr_hmac_streamingwiktorg
2020-03-03Use sanitizing containers in hmac_boringsslwiktorg
2020-03-02Use sanitizing containers in hmac_boringsslTink Team
2020-03-02Use sanitizing containers in hmac_boringsslwiktorg
2019-10-25Formatting changes due to internal changes.tholenst
2019-08-12Add AES-CTR-HMAC streaming.paulavidas