summaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-022-3/+6
* random: initialize ChaCha20 constants with correct endiannessEric Biggers2021-04-021-2/+7
* Merge branch 'ecc'Herbert Xu2021-03-261-0/+1
|\
| * crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre2021-03-261-0/+1
* | crypto: ecc - add curve25519 params and expose themMeng Yu2021-03-131-0/+7
* | crypto: ecc - expose ecc curvesMeng Yu2021-03-131-0/+53
* | crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-2/+0
* | crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-137-0/+16
|/
* Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-231-1/+0
|\
| * crypto: public_key: Remove redundant header file from public_key.hTianjia Zhang2021-01-211-1/+0
* | crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel2021-01-221-4/+4
* | crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-141-1/+0
* | crypto: blake2b - sync with blake2s implementationEric Biggers2021-01-032-0/+182
* | crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers2021-01-031-2/+1
* | crypto: blake2s - adjust include guard namingEric Biggers2021-01-032-6/+6
* | crypto: blake2s - add comment for blake2s_state fieldsEric Biggers2021-01-031-0/+1
* | crypto: blake2s - optimize blake2s initializationEric Biggers2021-01-032-30/+28
* | crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-5/+60
* | crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-0/+41
* | crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-033-39/+219
|/
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-041-0/+2
* crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu2020-11-201-0/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-206-41/+55
* crypto: aead - add crypto_aead_driver_name()Eric Biggers2020-11-061-0/+5
* crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar2020-10-304-4/+8
* X.509: Fix modular build of public_key_sm2Herbert Xu2020-10-081-12/+0
* X.509: support OSCCA SM2-with-SM3 certificate verificationTianjia Zhang2020-09-251-0/+15
* crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang2020-09-251-0/+25
* crypto: sm3 - export crypto_sm3_final functionTianjia Zhang2020-09-251-0/+2
* crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova2020-09-251-0/+1
* crypto: cbc - Remove cbc.hHerbert Xu2020-09-111-141/+0
* crypto: ahash - Remove AHASH_REQUEST_ON_STACKHerbert Xu2020-08-281-5/+0
* crypto: ahash - Add ahash_alg_instanceHerbert Xu2020-08-281-0/+6
* crypto: ahash - Add init_tfm/exit_tfmHerbert Xu2020-08-281-0/+13
* crypto: hash - Remove unused async iteratorsIra Weiny2020-08-211-13/+0
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-1/+1
* crypto: algapi - Move crypto_yield into internal.hHerbert Xu2020-08-191-6/+0
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-077-7/+7
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-1/+1
|\
| * docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab2020-06-191-1/+1
* | crypto: skcipher - drop duplicated word in kernel-docRandy Dunlap2020-07-231-1/+1
* | crypto: hash - drop duplicated word in a commentRandy Dunlap2020-07-231-1/+1
* | crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers2020-07-161-1/+2
* | crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers2020-07-161-1/+2
* | crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-7/+16
* | crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers2020-07-161-1/+1
* | crypto: lib/sha256 - add sha256() functionEric Biggers2020-07-161-0/+1
* | crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel2020-07-161-4/+0
* | crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu2020-07-161-0/+2
* | crypto: api - permit users to specify numa node of acomp hardwareBarry Song2020-07-091-0/+18