aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/crypto/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-12crypto: 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 Torvalds1-6/+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. Donenfeld1-6/+0
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang1-0/+3
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes1-5/+12
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-17/+6
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang1-0/+3
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld1-1/+1
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel1-0/+7
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld1-0/+25
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld1-0/+25
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel1-0/+1
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-1/+1
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel1-0/+1
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-0/+1
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel1-0/+26
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-0/+3
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel1-0/+26
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel1-0/+15