summaryrefslogtreecommitdiffstats
path: root/regress/sys/crypto/hmac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not skip any crypto tests. Remove useless make code, use defaultsbluhm2017-06-221-3/+1
| | | | | where appropriate. OK mikeb@
* Remove -Wbounded: it is now the compiler default.martynas2014-01-181-2/+1
|
* provide fake copies of explicit_bzero in the test scaffolds for kernel codederaadt2011-04-041-0/+6
|
* fix builds for when obj/ presentdjm2008-09-022-5/+21
| | | | | | fix gcc warnings add licenses ok damien@
* test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC,damien2008-08-123-0/+112
AES Key Wrap. ok djm@