summaryrefslogtreecommitdiff
path: root/sys/crypto/hmac.c
AgeCommit message (Expand)Author
2016-09-19convert bcopy to memcpy. from david hillTed Unangst
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2008-09-06match libc sha2(3) API changes for kernel; ok millert@Damien Miller
2008-08-12Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMACDamien Bergamini