CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/12 10:15:23
Modified files:
sys/arch/i386/i386: via.c
sys/arch/i386/pci: glxsb.c
sys/arch/amd64/amd64: aesni.c via.c
Log message:
use explicit_bzero() for the session, in drivers where struct session
contains key material (note, that is not true in all drivers... hence
not always neccessary)
discussed with mikeb
