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