summaryrefslogtreecommitdiffstats
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang2023-12-221-0/+3
* crypto: lib/aesgcm - Add kernel docs for aesgcm_macSagar Vashnav2023-11-171-0/+13
* crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan2023-08-111-2/+6
* crypto: lib - Move mpi into lib/cryptoHerbert Xu2023-08-1127-0/+7300
* Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-301-59/+18
|\
| * crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu2023-05-191-54/+19
| * crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu2023-05-191-6/+0
* | types: Introduce [us]128Peter Zijlstra2023-06-052-4/+0
|/
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-272-6/+0
|\
| * crypto: blake2s: remove module-related codeNick Alcock2023-04-131-4/+0
| * crypto: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-132-2/+0
* | crypto: lib/utils - Move utilities into new headerHerbert Xu2023-03-311-1/+1
|/
* crypto: lib/blake2s - Split up test function to halve stack usageHerbert Xu2022-12-301-3/+22
* crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel2022-11-113-0/+736
* crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel2022-11-111-19/+39
* crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-113-0/+421
* crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQEric Biggers2022-08-191-4/+0
* crypto: lib - move __crypto_xor into utilsEric Biggers2022-08-194-5/+90
* crypto: lib - create utils module and move __crypto_memneq into itEric Biggers2022-08-193-1/+186
* crypto: lib - add module license to libsha1Eric Biggers2022-07-201-0/+3
* crypto: lib - make the sha1 library optionalEric Biggers2022-07-152-1/+5
* crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers2022-07-152-0/+139
* crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld2022-06-301-3/+3
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-102-7/+71
* crypto: memneq - move into lib/Jason A. Donenfeld2022-06-101-0/+1
* Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Jason A. Donenfeld2022-05-281-1/+0
* Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-274-434/+0
|\
| * crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-084-434/+0
* | crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZEJason A. Donenfeld2022-05-271-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-213-0/+252
|\
| * crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang2022-01-283-0/+252
* | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
|/
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-182-68/+0
* lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-01-181-5/+12
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-074-29/+15
* crypto: sm4 - Do not change section of ck and sboxNathan Chancellor2021-09-171-2/+2
* crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang2021-07-301-1/+1
* crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang2021-07-303-0/+182
* crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-163-12/+12
* crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap2021-04-221-2/+2
* crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2021-04-023-3/+6
* crypto: lib/chacha20poly1305 - define empty module exit functionJason A. Donenfeld2021-01-221-0/+5
* crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-40/+8
* crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-042-3/+1
* crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu2020-11-201-2/+0
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* crypto: lib/sha256 - Unroll LOAD and BLEND loopsArvind Sankar2020-10-301-4/+20
* crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64Arvind Sankar2020-10-301-136/+38
* crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()Arvind Sankar2020-10-301-6/+5
* crypto: lib/sha256 - Don't clear temporary variablesArvind Sankar2020-10-301-1/+0