index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
crypto
/
internal
/
skcipher.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
2019-11-17
1
-20
/
+0
*
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
2019-11-01
1
-12
/
+0
*
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
2019-10-04
1
-30
/
+0
*
crypto: skcipher - add the ability to abort a skcipher walk
Ard Biesheuvel
2019-09-09
1
-0
/
+5
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-07-09
1
-0
/
+60
|
\
|
*
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
2019-06-13
1
-0
/
+60
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
|
/
*
crypto: skcipher - add helper for simple block cipher modes
Eric Biggers
2019-01-11
1
-0
/
+15
*
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2018-12-23
1
-2
/
+0
*
crypto: skcipher - introduce walksize attribute for SIMD algos
Ard Biesheuvel
2016-12-30
1
-1
/
+1
*
crypto: skcipher - Add separate walker for AEAD decryption
Herbert Xu
2016-12-01
1
-0
/
+4
*
crypto: skcipher - Add skcipher walk interface
Herbert Xu
2016-11-28
1
-0
/
+47
*
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
2016-11-01
1
-6
/
+0
*
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
2016-11-01
1
-6
/
+0
*
crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration
Eric Biggers
2016-10-21
1
-2
/
+0
*
crypto: skcipher - Remove top-level givcipher interface
Herbert Xu
2016-07-18
1
-51
/
+12
*
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
2016-07-18
1
-0
/
+87
*
crypto: skcipher - Add top-level skcipher interface
Herbert Xu
2015-08-21
1
-0
/
+15
*
crypto: skcipher - Don't use __crypto_dequeue_request()
Marek Vasut
2014-06-20
1
-2
/
+1
*
crypto: user - Fix lookup of algorithms with IV generator
Steffen Klassert
2012-03-29
1
-0
/
+2
*
crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test
Herbert Xu
2009-08-29
1
-2
/
+2
*
crypto: skcipher - Move IV generators into their own modules
Herbert Xu
2008-08-29
1
-6
/
+0
*
[CRYPTO] skcipher: Fix section mismatches
Herbert Xu
2008-03-08
1
-1
/
+1
*
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
Herbert Xu
2008-02-23
1
-0
/
+6
*
[CRYPTO] chainiv: Avoid lock spinning where possible
Herbert Xu
2008-01-10
1
-0
/
+13
*
[CRYPTO] null: Add null blkcipher algorithm
Herbert Xu
2008-01-10
1
-0
/
+5
*
[CRYPTO] skcipher: Create default givcipher instances
Herbert Xu
2008-01-10
1
-0
/
+2
*
[CRYPTO] skcipher: Added skcipher_givcrypt_complete
Herbert Xu
2008-01-10
1
-0
/
+12
*
[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free
Herbert Xu
2008-01-10
1
-0
/
+18
*
[CRYPTO] skcipher: Add givcrypt operations and givcipher type
Herbert Xu
2008-01-10
1
-0
/
+9
*
[CRYPTO] skcipher: Add crypto_grab_skcipher interface
Herbert Xu
2008-01-10
1
-0
/
+51