CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/21 15:24:21
Modified files:
sys/crypto : cryptosoft.c
Log message:
remove dead code (ivp did always point to iv in the decrypt path).
instead save one bcopy() per block by alternating between two iv buffers;
ok mikeb@
