summaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-2612-199/+538
|\
| * crypto: hash - Add crypto_clone_ahash/shashHerbert Xu2023-04-202-2/+8
| * crypto: api - Move low-level functions into algapi.hHerbert Xu2023-04-141-0/+14
| * crypto: hash - Remove maximum statesize limitHerbert Xu2023-04-061-2/+0
| * crypto: lib/utils - Move utilities into new headerHerbert Xu2023-03-312-62/+74
| * crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu2023-03-241-1/+2
| * crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu2023-03-141-0/+13
| * crypto: rng - Count error stats differentlyHerbert Xu2023-03-141-8/+57
| * crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-141-0/+22
| * crypto: kpp - Count error stats differentlyHerbert Xu2023-03-141-18/+55
| * crypto: acomp - Count error stats differentlyHerbert Xu2023-03-143-58/+128
| * crypto: hash - Count error stats differentlyHerbert Xu2023-03-141-20/+64
| * crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-141-28/+74
| * crypto: aead - Count error stats differentlyHerbert Xu2023-03-141-0/+22
| * crypto: algapi - Move stat reporting into algapiHerbert Xu2023-03-141-0/+3
| * crypto: acomp - Be more careful with request flagsHerbert Xu2023-03-101-1/+3
* | KEYS: CA link restrictionEric Snowberg2023-04-241-0/+15
* | KEYS: X.509: Parse Key UsageEric Snowberg2023-04-241-0/+2
* | KEYS: X.509: Parse Basic Constraints for CAEric Snowberg2023-04-241-0/+2
* | KEYS: Create static version of public_key_verify_signatureEric Snowberg2023-04-241-0/+9
|/
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-132-5/+2
* crypto: skcipher - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: kpp - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: hash - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: akcipher - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: aead - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: acompress - Use crypto_request_completeHerbert Xu2023-02-131-1/+1
* crypto: api - Add scaffolding to change completion function signatureHerbert Xu2023-02-131-0/+7
* crypto: aead - fix inaccurate documentationArd Biesheuvel2023-01-201-10/+10
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-061-18/+4
* crypto: xts - restrict key lengths to approved values in FIPS modeNicolai Stange2023-01-061-0/+7
* crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel2022-12-301-2/+2
* crypto: acomp - define max size for destinationGiovanni Cabiddu2022-12-091-0/+1
* crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu2022-12-051-1/+1
* crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-1/+23
* crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu2022-12-021-1/+1
* crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu2022-12-021-0/+22
* crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu2022-12-021-2/+39
* crypto: Prepare to move crypto_tfm_ctxHerbert Xu2022-12-023-2/+5
* crypto: kpp - Move reqsize into tfmHerbert Xu2022-12-022-5/+6
* crypto: akcipher - Move reqsize into tfmHerbert Xu2022-12-022-4/+5
* crypto: kpp - Add helper to set reqsizeHerbert Xu2022-12-021-0/+6
* Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers2022-11-251-1/+7
* crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2022-11-181-0/+8
* crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel2022-11-111-0/+22
* crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang2022-10-211-1/+0
* crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui2022-09-301-6/+0