summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-06-06crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-06crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2022-06-06crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2022-05-30random: replace custom notifier chain with standard oneJason A. Donenfeld1-1/+1
2022-05-30random: early initialization of ChaCha constantsDominik Brodowski1-4/+11
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-15/+25
2022-05-30lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-3/+0
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld1-3/+3
2022-05-30crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers1-2/+1
2022-05-30crypto: blake2s - adjust include guard namingEric Biggers2-6/+6
2022-05-30crypto: blake2s - add comment for blake2s_state fieldsEric Biggers1-0/+1
2022-05-30crypto: blake2s - optimize blake2s initializationEric Biggers2-30/+28
2022-05-30crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-5/+60
2022-05-30crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers1-0/+41
2022-05-30crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu1-0/+2
2021-09-18crypto: public_key: fix overflow during implicit conversionzhenwei pi1-2/+2
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-7/+1
2021-05-14crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2-3/+6
2021-05-11random: initialize ChaCha20 constants with correct endiannessEric Biggers1-2/+7
2021-05-11crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel7-0/+16
2021-03-09crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel1-4/+4
2020-10-08X.509: Fix modular build of public_key_sm2Herbert Xu1-12/+0
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang1-0/+15
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang1-0/+25
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang1-0/+2
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova1-0/+1
2020-09-11crypto: cbc - Remove cbc.hHerbert Xu1-141/+0
2020-08-28crypto: ahash - Remove AHASH_REQUEST_ON_STACKHerbert Xu1-5/+0
2020-08-28crypto: ahash - Add ahash_alg_instanceHerbert Xu1-0/+6
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu1-0/+13
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny1-13/+0
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-1/+1
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu1-6/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long7-7/+7
2020-08-05Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-07-23crypto: skcipher - drop duplicated word in kernel-docRandy Dunlap1-1/+1
2020-07-23crypto: hash - drop duplicated word in a commentRandy Dunlap1-1/+1
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers1-1/+2
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers1-1/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers1-7/+16
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers1-1/+1
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers1-0/+1
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel1-4/+0
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu1-0/+2
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song1-0/+18
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu1-1/+3
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu1-2/+2
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