aboutsummaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 2-3/+6
2021-04-02random: initialize ChaCha20 constants with correct endiannessGravatar Eric Biggers 1-2/+7
2021-03-26Merge branch 'ecc'Gravatar Herbert Xu 1-0/+1
2021-03-26crypto: ecc - Add NIST P384 curve parametersGravatar Saulo Alessandre 1-0/+1
2021-03-13crypto: ecc - add curve25519 params and expose themGravatar Meng Yu 1-0/+7
2021-03-13crypto: ecc - expose ecc curvesGravatar Meng Yu 1-0/+53
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-2/+0
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Gravatar Ard Biesheuvel 7-0/+16
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureGravatar Ard Biesheuvel 1-4/+4
2021-01-21crypto: public_key: Remove redundant header file from public_key.hGravatar Tianjia Zhang 1-1/+0
2021-01-14crypto: x86 - remove glue helper moduleGravatar Ard Biesheuvel 1-1/+0
2021-01-03crypto: blake2b - sync with blake2s implementationGravatar Eric Biggers 2-0/+182
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Gravatar Eric Biggers 1-2/+1
2021-01-03crypto: blake2s - adjust include guard namingGravatar Eric Biggers 2-6/+6
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsGravatar Eric Biggers 1-0/+1
2021-01-03crypto: blake2s - optimize blake2s initializationGravatar Eric Biggers 2-30/+28
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeGravatar Eric Biggers 1-5/+60
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hGravatar Eric Biggers 1-0/+41
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 3-39/+219
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileGravatar Herbert Xu 1-0/+2
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileGravatar Herbert Xu 1-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 6-41/+55
2020-11-06crypto: aead - add crypto_aead_driver_name()Gravatar Eric Biggers 1-0/+5
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateGravatar Arvind Sankar 4-4/+8
2020-10-08X.509: Fix modular build of public_key_sm2Gravatar Herbert Xu 1-12/+0
2020-09-25X.509: support OSCCA SM2-with-SM3 certificate verificationGravatar Tianjia Zhang 1-0/+15
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmGravatar Tianjia Zhang 1-0/+25
2020-09-25crypto: sm3 - export crypto_sm3_final functionGravatar Tianjia Zhang 1-0/+2
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceGravatar Elena Petrova 1-0/+1
2020-09-11crypto: cbc - Remove cbc.hGravatar Herbert Xu 1-141/+0
2020-08-28crypto: ahash - Remove AHASH_REQUEST_ON_STACKGravatar Herbert Xu 1-5/+0
2020-08-28crypto: ahash - Add ahash_alg_instanceGravatar Herbert Xu 1-0/+6
2020-08-28crypto: ahash - Add init_tfm/exit_tfmGravatar Herbert Xu 1-0/+13
2020-08-21crypto: hash - Remove unused async iteratorsGravatar Ira Weiny 1-13/+0
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-1/+1
2020-08-19crypto: algapi - Move crypto_yield into internal.hGravatar Herbert Xu 1-6/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 7-7/+7
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-07-23crypto: skcipher - drop duplicated word in kernel-docGravatar Randy Dunlap 1-1/+1
2020-07-23crypto: hash - drop duplicated word in a commentGravatar Randy Dunlap 1-1/+1
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Eric Biggers 1-1/+2
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSGravatar Eric Biggers 1-1/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-7/+16
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Gravatar Eric Biggers 1-1/+1
2020-07-16crypto: lib/sha256 - add sha256() functionGravatar Eric Biggers 1-0/+1
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayGravatar Ard Biesheuvel 1-4/+0
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationGravatar Herbert Xu 1-0/+2
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareGravatar Barry Song 1-0/+18
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1