aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/crypto.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-435/+0
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers1-393/+2
2019-11-01crypto: skcipher - remove crypto_has_ablkcipher()Eric Biggers1-31/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+11
2019-07-03crypto: doc - Add parameter documentationHook, Gary1-0/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-30crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers1-1/+0
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2019-01-11crypto: cipher - remove struct cipher_descEric Biggers1-8/+0
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-30/+4
2018-12-23crypto: api - document missing stats memberCorentin Labbe1-0/+7
2018-12-07crypto: user - Add crypto_stats_initCorentin Labbe1-0/+3
2018-12-07crypto: user - rename err_cnt parameterCorentin Labbe1-14/+14
2018-12-07crypto: user - Split stats in multiple structuresCorentin Labbe1-62/+118
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe1-34/+71
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe1-23/+23
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe1-0/+2
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-2/+108
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett1-0/+5
2018-03-23crypto: doc - Document remaining members in struct crypto_algGary R Hook1-0/+8
2018-01-12crypto: hash - prevent using keyed hashes without setting keyEric Biggers1-0/+2
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+6
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers1-1/+1
2017-11-03crypto: introduce crypto wait for async opGilad Ben-Yossef1-0/+40
2017-04-10crypto: api - Extend algorithm name limit to 128 bytesHerbert Xu1-1/+1
2016-12-17Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2016-12-13crypto: doc - fix source comments for SphinxStephan Mueller1-2/+2
2016-12-01crypto: api - fix comment typoBaruch Siach1-1/+1
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu1-0/+2
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+1
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu1-19/+0
2016-07-18crypto: skcipher - Add low-level skcipher interfaceHerbert Xu1-0/+1
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto1-0/+1
2016-06-07crypto: hash - shrink hash down to two typesGiovanni Cabiddu1-5/+5
2016-04-15crypto: doc - document correct return value for request allocationEric Biggers1-2/+1
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu1-251/+0
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim1-1/+0
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-6/+0
2015-08-17crypto: aead - Remove old AEAD interfacesHerbert Xu1-47/+1
2015-06-22crypto: algif_aead - Temporarily disable all AEAD algorithmsHerbert Xu1-0/+6
2015-06-19crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_algHerbert Xu1-1/+1
2015-06-17crypto: akcipher - add PKE APITadeusz Struk1-0/+1
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida1-1/+1
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu1-3/+3
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu1-441/+1
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu1-30/+0
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu1-3/+3
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu1-12/+0
2015-03-31crypto: api - prevent helper ciphers from being usedStephan Mueller1-0/+6
2015-01-20crypto: doc - remove colons in commentsStephan Mueller1-4/+4
2015-01-08crypto: aead - add check for presence of auth tagStephan Mueller1-0/+3
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-0/+13
2014-11-13crypto: doc - HASH API documentationStephan Mueller1-0/+119
2014-11-13crypto: doc - CIPHER API documentationStephan Mueller1-0/+89
2014-11-13crypto: doc - BLKCIPHER API documentationStephan Mueller1-0/+188
2014-11-13crypto: doc - AEAD API documentationStephan Mueller1-0/+251
2014-11-13crypto: doc - ABLKCIPHER API documentationStephan Mueller1-0/+206
2014-11-13crypto: doc - cipher data structuresStephan Mueller1-3/+243
2014-08-01crypto: Resolve shadow warningsMark Rustad1-4/+4
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-0/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-01-26crypto: Add bulk algorithm registration interfaceMark Brown1-0/+2
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-0/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+0
2011-10-31crypto.h: remove unused crypto_tfm_alg_modname() inlinePaul Gortmaker1-6/+0
2011-10-21crypto: Add a flag to identify crypto instancesSteffen Klassert1-0/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-05-19crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposedDavid Woodhouse1-6/+0
2009-10-19crypto: hash - Remove cra_u.{digest,hash}Benjamin Gilbert1-27/+0
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu1-16/+0
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu1-26/+3
2009-07-12crypto: async - Use kzfree for requestsHerbert Xu1-2/+2
2009-03-04crypto: compress - Add pcomp interfaceGeert Uytterhoeven1-0/+1
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu1-3/+0
2009-02-05crypto: api - Fix zeroing on freeHerbert Xu1-1/+6
2008-12-25crypto: hash - Export shash through hashHerbert Xu1-2/+2
2008-12-25crypto: hash - Add import/export interfaceHerbert Xu1-0/+1
2008-12-25crypto: hash - Export shash through ahashHerbert Xu1-1/+1
2008-12-25crypto: hash - Add shash interfaceHerbert Xu1-0/+1
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu1-1/+3
2008-12-25crypto: api - Move type exit function into crypto_tfmHerbert Xu1-0/+2
2008-08-29crypto: rng - RNG interface and implementationNeil Horman1-0/+25
2008-08-29crypto: api - Use test infrastructureHerbert Xu1-0/+8
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu1-0/+2
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu1-136/+0
2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu1-5/+2
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho1-4/+183
2008-04-21[CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior1-7/+0
2008-01-11[CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long longHerbert Xu1-4/+2
2008-01-11[CRYPTO] aead: Create default givcipher instancesHerbert Xu1-9/+1
2008-01-11[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_freeHerbert Xu1-2/+9
2008-01-11[CRYPTO] aead: Add givcrypt operationsHerbert Xu1-0/+5
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu1-7/+2
2008-01-11[CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_freeHerbert Xu1-4/+14
2008-01-11[CRYPTO] skcipher: Added geniv fieldHerbert Xu1-0/+4
2008-01-11[CRYPTO] skcipher: Add givcrypt operations and givcipher typeHerbert Xu1-0/+7
2008-01-11[CRYPTO] skcipher: Add crypto_grab_skcipher interfaceHerbert Xu1-10/+16
2008-01-11[CRYPTO] api: Sanitise mask when allocating ablkcipher/hashHerbert Xu1-0/+4
2008-01-11[CRYPTO] aead: Make authsize a run-time parameterHerbert Xu1-1/+4
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu1-8/+10
2007-10-19crypto: convert crypto.h to UTF-8John Anthony Kazos Jr1-1/+1
2007-10-10[CRYPTO] api: Fixed crypto_*_reqsize return typeHerbert Xu1-2/+3
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu1-3/+0
2007-10-10[CRYPTO] api: Add support for multiple template parametersHerbert Xu1-0/+8
2007-10-10[CRYPTO] api: Add aead crypto typeHerbert Xu1-0/+200
2007-07-11[CRYPTO] cipher: Remove obsolete fields from cipher_tfmHerbert Xu1-20/+0
2007-05-02[CRYPTO] api: Add ablkcipher_request_set_tfmHerbert Xu1-1/+7
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu1-0/+22
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu1-0/+9
2007-05-02[CRYPTO] api: Add async block cipher interfaceHerbert Xu1-4/+195
2007-02-07[CRYPTO] api: Use structs for cipher/compressionHerbert Xu1-7/+14
2007-02-07[CRYPTO] api: Remove deprecated interfaceHerbert Xu1-127/+0
2006-12-06[CRYPTO] api: Remove unused functionsAdrian Bunk1-22/+0
2006-11-20[CRYPTO] api: Remove one too many semicolonYoichi Yuasa1-1/+1
2006-09-21[CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_availableHerbert Xu1-5/+13
2006-09-21[CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu1-0/+6
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-0/+5
2006-09-21[CRYPTO] api: Add crypto_comp and crypto_has_*Herbert Xu1-6/+84
2006-09-21[CRYPTO] digest: Remove old HMAC implementationHerbert Xu1-16/+0
2006-09-21[CRYPTO] digest: Added user API for new hash typeHerbert Xu1-34/+138
2006-09-21[CRYPTO] api: Mark parts of cipher interface as deprecatedHerbert Xu1-12/+36
2006-09-21[CRYPTO] cipher: Added block cipher typeHerbert Xu1-0/+179
2006-09-21[CRYPTO] cipher: Added encrypt_one/decrypt_oneHerbert Xu1-0/+96
2006-09-21[CRYPTO] api: Added crypto_type supportHerbert Xu1-0/+3
2006-09-21[CRYPTO] api: Added crypto_alloc_baseHerbert Xu1-11/+3
2006-09-21[CRYPTO] api: Added asynchronous flagHerbert Xu1-0/+1
2006-09-21[CRYPTO] cipher: Removed special IV checks for ECBHerbert Xu1-2/+0
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-4/+2
2006-09-21[CRYPTO] api: Add missing accessors for new crypto_alg fieldsMichal Ludvig1-0/+10
2006-09-21[CRYPTO] api: Added spawnsHerbert Xu1-0/+4
2006-09-21[CRYPTO] api: Add cryptomgrHerbert Xu1-0/+9
2006-09-21[CRYPTO] api: Added event notificationHerbert Xu1-1/+3
2006-09-21[CRYPTO] api: Add crypto_alg reference countingHerbert Xu1-0/+3
2006-09-21[CRYPTO] api: Fixed crypto_tfm context alignmentHerbert Xu1-2/+23
2006-06-26[CRYPTO] api: Removed const from cra_name/cra_driver_nameHerbert Xu1-2/+2
2006-06-26[CRYPTO] api: Added cra_init/cra_exitHerbert Xu1-2/+3
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-14/+15
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-21[CRYPTO] api: Align tfm context as wide as possibleHerbert Xu1-1/+9
2006-01-09[CRYPTO] Allow multiple implementations of the same algorithmHerbert Xu1-0/+5
2005-09-01[CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flagHerbert Xu1-0/+1
2005-07-06[CRYPTO] Ensure cit_iv is aligned correctlyHerbert Xu1-0/+5
2005-07-06[CRYPTO] Add alignmask for low-level cipher implementationsHerbert Xu1-0/+1
2005-07-06[CRYPTO] Add support for low-level multi-block operationsHerbert Xu1-1/+27
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+398