index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg_qi2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-20
crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
Meng Li
1
-1
/
+1
2021-03-26
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
1
-0
/
+3
2020-11-06
crypto: caam - fix printing on xts fallback allocation error path
Horia Geantă
1
-1
/
+2
2020-10-02
crypto: caam/qi2 - add support for XTS with 16B IV
Andrei Botila
1
-5
/
+10
2020-10-02
crypto: caam - add xts check for block length equal to zero
Andrei Botila
1
-2
/
+12
2020-10-02
crypto: caam/qi2 - add support for more XTS key lengths
Andrei Botila
1
-4
/
+12
2020-10-02
crypto: caam/qi2 - add fallback for XTS with more than 8B IV
Andrei Botila
1
-5
/
+75
2020-09-18
crypto: caam - Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-2
/
+1
2020-09-18
crypto: caam - Fix kerneldoc
Krzysztof Kozlowski
1
-2
/
+2
2020-07-31
crypto: caam/qi2 - add module alias
Horia Geantă
1
-0
/
+1
2020-07-31
crypto: caam - silence .setkey in case of bad key length
Horia Geantă
1
-1
/
+1
2020-07-31
crypto: caam/qi2 - create ahash shared descriptors only once
Horia Geantă
1
-1
/
+5
2020-07-31
crypto: caam/qi2 - fix error reporting for caam_hash_alloc
Horia Geantă
1
-1
/
+1
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-3
/
+5
2020-06-26
crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()
Horia Geantă
1
-4
/
+6
2020-06-18
crypto: caam/qi2 - remove redundant assignment to ret
Colin Ian King
1
-2
/
+0
2020-06-18
crypto: caam/qi2 - add support for dpseci_reset()
Andrei Botila
1
-0
/
+15
2020-01-22
crypto: caam/qi2 - fix typo in algorithm's driver name
Horia Geantă
1
-1
/
+1
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-37
/
+10
2019-12-20
crypto: caam/qi2 - remove double buffering for ahash
Andrei Botila
1
-99
/
+58
2019-08-22
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
1
-25
/
+11
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
1
-20
/
+47
2019-08-09
crypto: caam - check zero-length input
Iuliana Prodan
1
-0
/
+5
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
-38
/
+117
2019-08-09
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
1
-2
/
+6
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
1
-44
/
+18
2019-08-02
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
1
-0
/
+5
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
1
-50
/
+46
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
1
-31
/
+29
2019-05-30
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
1
-2
/
+2
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
1
-14
/
+49
2019-05-23
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
1
-0
/
+9
2019-05-09
crypto: caam - fix DKP detection logic
Herbert Xu
1
-1
/
+7
2019-05-03
crypto: caam/qi2 - generate hash keys in-place
Horia Geantă
1
-26
/
+15
2019-05-03
crypto: caam/qi2 - fix DMA mapping of stack memory
Horia Geantă
1
-66
/
+45
2019-05-03
crypto: caam/qi2 - fix zero-length buffer DMA mapping
Horia Geantă
1
-7
/
+18
2019-04-18
crypto: caam - Forbid 2-key 3DES in FIPS mode
Herbert Xu
1
-13
/
+53
2019-02-22
crypto: caam/qi2 - relax busy polling while enqueuing FDs
Horia Geantă
1
-0
/
+2
2019-02-22
crypto: caam/qi2 - rate-limit enqueue failure prints
Horia Geantă
1
-1
/
+1
2019-02-22
crypto: caam/qi2 - use affine DPIOs
Horia Geantă
1
-23
/
+29
2019-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux next
Herbert Xu
1
-3
/
+3
2019-02-01
crypto: caam - handle zero-length AEAD output
Horia Geantă
1
-8
/
+14
2019-01-11
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
Ioana Ciornei
1
-3
/
+3
2019-01-11
crypto: caam - move shared symbols in a common location
Horia Geantă
1
-7
/
+0
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
1
-4
/
+4
2018-11-16
crypto: caam/qi2 - add support for Chacha20 + Poly1305
Horia Geantă
1
-2
/
+127
2018-11-16
crypto: caam/qi2 - add support for ChaCha20
Horia Geantă
1
-2
/
+25
2018-10-08
crypto: caam/qi2 - avoid double export
Arnd Bergmann
1
-1
/
+1
[next]