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.13.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
/
drivers
/
crypto
/
caam
/
caamalg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-09
crypto: caam - fix DKP detection logic
Herbert Xu
1
-2
/
+7
2019-04-25
crypto: caam/jr - update gcm detection logic
Horia Geantă
1
-7
/
+11
2019-04-18
crypto: caam - Forbid 2-key 3DES in FIPS mode
Herbert Xu
1
-12
/
+45
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
1
-5
/
+7
2019-02-15
crypto: caam - weak key checking for cbc des, 3des
Iuliana Prodan
1
-2
/
+2
2019-02-15
crypto: caam - add ecb(*) support
Iuliana Prodan
1
-42
/
+148
2019-02-15
crypto: caam - use mapped_{src,dst}_nents for job descriptor
Iuliana Prodan
1
-7
/
+20
2019-02-08
crypto: caam - fixed handling of sg list
Pankaj Gupta
1
-0
/
+1
2019-02-01
crypto: caam - handle zero-length AEAD output
Horia Geantă
1
-8
/
+18
2019-01-10
crypto: caam - fix SHA support detection
Horia Geantă
1
-1
/
+1
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
1
-1
/
+1
2018-11-16
crypto: caam/qi2 - add support for Chacha20 + Poly1305
Horia Geantă
1
-2
/
+2
2018-11-16
crypto: caam/jr - add support for Chacha20 + Poly1305
Horia Geantă
1
-4
/
+217
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
1
-14
/
+33
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
1
-0
/
+1
2018-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-2
/
+2
2018-09-21
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
1
-4
/
+4
2018-09-04
crypto: caam/qi - ablkcipher -> skcipher conversion
Horia Geantă
1
-6
/
+6
2018-09-04
crypto: caam/jr - ablkcipher -> skcipher conversion
Horia Geantă
1
-241
/
+207
2018-09-04
crypto: caam/jr - remove ablkcipher IV generation
Horia Geantă
1
-264
/
+11
2018-04-20
crypto: caam - fix IV DMA mapping and updating
Horia Geantă
1
-121
/
+91
2018-04-20
crypto: caam - fix DMA mapping dir for generated IV
Horia Geantă
1
-12
/
+17
2018-03-30
crypto: caam - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+2
2018-02-15
crypto: caam - prepare for gcm(aes) support over QI interface
Horia Geantă
1
-6
/
+13
2017-12-28
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
1
-33
/
+79
2017-12-28
crypto: caam - remove needless ablkcipher key copy
Horia Geantă
1
-6
/
+2
2017-09-22
crypto: caam - Use GCM IV size constant
Corentin LABBE
1
-5
/
+5
2017-07-18
crypto: caam/qi - fix compilation with DEBUG enabled
Horia Geantă
1
-51
/
+15
2017-07-12
crypto: caam - properly set IV after {en,de}crypt
David Gstir
1
-2
/
+18
2017-06-22
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
1
-4
/
+3
2017-06-22
crypto: caam - fix gfp allocation flags (part I)
Horia Geantă
1
-2
/
+1
2017-03-24
crypto: caam/qi - add ablkcipher and authenc algorithms
Horia Geantă
1
-4
/
+5
2017-02-15
crypto: caam - fix DMA API leaks for multiple setkey() calls
Horia Geantă
1
-206
/
+69
2017-02-15
crypto: caam - use dma_map_sg() return code
Horia Geantă
1
-62
/
+71
2017-02-15
crypto: caam - replace sg_count() with sg_nents_for_len()
Horia Geantă
1
-101
/
+88
2017-02-15
crypto: caam - check sg_count() return value
Horia Geantă
1
-2
/
+42
2017-02-15
crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()
Horia Geantă
1
-4
/
+4
2016-12-01
crypto: caam - pass key buffers with typesafe pointers
Arnd Bergmann
1
-30
/
+30
2016-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1
-0
/
+9
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
1
-21
/
+3
2016-11-28
crypto: caam - refactor encryption descriptors generation
Horia Geantă
1
-1072
/
+37
2016-11-28
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
1
-10
/
+10
2016-11-28
crypto: caam - improve key inlining
Horia Geantă
1
-53
/
+77
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
1
-61
/
+3
2016-11-28
crypto: caam - group algorithm related params
Horia Geantă
1
-171
/
+223
2016-11-28
crypto: caam - move append_key_aead() into init_sh_desc_key_aead()
Horia Geantă
1
-18
/
+12
2016-11-17
crypto: caam - fix type mismatch warning
Arnd Bergmann
1
-1
/
+1
2016-11-13
crypto: caam - fix DMA API mapping leak in ablkcipher code
Horia Geantă
1
-0
/
+44
2016-11-13
crypto: caam - trivial code clean-up
Horia Geantă
1
-12
/
+4
2016-11-13
crypto: caam - remove unused command from aead givencrypt
Horia Geantă
1
-4
/
+1
[next]