index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ctr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
1
-1
/
+1
2019-01-25
crypto: ctr - use template array registering API to simplify the code
Xiongfeng Wang
1
-28
/
+14
2019-01-11
crypto: ctr - convert to skcipher API
Eric Biggers
1
-119
/
+41
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
1
-2
/
+0
2018-04-20
crypto: remove several VLAs
Salvatore Mesoraca
1
-2
/
+2
2017-08-04
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
1
-2
/
+1
2017-03-09
crypto: ctr - Propagate NEED_FALLBACK bit
Marcelo Cerri
1
-5
/
+18
2017-02-11
crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic
Ard Biesheuvel
1
-1
/
+1
2016-11-01
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
Eric Biggers
1
-1
/
+1
2016-11-01
crypto: skcipher - Get rid of crypto_grab_skcipher2()
Eric Biggers
1
-3
/
+3
2016-07-18
crypto: ctr - Use skcipher in rfc3686
Herbert Xu
1
-89
/
+94
2014-11-26
crypto: include crypto- module prefix in template
Kees Cook
1
-0
/
+1
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-1
/
+1
2013-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-4
/
+2
2013-02-04
crypto: use ERR_CAST
Julia Lawall
1
-2
/
+1
2013-01-08
crypto: ctr - make rfc3686 asynchronous block cipher
Jussi Kivilinna
1
-63
/
+110
2010-05-26
crypto: Use ERR_CAST
Julia Lawall
1
-1
/
+1
2009-08-13
crypto: ctr - Use chainiv on raw counter mode
Herbert Xu
1
-0
/
+2
2008-01-11
[CRYPTO] seqiv: Add Sequence Number IV Generator
Herbert Xu
1
-0
/
+2
2008-01-11
[CRYPTO] ctr: Refactor into ctr and rfc3686
Herbert Xu
1
-128
/
+206
2008-01-11
[CRYPTO] ctr: Fix multi-page processing
Herbert Xu
1
-31
/
+33
2008-01-11
[CRYPTO] ctr: Use crypto_inc and crypto_xor
Herbert Xu
1
-55
/
+16
2008-01-11
[CRYPTO] ctr: Add countersize
Joy Latten
1
-11
/
+21
2008-01-11
[CRYPTO] ctr: Add CTR (Counter) block cipher mode
Joy Latten
1
-0
/
+369