Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert bcopy to memcpy. from david hill | 2016-09-19 | 1 | -7/+7 | |
| | |||||
* | for key material that is being being discarded, convert bzero() to | 2011-01-11 | 1 | -7/+7 | |
| | | | | | explicit_bzero() where required ok markus mikeb | ||||
* | match libc sha2(3) API changes for kernel; ok millert@ | 2008-09-06 | 1 | -12/+12 | |
| | |||||
* | Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC | 2008-08-12 | 1 | -0/+192 | |
and AES Key Wrap algorithms. They will replace/extend the non-generic implementation in net80211. AES-128-CMAC tested by sobrado@ (AlphaServer 1200), naddy@ (alpha/sparc64) and sthen@ (sparc64, armish). HMAC-* reviewed by hshoexer@ ok and hints from djm@ |