aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/internal/skcipher.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosGravatar Ard Biesheuvel 1-1/+1
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionGravatar Herbert Xu 1-0/+4
2016-11-28crypto: skcipher - Add skcipher walk interfaceGravatar Herbert Xu 1-0/+47
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Gravatar Eric Biggers 1-6/+0
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Gravatar Eric Biggers 1-6/+0
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationGravatar Eric Biggers 1-2/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceGravatar Herbert Xu 1-51/+12
2016-07-18crypto: skcipher - Add low-level skcipher interfaceGravatar Herbert Xu 1-0/+87
2015-08-21crypto: skcipher - Add top-level skcipher interfaceGravatar Herbert Xu 1-0/+15
2014-06-20crypto: skcipher - Don't use __crypto_dequeue_request()Gravatar Marek Vasut 1-2/+1
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorGravatar Steffen Klassert 1-0/+2
2009-08-29crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL testGravatar Herbert Xu 1-2/+2
2008-08-29crypto: skcipher - Move IV generators into their own modulesGravatar Herbert Xu 1-6/+0
2008-03-08[CRYPTO] skcipher: Fix section mismatchesGravatar Herbert Xu 1-1/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleGravatar Herbert Xu 1-0/+6
2008-01-11[CRYPTO] chainiv: Avoid lock spinning where possibleGravatar Herbert Xu 1-0/+13
2008-01-11[CRYPTO] null: Add null blkcipher algorithmGravatar Herbert Xu 1-0/+5
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesGravatar Herbert Xu 1-0/+2
2008-01-11[CRYPTO] skcipher: Added skcipher_givcrypt_completeGravatar Herbert Xu 1-0/+12
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeGravatar Herbert Xu 1-0/+18
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeGravatar Herbert Xu 1-0/+9
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceGravatar Herbert Xu 1-0/+51