Commit Graph

322 Commits (7dc748e4e720c1a98185363096ad7582e9113092)

Author SHA1 Message Date
Sebastian Siewior 5427663f49 [CRYPTO] aes: Export generic setkey 17 years ago
Sebastian Siewior c3715cb90f [CRYPTO] api: Make the crypto subsystem fully modular 17 years ago
Kevin Coffman 76cb952179 [CRYPTO] cts: Add CTS mode required for Kerberos AES support 17 years ago
Marcin Slusarz fd4609a8e0 [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu 17 years ago
Sebastian Siewior f0df30b1f7 [CRYPTO] tcrypt: Change the XTEA test vectors 17 years ago
Sebastian Siewior de224c309b [CRYPTO] tcrypt: Shrink the tcrypt module 17 years ago
Sebastian Siewior 562954d5e0 [CRYPTO] tcrypt: Change the usage of the test vectors 17 years ago
Jan Engelhardt 48c8949ea8 [CRYPTO] api: Constify function pointer tables 17 years ago
Sebastian Siewior d5dc392742 [CRYPTO] tcrypt: Shrink speed templates 17 years ago
Sebastian Siewior 477035c2ab [CRYPTO] tcrypt: Group common speed templates 17 years ago
Jan Glauber 78f8b3a240 [CRYPTO] sha512: Rename sha512 to sha512_generic 17 years ago
Alexey Dobriyan 607424d858 [CRYPTO] api: Switch to proc_create() 17 years ago
Dan Williams 636bdeaa12 dmaengine: ack to flags: make use of the unused bits in the 'ack' field 17 years ago
Dan Williams 19242d7233 async_tx: fix multiple dependency submission 17 years ago
Joy Latten 1edcf2e1ee [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunk 17 years ago
Dan Williams 8d8002f642 async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xor 17 years ago
Dan Williams 3280ab3e88 async_tx: checkpatch says s/__FUNCTION__/__func__/g 17 years ago
Herbert Xu f13ba2f7d3 [CRYPTO] skcipher: Fix section mismatches 17 years ago
Joy Latten 2f40a178e7 [CRYPTO] xcbc: Fix crash with IPsec 17 years ago
Sebastian Siewior 6212f2c7f7 [CRYPTO] xts: Use proper alignment 17 years ago
Adrian Bunk bc97f19dc8 [CRYPTO] digest: Include internal.h for prototypes 17 years ago
Herbert Xu 3e16bfbaf3 [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHER 17 years ago
Herbert Xu 76fc60a2e3 [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module 17 years ago
Adrian Bunk c8620c2590 [CRYPTO] null: Add missing Kconfig dependency on BLKCIPHER 17 years ago
Frederik Deweerdt 242f1a3437 [CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHER 17 years ago
David Howells e231c2ee64 Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) 17 years ago
Dan Williams 47437b2c9a async_tx: allow architecture specific async_tx_find_channel implementations 17 years ago
Dan Williams d4c56f97ff async_tx: replace 'int_en' with operation preparation flags 17 years ago
Dan Williams 0036731c88 async_tx: kill tx_set_src and tx_set_dest methods 17 years ago
Dan Williams d909b34759 async_tx: kill ASYNC_TX_ASSUME_COHERENT 17 years ago
Denis Cheng cf8f68aa76 async_tx: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Dan Williams 1367a3d310 async_tx: fix compile breakage, mark do_async_xor __always_inline 17 years ago
Ilpo Järvinen e6ccc727f3 [CRYPTO] cast6: inline bloat-- 17 years ago
Herbert Xu 38ed9ab23b [CRYPTO] tcrypt: Make xcbc available as a standalone test 17 years ago
Herbert Xu 94765b9e4c [CRYPTO] xcbc: Remove bogus hash/cipher test 17 years ago
Herbert Xu 1b87887d6c [CRYPTO] xcbc: Fix algorithm leak when block size check fails 17 years ago
Herbert Xu 2a999a3abb [CRYPTO] tcrypt: Zero axbuf in the right function 17 years ago
Tan Swee Heng 214dc54f6f [CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20 17 years ago
Sebastian Siewior d1cda4e396 [CRYPTO] tcrypt: Add select of AEAD 17 years ago
Tan Swee Heng 9a7dafbba4 [CRYPTO] salsa20: Add x86-64 assembly version 17 years ago
Tan Swee Heng 974e4b752e [CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version) 17 years ago
Herbert Xu dadbc53d0b [CRYPTO] gcm: Introduce rfc4106 17 years ago
Herbert Xu 189ed66e95 [CRYPTO] api: Show async type 17 years ago
Herbert Xu e7cd2514ea [CRYPTO] chainiv: Avoid lock spinning where possible 17 years ago
Herbert Xu 4726204200 [CRYPTO] seqiv: Add select AEAD in Kconfig 17 years ago
Herbert Xu 6e050778c5 [CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copy 17 years ago
Herbert Xu ce5bd4aca3 [CRYPTO] null: Allow setkey on digest_null 17 years ago
Herbert Xu 3631c650c4 [CRYPTO] null: Add null blkcipher algorithm 17 years ago
Joy Latten 93cc74e078 [CRYPTO] tcrypt: Add CCM vectors 17 years ago
Joy Latten 4a49b499df [CRYPTO] ccm: Added CCM mode 17 years ago