aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/aes_ctr_boringssl.cc
AgeCommit message (Expand)Author
2022-12-15IWYU: Add missing standard library includes.wiktorg
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-21Move the `EnsureNonNull` utility to a new function `EnsureStringNonNull` in `...ambrosin
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
2020-07-08Restrict instantiating subtle primitives in FIPS only mode.kste
2020-03-25Minor code cleanupwiktorg
2020-03-04Use InvalidArgumentError more consistentlywiktorg
2020-03-02Use absl::WrapUnique instead of direct std::unique_ptr ctorwiktorg
2020-03-02Use sanitizing containers in aes_ctr_boringsslwiktorg
2019-09-17Use GetAesCtrCipherForKeySize from subtle_util_boringssl.paulavidas
2019-08-16Call ResizeStringUninitialized where it is appropriate.tholenst
2019-08-15Replace the vector with a string in aes_ctr_boringssl.tholenst
2019-08-02Fix missing return.paulavidas
2018-08-09Upgrade absl::string_view() to absl::string_view("") to make BoringSSL happy.Thai Duong
2018-07-31cc: Drop support for 192-bit keys from AES-CTR.Haris Andrianakis
2018-04-17Use Portable Protocol Buffers (go/portableproto) for Tink C++.Haris Andrianakis
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-12-11Removing protos-dependency of C++ subtle.Bartosz Przydatek
2017-10-25Replacing google::protobuf::StringPiece with absl::string_view.Thai Duong
2017-10-25Fixing compat and Lint errors when syncing to google3.Thai Duong
2017-10-25Adding AesCtrBoringSsl.Thai Duong