summaryrefslogtreecommitdiffstats
path: root/sys/crypto/hmac.c (follow)
Commit message (Expand)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
* 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