aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chainiv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-22crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu1-26/+29
2015-06-04crypto: chainiv - Move IV seeding into init functionHerbert Xu1-57/+9
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2013-02-04crypto: use ERR_CASTJulia Lawall1-2/+1
2009-02-19crypto: chainiv - Use kcrypto_wq instead of keventd_wqHuang Ying1-1/+2
2008-08-29crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu1-5/+29
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu1-2/+8
2008-07-10crypto: chainiv - Invoke completion functionHerbert Xu1-2/+8
2008-03-08[CRYPTO] skcipher: Fix section mismatchesHerbert Xu1-3/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu1-8/+4
2008-01-11[CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu1-8/+200
2008-01-11[CRYPTO] chainiv: Add chain IV generatorHerbert Xu1-0/+139