aboutsummaryrefslogtreecommitdiff
path: root/crypto/skcipher.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-25crypto: skcipher - Fix skcipher_walk_aead_commonGravatar Ondrej Mosnáček 1-0/+3
2017-10-07crypto: skcipher - Fix crash on zero-length inputGravatar Herbert Xu 1-6/+11
2017-05-18crypto: skcipher - Add missing API setkey checksGravatar Herbert Xu 1-1/+39
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGravatar Gideon Israel Dsouza 1-1/+2
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosGravatar Ard Biesheuvel 1-8/+12
2016-12-14crypto: skcipher - fix crash in virtual walkGravatar Ard Biesheuvel 1-1/+3
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionGravatar Herbert Xu 1-3/+30
2016-11-30crypto: skcipher - fix crash in skcipher_walk_aead()Gravatar Ard Biesheuvel 1-0/+2
2016-11-28crypto: skcipher - Add skcipher walk interfaceGravatar Herbert Xu 1-0/+511
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceGravatar Herbert Xu 1-2/+2
2016-07-18crypto: skcipher - Add low-level skcipher interfaceGravatar Herbert Xu 1-7/+189
2016-01-25crypto: skcipher - Add default key size helperGravatar Herbert Xu 1-2/+2
2016-01-18crypto: skcipher - Add crypto_skcipher_has_setkeyGravatar Herbert Xu 1-0/+2
2015-10-01crypto: skcipher - blkcipher and ablkcipher should it be staticGravatar Geliang Tang 1-2/+2
2015-08-21crypto: skcipher - Add top-level skcipher interfaceGravatar Herbert Xu 1-0/+245