看板 DFBSD_commit 關於我們 聯絡資訊
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