aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/internal.h
AgeCommit message (Expand)Author
2023-06-27crypto: sig - Fix verify callHerbert Xu
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu
2023-04-20crypto: api - Add crypto_clone_tfmHerbert Xu
2023-04-20crypto: api - Add crypto_tfm_getHerbert Xu
2023-04-14crypto: api - Move low-level functions into algapi.hHerbert Xu
2022-11-25crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers
2021-09-24crypto: api - Fix built-in testing dependency failuresHerbert Xu
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song
2020-04-16crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu
2019-12-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu
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
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-09-04crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen
2018-03-31crypto: api - Make crypto_alg_lookup staticHerbert Xu
2018-01-05crypto: algapi - remove unused notificationsEric Biggers
2018-01-05crypto: algapi - convert cra_refcnt to refcount_tEric Biggers
2017-12-22crypto: api - Unexport crypto_larval_lookup()Eric Biggers
2016-10-21crypto: api - Remove no-op exit_ops codeEric Biggers
2016-01-25crypto: api - Add crypto_type_has_alg helperHerbert Xu
2015-04-23crypto: api - Remove linux/fips.h from internal.hHerbert Xu
2015-04-21crypto: api - Add crypto_alg_extsize helperHerbert Xu
2013-06-25crypto: algboss - Hold ref count on larvalHerbert Xu
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu
2011-10-21crypto: Export crypto_remove_finalSteffen Klassert
2011-10-21crypto: Export crypto_remove_spawnsSteffen Klassert
2010-03-10crypto: internal - Fix checkpatch errorsRichard Hartmann
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu
2009-07-08crypto: api - Add crypto_attr_alg2 helperHerbert Xu
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman
2009-06-02crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu
2009-02-18crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu
2008-08-29crypto: api - Add fips_enable flagNeil Horman
2008-08-29crypto: api - Use test infrastructureHerbert Xu
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu
2008-08-29crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupHerbert Xu
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho
2008-01-11[CRYPTO] skcipher: Create default givcipher instancesHerbert Xu
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu
2007-10-10[CRYPTO] api: Kill crypto_km_typesHerbert Xu
2007-02-07[CRYPTO] api: Allow multiple frontends per backendHerbert Xu
2007-02-07[CRYPTO] api: Remove deprecated interfaceHerbert Xu
2006-09-21[CRYPTO] digest: Remove old HMAC implementationHerbert Xu
2006-09-21[CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu
2006-09-21[CRYPTO] api: Feed flag directly to crypto_yieldHerbert Xu