aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/stateful_cmac_boringssl.h
AgeCommit message (Expand)Author
2022-01-20Automatically apply some clang-tidy fixestholenst
2021-10-27Replace occurrences of `bssl::UniquePtr` with `internal::SslUniquePtr` in cc/...ambrosin
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-03-27PRFSet implementation: necessary subtle changes to support PRFSet.sschmieg
2020-03-25Minor code cleanupwiktorg
2020-02-24Implement Streaming MAC instances of CMAC and HMAC using BoringSSL.Tink Team