summaryrefslogtreecommitdiffstats
path: root/crypto/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-25crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers1-1/+19
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu1-0/+10
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu1-0/+12
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu1-6/+10
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song1-4/+19
2020-04-16crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu1-0/+1
2019-12-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu1-1/+0
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers1-2/+0
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-09-04crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen1-8/+0
2018-03-31crypto: api - Make crypto_alg_lookup staticHerbert Xu1-1/+0
2018-01-05crypto: algapi - remove unused notificationsEric Biggers1-3/+0
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers1-2/+2
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers1-1/+0
2016-10-21crypto: api - Remove no-op exit_ops codeEric Biggers1-3/+0
2016-01-25crypto: api - Add crypto_type_has_alg helperHerbert Xu1-0/+3
2015-04-23crypto: api - Remove linux/fips.h from internal.hHerbert Xu1-1/+0
2015-04-21crypto: api - Add crypto_alg_extsize helperHerbert Xu1-0/+2
2013-06-25crypto: algboss - Hold ref count on larvalHerbert Xu1-0/+6
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu1-1/+0
2011-10-21crypto: Export crypto_remove_finalSteffen Klassert1-0/+1
2011-10-21crypto: Export crypto_remove_spawnsSteffen Klassert1-0/+2
2010-03-10crypto: internal - Fix checkpatch errorsRichard Hartmann1-1/+1
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu1-3/+0
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu1-15/+0
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu1-0/+3
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman1-6/+1
2009-06-02crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu1-3/+0
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu1-2/+4
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu1-0/+2
2008-08-29crypto: api - Add fips_enable flagNeil Horman1-0/+6
2008-08-29crypto: api - Use test infrastructureHerbert Xu1-2/+5
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu1-0/+3
2008-08-29crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupHerbert Xu1-1/+1
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho1-0/+1
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu1-0/+2
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu1-29/+0
2007-10-10[CRYPTO] api: Kill crypto_km_typesHerbert Xu1-3/+8
2007-02-07[CRYPTO] api: Allow multiple frontends per backendHerbert Xu1-1/+2
2007-02-07[CRYPTO] api: Remove deprecated interfaceHerbert Xu1-21/+5
2006-09-21[CRYPTO] digest: Remove old HMAC implementationHerbert Xu1-13/+0
2006-09-21[CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu1-1/+0
2006-09-21[CRYPTO] api: Feed flag directly to crypto_yieldHerbert Xu1-2/+2
2006-09-21[CRYPTO] digest: Store temporary digest in tfmHerbert Xu1-1/+8
2006-09-21[CRYPTO] api: Added spawnsHerbert Xu1-0/+19
2006-09-21[CRYPTO] api: Allow algorithm lookup by typeHerbert Xu1-2/+4
2006-09-21[CRYPTO] api: Added event notificationHerbert Xu1-0/+37
2006-09-21[CRYPTO] api: Add template registrationHerbert Xu1-0/+17
2006-09-21[CRYPTO] api: Split out low-level APIHerbert Xu1-1/+5