aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli1-0/+36
2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli1-0/+245
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana1-0/+5
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+19
2021-08-23crypto: public_key: fix overflow during implicit conversionzhenwei pi1-2/+2
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-7/+2
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang1-3/+21
2021-06-28crypto: scatterwalk - Remove obsolete PageSlab checkHerbert Xu1-6/+1
2021-06-24crypto: api - Move crypto attr definitions out of crypto.hHerbert Xu1-0/+9
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin1-1/+0
2021-06-17crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-7/+1
2021-05-28crypto: header - Fix spelling errorsZhen Lei3-3/+3
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2-3/+6
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers1-2/+7
2021-03-26Merge branch 'ecc'Herbert Xu1-0/+1
2021-03-26crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre1-0/+1
2021-03-13crypto: ecc - add curve25519 params and expose themMeng Yu1-0/+7
2021-03-13crypto: ecc - expose ecc curvesMeng Yu1-0/+53
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu1-2/+0
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel7-0/+16
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+0
2021-01-22crypto - shash: reduce minimum alignment of shash_desc structureArd Biesheuvel1-4/+4
2021-01-21crypto: public_key: Remove redundant header file from public_key.hTianjia Zhang1-1/+0
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel1-1/+0
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers2-0/+182
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers1-2/+1
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers2-6/+6
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers1-0/+1
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers2-30/+28
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-5/+60
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers1-0/+41
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel3-39/+219
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu1-0/+2
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu1-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers6-41/+55
2020-11-06crypto: aead - add crypto_aead_driver_name()Eric Biggers1-0/+5
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar4-4/+8
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