aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel
2021-01-21crypto: public_key: Remove redundant header file from public_key.hTianjia Zhang
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-06crypto: aead - add crypto_aead_driver_name()Eric Biggers
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar
2020-10-08X.509: Fix modular build of public_key_sm2Herbert Xu
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang
2020-09-25crypto: sm3 - export crypto_sm3_final functionTianjia Zhang
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova
2020-09-11crypto: cbc - Remove cbc.hHerbert Xu
2020-08-28crypto: ahash - Remove AHASH_REQUEST_ON_STACKHerbert Xu
2020-08-28crypto: ahash - Add ahash_alg_instanceHerbert Xu
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-23crypto: skcipher - drop duplicated word in kernel-docRandy Dunlap
2020-07-23crypto: hash - drop duplicated word in a commentRandy Dunlap
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers
2020-05-08crypto: lib/sha256 - return voidEric Biggers
2020-05-08crypto: acomp - search acomp with scomp backend in crypto_has_acompBarry Song
2020-05-08crypto: engine - support for batch requestsIuliana Prodan
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan