CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/22 06:47:40
Modified files:
sys/arch/amd64/amd64: aes_intel.S aesni.c
Log message:
Fixes for AES CTR mode from mikeb:
o Fix up counter increment for buffers larger then 64 bytes, by
calling the increment routine before loading the IV into the
encryption routine input register.
o In aesni_encdec() regenerate the IV for every new request.
Also use nice defines instead of magic constants for the size
of ses_iv.
