summaryrefslogtreecommitdiffstats
path: root/sys/crypto/hmac.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert bcopy to memcpy. from david hilltedu2016-09-191-7/+7
|
* for key material that is being being discarded, convert bzero() toderaadt2011-01-111-7/+7
| | | | | explicit_bzero() where required ok markus mikeb
* match libc sha2(3) API changes for kernel; ok millert@djm2008-09-061-12/+12
|
* Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMACdamien2008-08-121-0/+192
and AES Key Wrap algorithms. They will replace/extend the non-generic implementation in net80211. AES-128-CMAC tested by sobrado@ (AlphaServer 1200), naddy@ (alpha/sparc64) and sthen@ (sparc64, armish). HMAC-* reviewed by hshoexer@ ok and hints from djm@