index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
crypto
/
skcipher.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
crypto: api - Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+5
2021-03-12
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
1
-0
/
+2
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-1
/
+1
2020-07-23
crypto: skcipher - drop duplicated word in kernel-doc
Randy Dunlap
1
-1
/
+1
2019-12-11
crypto: skcipher - add crypto_skcipher_min_keysize()
Eric Biggers
1
-0
/
+6
2019-12-11
crypto: skcipher - remove crypto_skcipher::decrypt
Eric Biggers
1
-2
/
+0
2019-12-11
crypto: skcipher - remove crypto_skcipher::encrypt
Eric Biggers
1
-1
/
+0
2019-12-11
crypto: skcipher - remove crypto_skcipher::setkey
Eric Biggers
1
-7
/
+2
2019-12-11
crypto: skcipher - remove crypto_skcipher::keysize
Eric Biggers
1
-3
/
+2
2019-12-11
crypto: skcipher - remove crypto_skcipher::ivsize
Eric Biggers
1
-2
/
+1
2019-11-17
crypto: ablkcipher - remove deprecated and unused ablkcipher support
Ard Biesheuvel
1
-6
/
+0
2019-11-01
crypto: skcipher - remove the "blkcipher" algorithm type
Eric Biggers
1
-8
/
+0
2019-11-01
crypto: skcipher - unify the crypto_has_skcipher*() functions
Eric Biggers
1
-18
/
+1
2019-10-04
crypto: algif_skcipher - Use chunksize instead of blocksize
Herbert Xu
1
-0
/
+30
2019-07-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-90
/
+2
2019-06-13
crypto: skcipher - make chunksize and walksize accessors internal
Eric Biggers
1
-60
/
+0
2019-06-13
crypto: skcipher - un-inline encrypt and decrypt functions
Eric Biggers
1
-30
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
1
-13
/
+0
2018-12-07
crypto: user - fix use_after_free of struct xxx_request
Corentin Labbe
1
-28
/
+8
2018-12-07
crypto: user - convert all stats from u32 to u64
Corentin Labbe
1
-4
/
+4
2018-09-28
crypto: user - Implement a generic crypto statistics
Corentin Labbe
1
-6
/
+38
2018-09-28
crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK()
Kees Cook
1
-5
/
+0
2018-09-28
crypto: skcipher - Introduce crypto_sync_skcipher
Kees Cook
1
-0
/
+75
2018-01-12
crypto: skcipher - prevent using skciphers without setting key
Eric Biggers
1
-5
/
+6
2016-12-30
crypto: skcipher - introduce walksize attribute for SIMD algos
Ard Biesheuvel
1
-0
/
+34
2016-12-14
crypto: doc - fix source comments for Sphinx
Stephan Mueller
1
-2
/
+2
2016-07-19
crypto: skcipher - Add comment for skcipher_alg->base
Herbert Xu
1
-0
/
+1
2016-07-18
crypto: skcipher - Remove top-level givcipher interface
Herbert Xu
1
-76
/
+0
2016-07-18
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
1
-0
/
+130
2016-04-15
crypto: doc - document correct return value for request allocation
Eric Biggers
1
-2
/
+1
2016-02-06
crypto: skcipher - Fix driver name helper
Herbert Xu
1
-1
/
+1
2016-01-27
crypto: skcipher - Add helper to retrieve driver name
Herbert Xu
1
-0
/
+6
2016-01-25
crypto: skcipher - Add helper to zero stack request
Herbert Xu
1
-0
/
+7
2016-01-25
crypto: skcipher - Add default key size helper
Herbert Xu
1
-3
/
+8
2016-01-18
crypto: skcipher - Add crypto_skcipher_has_setkey
Herbert Xu
1
-0
/
+7
2015-08-21
crypto: skcipher - Add top-level skcipher interface
Herbert Xu
1
-1
/
+390
2014-08-01
crypto: Resolve shadow warnings
Mark Rustad
1
-2
/
+2
2008-01-11
[CRYPTO] skcipher: Add top-level givencrypt/givdecrypt calls
Herbert Xu
1
-0
/
+72
2008-01-11
[CRYPTO] skcipher: Add givcrypt operations and givcipher type
Herbert Xu
1
-0
/
+38