summaryrefslogtreecommitdiff
path: root/lib/crypto/Kconfig
AgeCommit message (Expand)Author
2025-05-05crypto: lib/sha256 - Add helpers for block-based shashHerbert Xu
2025-05-05crypto: sparc/sha256 - implement library instead of shashEric Biggers
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: x86 - move library functions to arch/x86/lib/crypto/Eric Biggers
2025-04-28crypto: s390 - move library functions to arch/s390/lib/crypto/Eric Biggers
2025-04-28crypto: riscv - move library functions to arch/riscv/lib/crypto/Eric Biggers
2025-04-28crypto: powerpc - move library functions to arch/powerpc/lib/crypto/Eric Biggers
2025-04-28crypto: mips - move library functions to arch/mips/lib/crypto/Eric Biggers
2025-04-28crypto: arm64 - move library functions to arch/arm64/lib/crypto/Eric Biggers
2025-04-28crypto: arm - move library functions to arch/arm/lib/crypto/Eric Biggers
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu
2025-03-21crypto: lib/Kconfig - hide library optionsArnd Bergmann
2025-03-08crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPIArd Biesheuvel
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-08-19crypto: lib - move __crypto_xor into utilsEric Biggers
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itEric Biggers
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld
2022-05-28Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Jason A. Donenfeld
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-05-27crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZEJason A. Donenfeld
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel