Commit Graph

108 Commits (dd797d81d3d7da31a50031f2741b93327ed22260)

Author SHA1 Message Date
Kim Phillips c0e741d478 crypto: talitos - sparse fix 17 years ago
Kim Phillips fa86a26795 crypto: talitos - Stop leaking memory in error path 17 years ago
Kim Phillips 586725f860 crypto: talitos - Fix GFP flag usage 17 years ago
Kim Phillips ec6644d632 crypto: talitos - Preempt overflow interrupts 17 years ago
Lee Nipper 695ad58969 crypto: talitos - Correct dst != src case handling 17 years ago
Lee Nipper 4aaf087846 crypto: talitos - Remove calls to of_node_put 17 years ago
Imre Kaloz 090657e423 crypto: ixp4xx - Select CRYPTO_AUTHENC 17 years ago
Lee Nipper 3952f17ed6 crypto: talitos - Add support for sha256 and md5 variants 17 years ago
Herbert Xu ebbcf33692 crypto: talitos - Use proper form for algorithm driver names 17 years ago
Lee Nipper 70bcaca753 crypto: talitos - Add support for 3des 17 years ago
Jeremy Katz b43e726b32 crypto: padlock - Make module loading quieter when hardware isn't available 17 years ago
Christian Hohnstaedt 81bef01500 crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs 17 years ago
Kim Phillips 9c4a79653b crypto: talitos - Freescale integrated security engine (SEC) driver 17 years ago
Robert P. J. Day 0936a94406 [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macro 17 years ago
Huang Weiyi 0bea3dc1e2 [CRYPTO] hifn: Remove duplicated include 17 years ago
Patrick McHardy 692af5da77 [HIFN]: Have HW invalidate src and dest descriptors after processing 17 years ago
Patrick McHardy 85e7e60b85 [HIFN]: Move command descriptor setup to seperate function 17 years ago
Patrick McHardy 6cd3d674dd [HIFN]: Fix max queue length value 17 years ago
Patrick McHardy 4b804b53ef [HIFN]: Properly initialize ivsize for CBC modes 17 years ago
Patrick McHardy 281d6bd453 [HIFN]: Use unique driver names for different algos 17 years ago
Patrick McHardy 136f702f51 [HIFN]: Properly handle requests for less than the full scatterlist 17 years ago
Patrick McHardy d069033b42 [HIFN]: Fix data alignment checks 17 years ago
Patrick McHardy 94eaa1bd7c [HIFN]: Handle ablkcipher_walk errors 17 years ago
Patrick McHardy 9e70a408ad [HIFN]: Indicate asynchronous processing to crypto API 17 years ago
Patrick McHardy 7808f0738f [HIFN]: Remove printk_ratelimit() for debugging printk 17 years ago
Patrick McHardy 3c42cbc2e0 [HIFN]: Endianess fixes 17 years ago
Sebastian Siewior 7dc748e4e7 [CRYPTO] padlock-aes: Use generic setkey function 17 years ago
Jan Glauber 4e2c6d7f4d [CRYPTO] sha384: Hardware acceleration for s390 17 years ago
Jan Glauber 291dc7c099 [CRYPTO] sha512: Hardware acceleration for s390 17 years ago
Ralph Wuerthner 2f7c8bd6dc [S390] zcrypt: add support for large random numbers 17 years ago
Al Viro e68970cdd9 drivers/crypto/hifn_795x.c trivial endianness annotations 17 years ago
Patrick McHardy f881d8290c [HIFN]: Fix invalid config ifdefs for RNG support 17 years ago
Jan Glauber 3f5615e012 [S390] crypto: move s390 Kconfig options. 17 years ago
Herbert Xu 946fef4e14 [CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is m 17 years ago
Alexey Dobriyan b966b54654 [CRYPTO] hifn_795x: Fixup container_of() usage 17 years ago
Herbert Xu 866cd902e8 [CRYPTO] padlock: Only reset the key once for each CBC and ECB operation 17 years ago
Herbert Xu 653ebd9c85 [CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/module 17 years ago
Adrian Bunk f17922bc75 [CRYPTO] geode: Add __dev{init,exit} annotations 17 years ago
Sebastian Siewior fdc520aa69 [CRYPTO] geode: Use correct encrypt/decrypt function in fallback 17 years ago
Sebastian Siewior d2456c6623 [CRYPTO] geode: do not copy the IV too often 17 years ago
Patrick McHardy fcd0675593 [HIFN]: Add support for using the random number generator 17 years ago
Patrick McHardy 37a8023ce5 [HIFN]: Improve PLL initialization 17 years ago
Herbert Xu 332f8840f7 [CRYPTO] ablkcipher: Add distinct ABLKCIPHER type 17 years ago
Andrew Morton 102d49d3d0 [CRYPTO] hifn: Add missing includes 17 years ago
Jan Glauber 2707b937f3 [CRYPTO] hifn: Make Kconfig option depend on PCI 17 years ago
Evgeniy Polyakov a1e6ef2f1e [CRYPTO] hifn: Schedule callback invocation to tasklet. 17 years ago
Sebastian Siewior cd7c3bfe54 [CRYPTO] geode: Add fallback for unsupported modes 17 years ago
Sebastian Siewior b7a30da61a [CRYPTO] geode: move defines into a headerfile 17 years ago
Sebastian Siewior 1f4e477376 [CRYPTO] geode: relax in busy loop and care about return value 17 years ago
Sebastian Siewior 2d506d4fa1 [CRYPTO] geode: use consistent IV copy 17 years ago