DragonFly commits List (threaded) for 2010-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: crypto - Update crypto for AES XTS and CTR
commit da41e4e5bd39d3b1ea3e536618fe9d062e0eeabd
Author: Alex Hornung <ahornung@gmail.com>
Date: Sat Aug 21 11:51:38 2010 +0100
crypto - Update crypto for AES XTS and CTR
* Sync a bit up with OpenBSD, adding 'reinit' and 'ivsize' to the xform
structure.
* Add support for AES-XTS and AES-CTR.
Obtained-from: OpenBSD
Summary of changes:
sys/opencrypto/cryptodev.c | 6 +
sys/opencrypto/cryptodev.h | 8 ++-
sys/opencrypto/cryptosoft.c | 76 ++++++++++++--
sys/opencrypto/xform.c | 234 ++++++++++++++++++++++++++++++++++++++++---
sys/opencrypto/xform.h | 5 +-
5 files changed, 302 insertions(+), 27 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/da41e4e5bd39d3b1ea3e536618fe9d062e0eeabd
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]