summaryrefslogtreecommitdiffstats
path: root/sys/crypto/sha2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Defining the interface in terms of char * means most callers aretedu2014-11-161-4/+4
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* match libc sha2(3) API changes for kernel; ok millert@djm2008-09-061-21/+17
* Sync userland sha2.c with kernel. The SHAXXX_End and SHAXXX_Data functionsmillert2004-04-281-85/+34
* hmac-sha2-{256,384,512} support in AH/ESP auth. markus okitojun2003-07-241-0/+140