freebsd-dev/sys/crypto/aesni
John-Mark Gurney 23fc6e1652 flag that the aesni driver is sync... This means we don't waste a
context switch just to call the done callback...  On my machine, this
improves geli/gzero decrypt performance by ~27% from 550MB/sec to
~700MB/sec...

MFC after:	3 days
2013-11-20 20:25:27 +00:00
..
aesencdec.h make it so that from/to can be missaligned as it can happen (the geli 2013-11-06 19:14:49 +00:00
aeskeys_amd64.S Use the fact that the AES-NI instructions can be pipelined to improve 2013-09-03 18:31:23 +00:00
aeskeys_i386.S Fix a bug in the result of manual assembly. 2011-03-02 14:56:58 +00:00
aesni_wrap.c make it so that from/to can be missaligned as it can happen (the geli 2013-11-06 19:14:49 +00:00
aesni.c flag that the aesni driver is sync... This means we don't waste a 2013-11-20 20:25:27 +00:00
aesni.h make it so that from/to can be missaligned as it can happen (the geli 2013-11-06 19:14:49 +00:00