aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_auth.h
Commit message (Expand)AuthorAgeFilesLines
* Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin2020-11-031-5/+5
* Adjust crypto_apply function callbacks for OCF.John Baldwin2020-06-101-3/+3
* Various cleanups to the software encryption transform interface.John Baldwin2020-05-201-1/+0
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-3/+0
* Remove support for keyed MD5 and SHA1 authentication hashes.John Baldwin2020-05-111-2/+0
* Add AES-CCM encryption, and plumb into OCF.Sean Eric Fagan2019-02-151-0/+5
* Add sha224 to the authctx union.John Baldwin2018-10-231-0/+2
* Add xform-conforming auth_hash wrapper for Poly-1305Conrad Meyer2018-08-171-0/+1
* OCF: Add plain hash modesConrad Meyer2018-07-091-0/+5
* OCF: Add CRYPTO_SHA2_224_HMAC modeConrad Meyer2018-07-091-0/+1
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-211-0/+2
* Break up opencrypto/xform.c so it can be reused piecemealAllan Jude2015-12-301-0/+89