summaryrefslogtreecommitdiffstats
path: root/regress/sys/crypto/hmac/hmac_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* provide fake copies of explicit_bzero in the test scaffolds for kernel codederaadt2011-04-041-0/+6
|
* fix builds for when obj/ presentdjm2008-09-021-2/+18
| | | | | | fix gcc warnings add licenses ok damien@
* test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC,damien2008-08-121-0/+76
AES Key Wrap. ok djm@