summaryrefslogtreecommitdiff
path: root/sys/opencrypto/cbc_mac.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-27opencrypto: Respect alignment constraints in xor_and_encrypt()Mark Johnston
2021-10-06cryptosoft: Fix support for variable tag lengths in AES-CCM.John Baldwin
2020-06-10Adjust crypto_apply function callbacks for OCF.John Baldwin
2019-04-24Don't panic for empty CCM requests.John Baldwin
2019-02-25Fix another bug introduced during the review process of r344140:Sean Eric Fagan
2019-02-15Fix another issue from r344141, having to do with size of a shift amount.Sean Eric Fagan
2019-02-15Pasting in a source control line missed the last quote. Fixed.Sean Eric Fagan
2019-02-15Add CBC-MAC authentication.Sean Eric Fagan