aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers1-0/+10
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers1-0/+19
2020-05-08crypto: lib/sha256 - return voidEric Biggers2-14/+10
2020-05-08crypto: acomp - search acomp with scomp backend in crypto_has_acompBarry Song1-1/+1
2020-05-08crypto: engine - support for batch requestsIuliana Prodan1-0/+5
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan1-2/+8
2020-05-08crypto: algapi - create function to add request in front of queueIuliana Prodan1-0/+2
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-5/+1
2020-04-09crypto: curve25519 - do not pollute dispatcher based on assemblerJason A. Donenfeld1-4/+2
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-22/+28
2020-03-12crypto: aead - improve documentation for scatterlist layoutEric Biggers1-21/+27
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld1-2/+4
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld3-40/+35
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers1-2/+0
2020-01-09crypto: shash - convert shash_free_instance() to new styleEric Biggers1-1/+1
2020-01-09crypto: geniv - convert to new way of freeing instancesEric Biggers1-1/+0
2020-01-09crypto: hash - add support for new way of freeing instancesEric Biggers1-0/+2
2020-01-09crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn()Eric Biggers1-3/+0
2020-01-09crypto: ahash - unexport crypto_ahash_typeEric Biggers1-2/+0
2020-01-09crypto: algapi - remove obsoleted instance creation helpersEric Biggers2-53/+0
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers1-2/+2
2020-01-09crypto: skcipher - use crypto_grab_cipher() and simplify error pathsEric Biggers1-2/+2
2020-01-09crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher()Eric Biggers1-0/+25
2020-01-09crypto: ahash - introduce crypto_grab_ahash()Eric Biggers1-0/+10
2020-01-09crypto: shash - introduce crypto_grab_shash()Eric Biggers1-0/+10
2020-01-09crypto: algapi - pass instance to crypto_grab_spawn()Eric Biggers1-8/+2
2020-01-09crypto: akcipher - pass instance to crypto_grab_akcipher()Eric Biggers1-9/+3
2020-01-09crypto: aead - pass instance to crypto_grab_aead()Eric Biggers1-8/+3
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers1-8/+3
2020-01-09crypto: ahash - make struct ahash_instance be the full sizeEric Biggers1-3/+9
2020-01-09crypto: shash - make struct shash_instance be the full sizeEric Biggers1-4/+9
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers2-21/+5
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers4-15/+6
2020-01-09crypto: skcipher - remove skcipher_walk_aead()Eric Biggers1-2/+0
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu1-3/+11
2019-12-27crypto: api - Retain alg refcount in crypto_grab_spawnHerbert Xu1-2/+15
2019-12-20crypto: algapi - make unregistration functions return voidEric Biggers4-10/+6
2019-12-11crypto: hmac - Use init_tfm/exit_tfm interfaceHerbert Xu1-0/+6
2019-12-11crypto: shash - Add init_tfm/exit_tfm and verify descsizeHerbert Xu1-0/+13
2019-12-11crypto: api - Do not zap spawn->algHerbert Xu1-0/+1
2019-12-11crypto: chacha - fix warning message in header fileValdis Klētnieks1-1/+1
2019-12-11crypto: skcipher - add crypto_skcipher_min_keysize()Eric Biggers1-0/+6
2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers2-10/+10
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers1-0/+6
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers1-2/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers1-1/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers1-7/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers1-3/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers1-2/+1