summaryrefslogtreecommitdiffstats
path: root/crypto/ctr.c
AgeCommit message (Expand)AuthorLines
2014-11-26crypto: include crypto- module prefix in templateKees Cook-0/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-1/+1
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-4/+2
2013-02-04crypto: use ERR_CASTJulia Lawall-2/+1
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna-63/+110
2010-05-26crypto: Use ERR_CASTJulia Lawall-1/+1
2009-08-13crypto: ctr - Use chainiv on raw counter modeHerbert Xu-0/+2
2008-01-11[CRYPTO] seqiv: Add Sequence Number IV GeneratorHerbert Xu-0/+2
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu-128/+206
2008-01-11[CRYPTO] ctr: Fix multi-page processingHerbert Xu-31/+33
2008-01-11[CRYPTO] ctr: Use crypto_inc and crypto_xorHerbert Xu-55/+16
2008-01-11[CRYPTO] ctr: Add countersizeJoy Latten-11/+21
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten-0/+369