index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ctr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: remove cipher routines from public crypto API
Ard Biesheuvel
2021-01-03
1
-0
/
+2
*
crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS
Eric Biggers
2020-07-16
1
-2
/
+0
*
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
2020-07-16
1
-14
/
+5
*
crypto: ctr - simplify error handling in crypto_rfc3686_create()
Eric Biggers
2020-03-06
1
-20
/
+9
*
crypto: skcipher - pass instance to crypto_grab_skcipher()
Eric Biggers
2020-01-09
1
-2
/
+2
*
crypto: remove propagation of CRYPTO_TFM_RES_* flags
Eric Biggers
2020-01-09
1
-6
/
+1
*
crypto: skcipher - Add skcipher_ialg_simple helper
Herbert Xu
2019-12-27
1
-8
/
+7
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
crypto: run initcalls for generic implementations earlier
Eric Biggers
2019-04-18
1
-1
/
+1
*
crypto: ctr - use template array registering API to simplify the code
Xiongfeng Wang
2019-01-25
1
-28
/
+14
*
crypto: ctr - convert to skcipher API
Eric Biggers
2019-01-11
1
-119
/
+41
*
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
2018-12-23
1
-2
/
+0
*
crypto: remove several VLAs
Salvatore Mesoraca
2018-04-21
1
-2
/
+2
*
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
2017-08-04
1
-2
/
+1
*
crypto: ctr - Propagate NEED_FALLBACK bit
Marcelo Cerri
2017-03-09
1
-5
/
+18
*
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
Ard Biesheuvel
2017-02-11
1
-1
/
+1
*
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
2016-11-01
1
-1
/
+1
*
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
2016-11-01
1
-3
/
+3
*
crypto: ctr - Use skcipher in rfc3686
Herbert Xu
2016-07-18
1
-89
/
+94
*
crypto: include crypto- module prefix in template
Kees Cook
2014-11-26
1
-0
/
+1
*
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-11-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-02-25
1
-4
/
+2
|
\
|
*
crypto: use ERR_CAST
Julia Lawall
2013-02-04
1
-2
/
+1
*
|
crypto: ctr - make rfc3686 asynchronous block cipher
Jussi Kivilinna
2013-01-08
1
-63
/
+110
|
/
*
crypto: Use ERR_CAST
Julia Lawall
2010-05-26
1
-1
/
+1
*
crypto: ctr - Use chainiv on raw counter mode
Herbert Xu
2009-08-13
1
-0
/
+2
*
[CRYPTO] seqiv: Add Sequence Number IV Generator
Herbert Xu
2008-01-11
1
-0
/
+2
*
[CRYPTO] ctr: Refactor into ctr and rfc3686
Herbert Xu
2008-01-11
1
-128
/
+206
*
[CRYPTO] ctr: Fix multi-page processing
Herbert Xu
2008-01-11
1
-31
/
+33
*
[CRYPTO] ctr: Use crypto_inc and crypto_xor
Herbert Xu
2008-01-11
1
-55
/
+16
*
[CRYPTO] ctr: Add countersize
Joy Latten
2008-01-11
1
-11
/
+21
*
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
Joy Latten
2008-01-11
1
-0
/
+369