summaryrefslogtreecommitdiffstats
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.12-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-10-211-1/+1
|\
| * crypto: lib/mpi - Fix an "Uninitialized scalar variable" issueQianqiang Liu2024-10-161-1/+1
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0215-15/+15
|/
* crypto: lib/mpi - Add error checks to extensionHerbert Xu2024-08-177-47/+117
* Revert "lib/mpi: Extend the MPI library"Herbert Xu2024-08-1711-1100/+10
* Revert "lib/mpi: Introduce ec implementation to MPI library"Herbert Xu2024-08-102-1508/+0
* crypto: lib/mpi - delete unnecessary conditionDan Carpenter2024-07-131-6/+4
* crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-213-0/+3
* crypto: lib/mpi - Use swap() in mpi_powm()Jiapeng Chong2024-06-211-7/+2
* crypto: lib/mpi - Use swap() in mpi_ec_mul_point()Jiapeng Chong2024-06-211-4/+2
* crypto: lib - add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-074-0/+4
* crypto: lib - implement library version of AES in CFB modeArd Biesheuvel2024-05-093-0/+265
* 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