Joy Latten 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk 17 年 前
..
async_tx 8d8002f642 async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor 17 年 前
Kconfig 3e16bfbaf3 [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER 17 年 前
Makefile 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module 17 年 前
ablkcipher.c 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module 17 年 前
aead.c 189ed66e95 [CRYPTO] api: Show async type 17 年 前
aes_generic.c 96e82e4551 [CRYPTO] aes-generic: Make key generation exportable 17 年 前
algapi.c 68b6c7d691 [CRYPTO] api: Add crypto_attr_alg_name 17 年 前
anubis.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
api.c b9c55aa475 [CRYPTO] skcipher: Create default givcipher instances 17 年 前
arc4.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey 19 年 前
authenc.c e56dd56418 [CRYPTO] authenc: Add givencrypt operation 17 年 前
blkcipher.c 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module 17 年 前
blowfish.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
camellia.c ff85a8082f [CRYPTO] camellia: Move more common code into camellia_setup_tail 17 年 前
cast5.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey 19 年 前
cast6.c e6ccc727f3 [CRYPTO] cast6: inline bloat-- 17 年 前
cbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年 前
ccm.c 4a49b499df [CRYPTO] ccm: Added CCM mode 17 年 前
chainiv.c f13ba2f7d3 [CRYPTO] skcipher: Fix section mismatches 17 年 前
cipher.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned 17 年 前
compress.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
crc32c.c 560c06ae1a [CRYPTO] api: Get rid of flags argument to setkey 19 年 前
cryptd.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年 前
crypto_null.c ce5bd4aca3 [CRYPTO] null: Allow setkey on digest_null 17 年 前
cryptomgr.c 720a650f8a [CRYPTO] cryptomgr: Fix parsing of recursive algorithms 17 年 前
ctr.c 0a270321db [CRYPTO] seqiv: Add Sequence Number IV Generator 17 年 前
deflate.c c7fc05992a [CRYPTO] api: Added cra_init/cra_exit 19 年 前
des_generic.c c3041f9c93 [CRYPTO] hifn_795x: Detect weak keys 17 年 前
digest.c bc97f19dc8 [CRYPTO] digest: Include internal.h for prototypes 17 年 前
ecb.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年 前
eseqiv.c f13ba2f7d3 [CRYPTO] skcipher: Fix section mismatches 17 年 前
fcrypt.c 3c50b3683a fcrypt endianness misannotations 17 年 前
gcm.c dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 17 年 前
gf128mul.c f19f5111c9 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks 17 年 前
hash.c 791b4d5f73 [CRYPTO] api: Add missing headers for setkey_unaligned 17 年 前
hmac.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年 前
internal.h b9c55aa475 [CRYPTO] skcipher: Create default givcipher instances 17 年 前
khazad.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
lrw.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年 前
lzo.c 0b77abb3b2 [CRYPTO] lzo: Add LZO compression algorithm support 17 年 前
md4.c 6c2bb98bc3 [CRYPTO] all: Pass tfm instead of ctx to algorithms 19 年 前
md5.c 6c2bb98bc3 [CRYPTO] all: Pass tfm instead of ctx to algorithms 19 年 前
michael_mic.c 85d32e7b0e [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi 18 年 前
pcbc.c e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 年 前
proc.c 13d31894b3 Make crypto API use seq_list_xxx helpers 18 年 前
salsa20_generic.c eb6f13eb9f [CRYPTO] salsa20_generic: Fix multi-page processing 17 年 前
scatterwalk.c 6e050778c5 [CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copy 17 年 前
seed.c e2ee95b8c6 [CRYPTO] seed: New cipher algorithm 17 年 前
seqiv.c 14df4d8043 [CRYPTO] seqiv: Add AEAD support 17 年 前
serpent.c d08f74e58c [PATCH] serpent: fix endian warnings 18 年 前
sha1_generic.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
sha256_generic.c cd12fb906d [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224 17 年 前
sha512.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
tcrypt.c 38ed9ab23b [CRYPTO] tcrypt: Make xcbc available as a standalone test 17 年 前
tcrypt.h 93cc74e078 [CRYPTO] tcrypt: Add CCM vectors 17 年 前
tea.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
tgr192.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
twofish.c 758f570ea7 [CRYPTO] twofish: Fix the priority 19 年 前
twofish_common.c e2b21b5002 [CRYPTO] twofish: Do not unroll big stuff in twofish key setup 17 年 前
wp512.c 87ae9afdca cleanup asm/scatterlist.h includes 17 年 前
xcbc.c 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk 17 年 前
xor.c 9bc89cd82d async_tx: add the async_tx api 18 年 前
xts.c 6212f2c7f7 [CRYPTO] xts: Use proper alignment 17 年 前