index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-22
crypto: caam - add crypto_engine support for AEAD algorithms
Iuliana Prodan
1
-30
/
+77
2020-02-22
crypto: caam - support crypto_engine framework for SKCIPHER algorithms
Iuliana Prodan
1
-8
/
+70
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
1
-12
/
+4
2020-02-22
crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions
Iuliana Prodan
1
-215
/
+53
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-26
/
+7
2019-08-30
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
1
-1
/
+1
2019-08-22
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
1
-36
/
+13
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
1
-30
/
+12
2019-08-09
crypto: caam - check zero-length input
Iuliana Prodan
1
-0
/
+6
2019-08-09
crypto: caam - check assoclen
Iuliana Prodan
1
-8
/
+2
2019-08-09
crypto: caam - check authsize
Iuliana Prodan
1
-0
/
+13
2019-08-09
crypto: caam - check key length
Iuliana Prodan
1
-31
/
+94
2019-08-09
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
1
-3
/
+2
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
1
-14
/
+12
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
1
-37
/
+51
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
1
-18
/
+17
2019-06-06
crypto: caam - limit output IV to CBC to work around CTR mode DMA issue
Ard Biesheuvel
1
-4
/
+5
2019-05-30
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
1
-4
/
+4
2019-05-30
crypto: caam - print debug messages at debug level
Sascha Hauer
1
-87
/
+58
2019-05-30
crypto: caam - remove unused defines
Sascha Hauer
1
-7
/
+0
2019-05-30
crypto: caam - print IV only when non NULL
Sascha Hauer
1
-3
/
+4
2019-05-23
crypto: caam - print debugging hex dumps after unmapping
Sascha Hauer
1
-10
/
+11
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
1
-40
/
+3
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
1
-2
/
+28
2019-05-23
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
1
-0
/
+1
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-21
crypto: caam - fix IV DMA mapping and updating
Horia Geantă
1
-121
/
+91
2018-04-21
crypto: caam - fix DMA mapping dir for generated IV
Horia Geantă
1
-12
/
+17
2018-03-31
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
[next]