summaryrefslogtreecommitdiff
path: root/include/linux/crypto.h
AgeCommit message (Expand)Author
2025-06-11crypto: ahash - Add support for drivers with no fallbackHerbert Xu
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu
2025-04-16crypto: api - Add reqsize to crypto_algHerbert Xu
2025-04-16crypto: api - Mark cra_init/cra_exit as deprecatedHerbert Xu
2025-04-16crypto: api - Add helpers to manage request flagsHerbert Xu
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-03-21crypto: remove obsolete 'comp' compression APIArd Biesheuvel
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu
2025-02-22crypto: hash - Add request chaining APIHerbert Xu
2023-10-27crypto: ahash - remove support for nonzero alignmaskEric Biggers
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu
2023-09-20crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASKHerbert Xu
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert 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-02-13crypto: api - Remove completion function scaffoldingHerbert Xu
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu
2023-02-13crypto: api - Add scaffolding to change completion function signatureHerbert Xu
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu
2022-03-03crypto: api - allow algs only in specific constructions in FIPS modeNicolai Stange
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song
2020-06-26crypto: api - Prune inclusions in crypto.hHerbert Xu
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers
2020-01-09crypto: remove unused tfm result flagsEric Biggers
2019-12-27crypto: api - remove unneeded semicolonChen Zhou
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers