aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform.h
Commit message (Expand)AuthorAgeFilesLines
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-1/+0
* Break up opencrypto/xform.c so it can be reused piecemealAllan Jude2015-12-301-77/+3
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-1/+3
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-2/+19
* fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512.VANHULLEBUS Yvan2011-02-251-1/+2
* Add support for AES-XTS.Pawel Jakub Dawidek2010-09-231-0/+2
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-0/+1
* - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384Pawel Jakub Dawidek2006-05-171-4/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* In-kernel crypto framework derived from openbsd. This facility providesSam Leffler2002-10-041-0/+101