aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-22crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_initTianjia Zhang1-0/+3
2023-11-17crypto: lib/aesgcm - Add kernel docs for aesgcm_macSagar Vashnav1-0/+13
2023-08-11crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan1-2/+6
2023-08-11crypto: lib - Move mpi into lib/cryptoHerbert Xu27-0/+7300
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-59/+18
2023-06-05types: Introduce [us]128Peter Zijlstra2-4/+0
2023-05-19crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu1-54/+19
2023-05-19crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu1-6/+0
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds2-6/+0
2023-04-13crypto: blake2s: remove module-related codeNick Alcock1-4/+0
2023-04-13crypto: remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2023-03-31crypto: lib/utils - Move utilities into new headerHerbert Xu1-1/+1
2022-12-30crypto: lib/blake2s - Split up test function to halve stack usageHerbert Xu1-3/+22
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel3-0/+736
2022-11-11crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel1-19/+39
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel3-0/+421
2022-08-19crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQEric Biggers1-4/+0
2022-08-19crypto: lib - move __crypto_xor into utilsEric Biggers4-5/+90
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itEric Biggers3-1/+186
2022-07-20crypto: lib - add module license to libsha1Eric Biggers1-0/+3
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers2-1/+5
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers2-0/+139
2022-06-30crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld1-3/+3
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld2-7/+71
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld1-0/+1
2022-05-28Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Jason A. Donenfeld1-1/+0
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-434/+0
2022-05-27crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZEJason A. Donenfeld1-0/+1
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld4-434/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-0/+252
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang3-0/+252
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2-68/+0
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes1-5/+12
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld4-29/+15
2021-09-17crypto: sm4 - Do not change section of ck and sboxNathan Chancellor1-2/+2
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-1/+1
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang3-0/+182
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap3-12/+12
2021-04-22crypto: doc - fix kernel-doc notation in chacha.c and af_alg.cRandy Dunlap1-2/+2
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann3-3/+6
2021-01-22crypto: lib/chacha20poly1305 - define empty module exit functionJason A. Donenfeld1-0/+5
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers1-40/+8
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2-3/+1
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu1-2/+0
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-10-30crypto: lib/sha256 - Unroll LOAD and BLEND loopsArvind Sankar1-4/+20
2020-10-30crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64Arvind Sankar1-136/+38
2020-10-30crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()Arvind Sankar1-6/+5
2020-10-30crypto: lib/sha256 - Don't clear temporary variablesArvind Sankar1-1/+0