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
/
drivers
/
crypto
/
caam
/
caamalg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
crypto: caam - add register map changes cf. Era 10
Horia Geantă
2018-11-16
1
-14
/
+33
*
crypto: caam - add SPDX license identifier to all files
Horia Geantă
2018-10-17
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2018-09-21
1
-2
/
+2
|
\
|
*
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
2018-09-21
1
-4
/
+4
*
|
crypto: caam/qi - ablkcipher -> skcipher conversion
Horia Geantă
2018-09-04
1
-6
/
+6
*
|
crypto: caam/jr - ablkcipher -> skcipher conversion
Horia Geantă
2018-09-04
1
-241
/
+207
*
|
crypto: caam/jr - remove ablkcipher IV generation
Horia Geantă
2018-09-04
1
-264
/
+11
|
/
*
crypto: caam - fix IV DMA mapping and updating
Horia Geantă
2018-04-21
1
-121
/
+91
*
crypto: caam - fix DMA mapping dir for generated IV
Horia Geantă
2018-04-21
1
-12
/
+17
*
crypto: caam - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2018-03-31
1
-0
/
+2
*
crypto: caam - prepare for gcm(aes) support over QI interface
Horia Geantă
2018-02-15
1
-6
/
+13
*
crypto: caam - add Derived Key Protocol (DKP) support
Horia Geantă
2017-12-28
1
-33
/
+79
*
crypto: caam - remove needless ablkcipher key copy
Horia Geantă
2017-12-28
1
-6
/
+2
*
crypto: caam - Use GCM IV size constant
Corentin LABBE
2017-09-22
1
-5
/
+5
*
crypto: caam/qi - fix compilation with DEBUG enabled
Horia Geantă
2017-07-18
1
-51
/
+15
*
crypto: caam - properly set IV after {en,de}crypt
David Gstir
2017-07-12
1
-2
/
+18
[next]