index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamalg_qi2.c
Age
Commit message (
Expand
)
Author
2020-07-31
crypto: caam/qi2 - add module alias
Horia Geantă
2020-07-31
crypto: caam - silence .setkey in case of bad key length
Horia Geantă
2020-07-31
crypto: caam/qi2 - create ahash shared descriptors only once
Horia Geantă
2020-07-31
crypto: caam/qi2 - fix error reporting for caam_hash_alloc
Horia Geantă
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-06-26
crypto: caam/qi2 - fix return code in ahash_finup_no_ctx()
Horia Geantă
2020-06-18
crypto: caam/qi2 - remove redundant assignment to ret
Colin Ian King
2020-06-18
crypto: caam/qi2 - add support for dpseci_reset()
Andrei Botila
2020-01-22
crypto: caam/qi2 - fix typo in algorithm's driver name
Horia Geantă
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
2019-12-20
crypto: caam/qi2 - remove double buffering for ahash
Andrei Botila
2019-08-22
crypto: caam/des - switch to new verification routines
Ard Biesheuvel
2019-08-09
crypto: caam - fix MDHA key derivation for certain user key lengths
Horia Geantă
2019-08-09
crypto: caam - check zero-length input
Iuliana Prodan
2019-08-09
crypto: caam - check assoclen
Iuliana Prodan
2019-08-09
crypto: caam - check authsize
Iuliana Prodan
2019-08-09
crypto: caam - check key length
Iuliana Prodan
2019-08-09
crypto: caam - update IV only when crypto operation succeeds
Horia Geantă
2019-08-09
crypto: caam - fix return code in completion callbacks
Horia Geantă
2019-08-02
crypto: caam/qi2 - Add printing dpseci fq stats using debugfs
Vakul Garg
2019-06-20
crypto: caam - update IV using HW support
Horia Geantă
2019-06-20
crypto: caam - use len instead of nents for bulding HW S/G table
Horia Geantă
2019-05-30
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
2019-05-23
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
2019-05-09
crypto: caam - fix DKP detection logic
Herbert Xu
2019-05-03
crypto: caam/qi2 - generate hash keys in-place
Horia Geantă
2019-05-03
crypto: caam/qi2 - fix DMA mapping of stack memory
Horia Geantă
2019-05-03
crypto: caam/qi2 - fix zero-length buffer DMA mapping
Horia Geantă
2019-04-18
crypto: caam - Forbid 2-key 3DES in FIPS mode
Herbert Xu
2019-02-22
crypto: caam/qi2 - relax busy polling while enqueuing FDs
Horia Geantă
2019-02-22
crypto: caam/qi2 - rate-limit enqueue failure prints
Horia Geantă
2019-02-22
crypto: caam/qi2 - use affine DPIOs
Horia Geantă
2019-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux next
Herbert Xu
2019-02-01
crypto: caam - handle zero-length AEAD output
Horia Geantă
2019-01-11
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
Ioana Ciornei
2019-01-11
crypto: caam - move shared symbols in a common location
Horia Geantă
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
2018-11-16
crypto: caam/qi2 - add support for Chacha20 + Poly1305
Horia Geantă
2018-11-16
crypto: caam/qi2 - add support for ChaCha20
Horia Geantă
2018-10-08
crypto: caam/qi2 - avoid double export
Arnd Bergmann
2018-09-21
crypto: caam/qi2 - add support for ahash algorithms
Horia Geantă
2018-09-21
crypto: caam/qi2 - add skcipher algorithms
Horia Geantă
2018-09-21
crypto: caam/qi2 - add DPAA2-CAAM driver
Horia Geantă