summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds12-199/+538
2023-04-24KEYS: CA link restrictionEric Snowberg1-0/+15
2023-04-24KEYS: X.509: Parse Key UsageEric Snowberg1-0/+2
2023-04-24KEYS: X.509: Parse Basic Constraints for CAEric Snowberg1-0/+2
2023-04-24KEYS: Create static version of public_key_verify_signatureEric Snowberg1-0/+9
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2-2/+8
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu1-0/+14
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu1-2/+0
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu2-62/+74
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu1-1/+2
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu1-0/+13
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu1-8/+57
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu1-0/+22
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu1-18/+55
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu3-58/+128
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu1-20/+64
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu1-28/+74
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu1-0/+22
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu1-0/+3
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu1-1/+3
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu2-5/+2
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: akcipher - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: aead - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: acompress - Use crypto_request_completeHerbert Xu1-1/+1
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu1-0/+7
2023-01-20crypto: aead - fix inaccurate documentationArd Biesheuvel1-10/+10
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-18/+4
2023-01-06crypto: xts - restrict key lengths to approved values in FIPS modeNicolai Stange1-0/+7
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel1-2/+2
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu1-0/+1
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu1-1/+1
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu1-1/+23
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu1-1/+1
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu1-2/+39
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu3-2/+5
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu2-5/+6
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu2-4/+5
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu1-0/+6
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers1-1/+7
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu1-0/+8
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel1-0/+22
2022-10-21crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang1-1/+0
2022-09-30crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui1-6/+0