WIP crypto/opencrypto update
authorSascha Wildner <saw@online.de>
Sun, 27 Sep 2009 12:49:00 +0000 (14:49 +0200)
committerAlex Hornung <ahornung@gmail.com>
Fri, 2 Oct 2009 15:17:37 +0000 (16:17 +0100)
commit42ee1e6beff0486f326d26a7740d49974070b8e2
tree111039625f800bfb116706dcb18a6b9466a9737e
parentca6dce84668bc747e911fcf3a99e508d0b0c34f3
WIP crypto/opencrypto update
82 files changed:
sys/conf/files
sys/conf/kmod.mk
sys/crypto/Makefile
sys/crypto/blowfish/arch/i386/bf_enc.S
sys/crypto/blowfish/arch/i386/bf_enc_586.S
sys/crypto/blowfish/arch/i386/bf_enc_686.S
sys/crypto/blowfish/bf_ecb.c [copied from sys/crypto/blowfish/blowfish.h with 73% similarity]
sys/crypto/blowfish/bf_enc.c
sys/crypto/blowfish/bf_locl.h
sys/crypto/blowfish/bf_pi.h
sys/crypto/blowfish/bf_skey.c
sys/crypto/blowfish/blowfish.h
sys/crypto/camellia/camellia-api.c [new file with mode: 0644]
sys/crypto/camellia/camellia.c [new file with mode: 0644]
sys/crypto/camellia/camellia.h [new file with mode: 0644]
sys/crypto/cast128/cast128.c [deleted file]
sys/crypto/cast128/cast128.h [deleted file]
sys/crypto/cast128/cast128_subkey.h [deleted file]
sys/crypto/des/arch/i386/des_enc.S
sys/crypto/des/des.h
sys/crypto/des/des_ecb.c
sys/crypto/des/des_enc.c
sys/crypto/des/des_locl.h
sys/crypto/des/des_setkey.c
sys/crypto/des/podd.h
sys/crypto/des/sk.h
sys/crypto/des/spr.h
sys/crypto/md5.c [deleted file]
sys/crypto/rc4/Makefile [new file with mode: 0644]
sys/crypto/rc4/rc4.c
sys/crypto/rc4/rc4.h
sys/crypto/rijndael/Makefile [new file with mode: 0644]
sys/crypto/rijndael/boxes-fst.dat [deleted file]
sys/crypto/rijndael/rijndael-alg-fst.c
sys/crypto/rijndael/rijndael-alg-fst.h [deleted file]
sys/crypto/rijndael/rijndael-api-fst.c
sys/crypto/rijndael/rijndael-api-fst.h
sys/crypto/rijndael/rijndael-api.c [moved from sys/opencrypto/rijndael.h with 55% similarity]
sys/crypto/rijndael/rijndael.h
sys/crypto/rijndael/rijndael_local.h
sys/crypto/rijndael/test00.c [new file with mode: 0644]
sys/crypto/sha1.c
sys/crypto/sha1.h
sys/crypto/sha2/sha2.c
sys/crypto/sha2/sha2.h
sys/crypto/via/Makefile [new file with mode: 0644]
sys/crypto/via/padlock.c [new file with mode: 0644]
sys/crypto/via/padlock.h [new file with mode: 0644]
sys/crypto/via/padlock_cipher.c [new file with mode: 0644]
sys/crypto/via/padlock_hash.c [new file with mode: 0644]
sys/dev/crypto/hifn/Makefile
sys/dev/crypto/ubsec/Makefile
sys/net/pfkeyv2.h
sys/netinet6/esp.h
sys/netinet6/esp_aesctr.h [moved from sys/crypto/md5.h with 54% similarity]
sys/netinet6/esp_camellia.h [new file with mode: 0644]
sys/netinet6/esp_core.c
sys/netinet6/esp_rijndael.c
sys/netinet6/esp_rijndael.h
sys/netproto/802_11/wlan_ccmp/ieee80211_crypto_ccmp.c
sys/opencrypto/cast.c
sys/opencrypto/cast.h
sys/opencrypto/castsb.h
sys/opencrypto/criov.c
sys/opencrypto/crmbuf.c [deleted file]
sys/opencrypto/crypto.c
sys/opencrypto/crypto_if.m [deleted file]
sys/opencrypto/cryptodev.c
sys/opencrypto/cryptodev.h
sys/opencrypto/cryptodev_if.m [new file with mode: 0644]
sys/opencrypto/cryptosoft.c
sys/opencrypto/cryptosoft.h
sys/opencrypto/deflate.c
sys/opencrypto/deflate.h
sys/opencrypto/rijndael.c [deleted file]
sys/opencrypto/rmd160.c
sys/opencrypto/rmd160.h
sys/opencrypto/skipjack.c
sys/opencrypto/skipjack.h
sys/opencrypto/xform.c
sys/opencrypto/xform.h
sys/platform/pc32/include/md_var.h