DragonFly commits List (threaded) for 2011-07
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: opencrypto - Add AES GCM/GMAC support
commit aface1425a7d078db8785139e186f3a4ffd18034
Author: Alex Hornung <ahornung@gmail.com>
Date: Mon Jun 27 21:17:24 2011 +0100
opencrypto - Add AES GCM/GMAC support
Obtained-from: OpenBSD
Summary of changes:
sys/conf/files | 1 +
sys/opencrypto/cryptodev.h | 13 +++-
sys/opencrypto/cryptosoft.c | 208 +++++++++++++++++++++++++++++++++++++++++++
sys/opencrypto/gmac.c | 159 +++++++++++++++++++++++++++++++++
sys/opencrypto/gmac.h | 51 +++++++++++
sys/opencrypto/xform.c | 91 +++++++++++++++++--
sys/opencrypto/xform.h | 9 ++
7 files changed, 522 insertions(+), 10 deletions(-)
create mode 100644 sys/opencrypto/gmac.c
create mode 100644 sys/opencrypto/gmac.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aface1425a7d078db8785139e186f3a4ffd18034
--
DragonFly BSD source repository
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]