summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2023-04-24KEYS: Create static version of public_key_verify_signatureEric Snowberg
2023-04-20crypto: hash - Add crypto_clone_ahash/shashHerbert Xu
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu
2023-04-06crypto: hash - Remove maximum statesize limitHerbert Xu
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu
2023-03-24crypto: hash - Fix kdoc errors about HASH_ALG_COMMONHerbert Xu
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu
2023-03-14crypto: algapi - Move stat reporting into algapiHerbert Xu
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: skcipher - Use crypto_request_completeHerbert Xu
2023-02-13crypto: kpp - Use crypto_request_completeHerbert Xu
2023-02-13crypto: hash - Use crypto_request_completeHerbert Xu
2023-02-13crypto: akcipher - Use crypto_request_completeHerbert Xu
2023-02-13crypto: aead - Use crypto_request_completeHerbert Xu
2023-02-13crypto: acompress - Use crypto_request_completeHerbert Xu
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu
2023-01-20crypto: aead - fix inaccurate documentationArd Biesheuvel
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov
2023-01-06crypto: xts - restrict key lengths to approved values in FIPS modeNicolai Stange
2022-12-30crypto: scatterwalk - use kmap_local() not kmap_atomic()Ard Biesheuvel
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu
2022-12-05crypto: api - Use linux/cache.h instead of asm/cache.hHerbert Xu
2022-12-02crypto: kpp - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: akcipher - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: api - Increase MAX_ALGAPI_ALIGNMASK to 127Herbert Xu
2022-12-02crypto: skcipher - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel
2022-10-21crypto: scatterwalk - remove duplicate function declarationsTianjia Zhang
2022-09-30crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo
2022-08-04Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02crypto: add crypto_has_kpp()Hannes Reinecke