CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2010/07/08 02:15:18

Modified files:
        sys/arch/amd64/amd64: aesni.c 

Log message:
better op buf handling. Instead of mallocing a new buffer for every
encdec operation, keep a PAGE_SIZE (or not, depending if we fail during
setup) buf around; if the crd_len is larger then the current buf, re allocate
a new one that fits the data, and keep it around.

Reply via email to