index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: caam - fix printing on xts fallback allocation error path
Horia Geantă
2020-12-30
1
-2
/
+2
*
crypto: caam/jr - add support for XTS with 16B IV
Andrei Botila
2020-10-02
1
-4
/
+8
*
crypto: caam - add xts check for block length equal to zero
Andrei Botila
2020-10-02
1
-1
/
+6
*
crypto: caam/jr - add support for more XTS key lengths
Andrei Botila
2020-10-02
1
-3
/
+10
*
crypto: caam/jr - add fallback for XTS with more than 8B IV
Andrei Botila
2020-10-02
1
-7
/
+65
*
crypto: caam - silence .setkey in case of bad key length
Horia Geantă
2020-07-31
1
-1
/
+1
*
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-07-16
1
-2
/
+4
*
crypto: caam - Remove broken arc4 support
Herbert Xu
2020-07-16
1
-29
/
+0
*
crypto: caam - fix the address of the last entry of S/G
Iuliana Prodan
2020-04-16
1
-1
/
+1
*
crypto: caam - fix use-after-free KASAN issue for AEAD algorithms
Iuliana Prodan
2020-04-16
1
-1
/
+3
*
crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms
Iuliana Prodan
2020-04-16
1
-1
/
+3
*
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-06
1
-1
/
+1
*
crypto: caam - add crypto_engine support for AEAD algorithms
Iuliana Prodan
2020-02-22
1
-30
/
+77
*
crypto: caam - support crypto_engine framework for SKCIPHER algorithms
Iuliana Prodan
2020-02-22
1
-8
/
+70
*
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2020-02-22
1
-12
/
+4
*
crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions
Iuliana Prodan
2020-02-22
1
-215
/
+53
*
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2020-01-09
1
-26
/
+7
*
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
2019-08-30
1
-1
/
+1
*
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
2019-08-22
1
-36
/
+13
*
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
2019-08-09
1
-30
/
+12
*
crypto: caam - check zero-length input
Iuliana Prodan
2019-08-09
1
-0
/
+6
*
crypto: caam - check assoclen
Iuliana Prodan
2019-08-09
1
-8
/
+2
*
crypto: caam - check authsize
Iuliana Prodan
2019-08-09
1
-0
/
+13
*
crypto: caam - check key length
Iuliana Prodan
2019-08-09
1
-31
/
+94
*
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
2019-08-09
1
-3
/
+2
*
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-09
1
-14
/
+12
*
crypto: caam - update IV using HW support
Horia Geantă
2019-06-20
1
-37
/
+51
*
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-06-20
1
-18
/
+17
*
crypto: caam - limit output IV to CBC to work around CTR mode DMA issue
Ard Biesheuvel
2019-06-06
1
-4
/
+5
*
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
2019-05-30
1
-4
/
+4
*
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-30
1
-87
/
+58
*
crypto: caam - remove unused defines
Sascha Hauer
2019-05-30
1
-7
/
+0
*
crypto: caam - print IV only when non NULL
Sascha Hauer
2019-05-30
1
-3
/
+4
*
crypto: caam - print debugging hex dumps after unmapping
Sascha Hauer
2019-05-23
1
-10
/
+11
*
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-05-23
1
-40
/
+3
*
crypto: caam - fix S/G table passing page boundary
Horia Geantă
2019-05-23
1
-2
/
+28
*
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
2019-05-23
1
-0
/
+1
*
crypto: caam - fix DKP detection logic
Herbert Xu
2019-05-09
1
-2
/
+7
*
crypto: caam/jr - update gcm detection logic
Horia Geantă
2019-04-25
1
-7
/
+11
*
crypto: caam - Forbid 2-key 3DES in FIPS mode
Herbert Xu
2019-04-18
1
-12
/
+45
*
crypto: caam - add missing put_device() call
Wen Yang
2019-03-07
1
-5
/
+7
*
crypto: caam - weak key checking for cbc des, 3des
Iuliana Prodan
2019-02-15
1
-2
/
+2
*
crypto: caam - add ecb(*) support
Iuliana Prodan
2019-02-15
1
-42
/
+148
*
crypto: caam - use mapped_{src,dst}_nents for job descriptor
Iuliana Prodan
2019-02-15
1
-7
/
+20
*
crypto: caam - fixed handling of sg list
Pankaj Gupta
2019-02-08
1
-0
/
+1
*
crypto: caam - handle zero-length AEAD output
Horia Geantă
2019-02-01
1
-8
/
+18
*
crypto: caam - fix SHA support detection
Horia Geantă
2019-01-10
1
-1
/
+1
*
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
2018-11-20
1
-1
/
+1
*
crypto: caam/qi2 - add support for Chacha20 + Poly1305
Horia Geantă
2018-11-16
1
-2
/
+2
*
crypto: caam/jr - add support for Chacha20 + Poly1305
Horia Geantă
2018-11-16
1
-4
/
+217
[next]