CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/08/12 09:43:00
Modified files:
sys/conf : files
Added files:
sys/crypto : hmac.c hmac.h cmac.c cmac.h key_wrap.c
key_wrap.h
Log message:
Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC
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@