summaryrefslogtreecommitdiff
path: root/include/linux/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-11crypto: ahash - Add support for drivers with no fallbackHerbert Xu1-0/+3
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu1-2/+2
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu1-0/+8
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu1-3/+8
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu1-0/+2
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu1-0/+9
2025-04-16crypto: api - Add reqsize to crypto_algHerbert Xu1-0/+7
2025-04-16crypto: api - Mark cra_init/cra_exit as deprecatedHerbert Xu1-11/+2
2025-04-16crypto: api - Add helpers to manage request flagsHerbert Xu1-0/+24
2025-04-16crypto: ahash - Remove request chainingHerbert Xu1-15/+0
2025-03-21crypto: remove obsolete 'comp' compression APIArd Biesheuvel1-75/+1
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu1-0/+1
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu1-1/+1
2025-02-22crypto: hash - Add request chaining APIHerbert Xu1-0/+24
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers1-13/+14
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu1-0/+1
2023-09-20crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu1-2/+0
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu1-1/+2
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu1-0/+1
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu1-27/+3
2023-03-14crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu1-13/+0
2023-03-14crypto: rng - Count error stats differentlyHerbert Xu1-41/+0
2023-03-14crypto: skcipher - Count error stats differentlyHerbert Xu1-24/+0
2023-03-14crypto: kpp - Count error stats differentlyHerbert Xu1-25/+0
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu1-24/+0
2023-03-14crypto: hash - Count error stats differentlyHerbert Xu1-20/+0
2023-03-14crypto: akcipher - Count error stats differentlyHerbert Xu1-34/+0
2023-03-14crypto: aead - Count error stats differentlyHerbert Xu1-24/+0
2023-02-13crypto: api - Remove completion function scaffoldingHerbert Xu1-6/+0
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu1-5/+5
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu1-0/+6
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu1-5/+0
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange1-0/+9
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu1-21/+0
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin1-5/+0
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel1-3/+6
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-163/+0
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers1-0/+32
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers1-2/+2
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song1-0/+2
2020-06-26crypto: api - Prune inclusions in crypto.hHerbert Xu1-2/+1
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-2/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers1-1/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-1/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers1-1/+0
2020-01-09crypto: remove unused tfm result flagsEric Biggers1-2/+0
2019-12-27crypto: api - remove unneeded semicolonChen Zhou1-1/+1
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers1-2/+2
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers1-42/+6
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers1-37/+6