blob: 9d60f5df39542d433b777429e6441359b8dfed2f [file] [log] [blame]
b7f17fe28144 ("crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions")
31bb2f0da1b5 ("crypto: caam - check zero-length input")
fcd23ed57c4c ("crypto: caam - check assoclen")
1ccb39eb5a98 ("crypto: caam - update IV only when crypto operation succeeds")
1984aaeec372 ("crypto: caam - fix return code in completion callbacks")
334d37c9e263 ("crypto: caam - update IV using HW support")
059d73eea640 ("crypto: caam - use len instead of nents for bulding HW S/G table")
ed527b13d800 ("crypto: caam - limit output IV to CBC to work around CTR mode DMA issue")
3b2614cb864d ("crypto: caam - strip input without changing crypto request")
c3725f7ccc8c ("crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input")
8a82451bd04f ("crypto: caam - print messages in caam_dump_sg at debug level")
6e005503199b ("crypto: caam - print debug messages at debug level")
f6b99b6e1865 ("crypto: caam - print IV only when non NULL")
bb992bc418e1 ("crypto: caam - print debugging hex dumps after unmapping")
a5e5c13398f3 ("crypto: caam - fix S/G table passing page boundary")
b4e9e931e9bb ("crypto: caam - fix copy of next buffer for xcbc and cmac")
307244452d3d ("crypto: caam - generate hash keys in-place")
eaed71a44ad9 ("crypto: caam - add ecb(*) support")
ba4cf71b6f1b ("crypto: caam - use mapped_{src,dst}_nents for job descriptor")
c19650d6ea99 ("crypto: caam - fix DMA mapping of stack memory")
763069ba49d3 ("crypto: caam - handle zero-length AEAD output")
87870cfb4b5a ("crypto: caam - add support for cmac(aes)")
12b8567f6fa4 ("crypto: caam - add support for xcbc(aes)")
04e6d25c5bb2 ("crypto: caam - fix zero-length buffer DMA mapping")
d6bbd4eea243 ("crypto: caam/jr - add support for Chacha20 + Poly1305")
c99d4a245400 ("crypto: caam/qi2 - add support for ChaCha20")
d239b10d4ceb ("crypto: caam - add register map changes cf. Era 10")
3f16f6c9d632 ("crypto: caam/qi2 - add support for ahash algorithms")
0efa7579f3de ("crypto: caam - export ahash shared descriptor generation")
226853ac3ebe ("crypto: caam/qi2 - add skcipher algorithms")
8d818c105501 ("crypto: caam/qi2 - add DPAA2-CAAM driver")
94cebd9da42c ("crypto: caam - add Queue Interface v2 error codes")
9dbe3072c6b1 ("crypto: caam/qi - ablkcipher -> skcipher conversion")
5ca7badb1f62 ("crypto: caam/jr - ablkcipher -> skcipher conversion")
aec48adce85d ("crypto: caam/qi - remove ablkcipher IV generation")
cf5448b5c3d8 ("crypto: caam/jr - remove ablkcipher IV generation")
ad876a18048f ("crypto: caam/qi - fix error path in xts setkey")
06d44c918a68 ("crypto: caam - fix MC firmware detection")
8a2a0dd35f2e ("crypto: caam - strip input zeros from RSA input buffer")
3a488aaec6f3 ("crypto: caam/qi - fix IV DMA mapping and updating")
115957bb3e59 ("crypto: caam - fix IV DMA mapping and updating")
a38acd236cac ("crypto: caam - fix DMA mapping dir for generated IV")
d3e41b50b46b ("crypto: caam/qi - add GCM support")
cb3078f35b16 ("crypto: caam/qi - return -EBADMSG for ICV check failure")
7e0880b9fbbe ("crypto: caam - add Derived Key Protocol (DKP) support")
9fe712df08ea ("crypto: caam - save Era in driver's private data")
662f70ede597 ("crypto: caam - remove needless ablkcipher key copy")
6674a4fdc6c2 ("crypto: caam - constify key data")
9db09e3bad65 ("crypto: caam/qi - use correct print specifier for size_t")
dfcd8393efef ("crypto: caam - remove unused param of ctx_map_to_sec4_sg()")