aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationGravatar Ard Biesheuvel 1-0/+6
2022-11-11crypto: move gf128mul library into lib/cryptoGravatar Ard Biesheuvel 1-0/+3
2022-08-19crypto: lib - move __crypto_xor into utilsGravatar Eric Biggers 1-2/+1
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itGravatar Eric Biggers 1-1/+4
2022-07-15crypto: lib - make the sha1 library optionalGravatar Eric Biggers 1-0/+3
2022-06-10crypto: memneq - move into lib/Gravatar Jason A. Donenfeld 1-0/+1
2022-05-28Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Gravatar Jason A. Donenfeld 1-1/+0
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+0
2022-05-27crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZEGravatar Jason A. Donenfeld 1-0/+1
2022-04-08crypto: sm3,sm4 - move into crypto directoryGravatar Jason A. Donenfeld 1-6/+0
2022-01-28crypto: sm3 - create SM3 stand-alone libraryGravatar Tianjia Zhang 1-0/+3
2022-01-18lib/crypto: add prompts back to crypto librariesGravatar Justin M. Forbes 1-5/+12
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 1-17/+6
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeGravatar Tianjia Zhang 1-0/+3
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelGravatar Jason A. Donenfeld 1-1/+1
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincGravatar Ard Biesheuvel 1-0/+7
2019-11-17crypto: curve25519 - generic C library implementationsGravatar Jason A. Donenfeld 1-0/+25
2019-11-17crypto: blake2s - generic C library implementation and selftestGravatar Jason A. Donenfeld 1-0/+25
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationGravatar Ard Biesheuvel 1-1/+1
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: poly1305 - expose init/update/final library interfaceGravatar Ard Biesheuvel 1-0/+26
2019-11-17crypto: poly1305 - move core routines into a separate libraryGravatar Ard Biesheuvel 1-0/+3
2019-11-17crypto: chacha - move existing library code into lib/cryptoGravatar Ard Biesheuvel 1-0/+26
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileGravatar Ard Biesheuvel 1-0/+15