Kees Cook
|
b350bee5ea
crypto: skcipher - Introduce crypto_sync_skcipher
|
6 years ago |
Eric Biggers
|
8088d3dd4d
crypto: skcipher - fix crash flushing dcache in error path
|
7 years ago |
Eric Biggers
|
2a57c0be22
crypto: skcipher - remove unnecessary setting of walk->nbytes
|
7 years ago |
Eric Biggers
|
0567fc9e90
crypto: skcipher - fix aligning block size in skcipher_copy_iv()
|
7 years ago |
Denis Efremov
|
e4e4730698
crypto: skcipher - remove the exporting of skcipher_walk_next
|
7 years ago |
Eric Biggers
|
f8d33fac84
crypto: skcipher - prevent using skciphers without setting key
|
7 years ago |
Eric Biggers
|
2b4f27c36b
crypto: skcipher - set walk.iv for zero-length inputs
|
7 years ago |
Linus Torvalds
|
43570f0383
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
7 years ago |
Ondrej Mosnáček
|
c14ca83865
crypto: skcipher - Fix skcipher_walk_aead_common
|
7 years ago |
Herbert Xu
|
0cabf2af6f
crypto: skcipher - Fix crash on zero-length input
|
7 years ago |
Herbert Xu
|
9933e113c2
crypto: skcipher - Add missing API setkey checks
|
8 years ago |
Gideon Israel Dsouza
|
d8c34b949d
crypto: Replaced gcc specific attributes with macros from compiler.h
|
8 years ago |
Ard Biesheuvel
|
c821f6ab2e
crypto: skcipher - introduce walksize attribute for SIMD algos
|
8 years ago |
Ard Biesheuvel
|
18e615ad87
crypto: skcipher - fix crash in virtual walk
|
8 years ago |
Herbert Xu
|
34bc085c83
crypto: skcipher - Add separate walker for AEAD decryption
|
8 years ago |
Ard Biesheuvel
|
3cbf61fb9f
crypto: skcipher - fix crash in skcipher_walk_aead()
|
8 years ago |
Herbert Xu
|
b286d8b1a6
crypto: skcipher - Add skcipher walk interface
|
8 years ago |
Herbert Xu
|
3a01d0ee2b
crypto: skcipher - Remove top-level givcipher interface
|
9 years ago |
Herbert Xu
|
4e6c3df4d7
crypto: skcipher - Add low-level skcipher interface
|
9 years ago |
Herbert Xu
|
973fb3fb50
crypto: skcipher - Add default key size helper
|
9 years ago |
Herbert Xu
|
a1383cd86a
crypto: skcipher - Add crypto_skcipher_has_setkey
|
9 years ago |
Geliang Tang
|
ecdd6bed29
crypto: skcipher - blkcipher and ablkcipher should it be static
|
10 years ago |
Herbert Xu
|
7a7ffe65c8
crypto: skcipher - Add top-level skcipher interface
|
10 years ago |