git: opencrypto - Finish porting
Alex Hornung
alexh at crater.dragonflybsd.org
Fri Oct 2 08:56:22 PDT 2009
commit 54734da1b34b84a5c51811c2a45d2ea6bc459fe2
Author: Alex Hornung <ahornung at gmail.com>
Date: Fri Oct 2 14:24:19 2009 +0100
opencrypto - Finish porting
* Fix all remaining porting issues from the original opencrypto WIP
commit.
* Remove clashes due to rebase.
Summary of changes:
sys/conf/files | 2 +
sys/config/GENERIC | 1 +
sys/crypto/via/padlock.c | 3 +-
sys/crypto/via/padlock.h | 4 +-
sys/crypto/via/padlock_cipher.c | 6 +-
sys/crypto/via/padlock_hash.c | 14 +-
sys/dev/crypto/hifn/hifn7751.c | 119 ++++++----
sys/dev/crypto/hifn/hifn7751var.h | 1 +
sys/dev/crypto/ubsec/ubsec.c | 185 ++++++++++++----
sys/dev/crypto/ubsec/ubsecvar.h | 1 +
sys/netinet6/esp_aesctr.c | 447 +++++++++++++++++++++++++++++++++++++
sys/netinet6/esp_camellia.c | 81 +++++++
sys/opencrypto/crypto.c | 29 ++-
sys/opencrypto/cryptodev.c | 34 ++-
sys/opencrypto/cryptodev.h | 2 +
sys/opencrypto/cryptosoft.c | 12 +-
sys/opencrypto/xform.c | 14 +-
sys/opencrypto/xform.h | 2 +-
sys/platform/pc32/i386/identcpu.c | 36 ---
19 files changed, 810 insertions(+), 183 deletions(-)
create mode 100644 sys/netinet6/esp_aesctr.c
create mode 100644 sys/netinet6/esp_camellia.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/54734da1b34b84a5c51811c2a45d2ea6bc459fe2
--
DragonFly BSD source repository
More information about the Commits
mailing list