Age | Commit message (Expand) | Author | Files | Lines |
2025-05-05 | crypto: lib/sha256 - Add helpers for block-based shash | Herbert Xu | 1 | -0/+8 |
2025-05-05 | crypto: sparc/sha256 - implement library instead of shash | Eric Biggers | 1 | -0/+3 |
2025-05-05 | crypto: sha256 - support arch-optimized lib and expose through shash | Eric Biggers | 1 | -0/+19 |
2025-04-28 | crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTO | Eric Biggers | 1 | -11/+5 |
2025-04-28 | crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO | Eric Biggers | 1 | -11/+5 |
2025-04-28 | crypto: x86 - move library functions to arch/x86/lib/crypto/ | Eric Biggers | 1 | -0/+3 |
2025-04-28 | crypto: s390 - move library functions to arch/s390/lib/crypto/ | Eric Biggers | 1 | -0/+3 |
2025-04-28 | crypto: riscv - move library functions to arch/riscv/lib/crypto/ | Eric Biggers | 1 | -0/+3 |
2025-04-28 | crypto: powerpc - move library functions to arch/powerpc/lib/crypto/ | Eric Biggers | 1 | -0/+3 |
2025-04-28 | crypto: mips - move library functions to arch/mips/lib/crypto/ | Eric Biggers | 1 | -0/+3 |
2025-04-28 | crypto: arm64 - move library functions to arch/arm64/lib/crypto/ | Eric Biggers | 1 | -0/+3 |
2025-04-28 | crypto: arm - move library functions to arch/arm/lib/crypto/ | Eric Biggers | 1 | -0/+6 |
2025-04-16 | crypto: lib/sm3 - Move sm3 library into lib/crypto | Herbert Xu | 1 | -0/+3 |
2025-03-21 | crypto: lib/Kconfig - hide library options | Arnd Bergmann | 1 | -4/+4 |
2025-03-08 | crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI | Ard Biesheuvel | 1 | -2/+0 |
2025-03-02 | crypto: lib/Kconfig - Hide arch options from user | Herbert Xu | 1 | -20/+21 |
2025-02-22 | crypto: lib/Kconfig - Fix lib built-in failure when arch is modular | Herbert Xu | 1 | -8/+18 |
2024-05-09 | crypto: lib - implement library version of AES in CFB mode | Ard Biesheuvel | 1 | -0/+5 |
2022-11-11 | crypto: lib/aesgcm - Provide minimal library implementation | Ard Biesheuvel | 1 | -0/+6 |
2022-11-11 | crypto: move gf128mul library into lib/crypto | Ard Biesheuvel | 1 | -0/+3 |
2022-08-19 | crypto: lib - move __crypto_xor into utils | Eric Biggers | 1 | -2/+1 |
2022-08-19 | crypto: lib - create utils module and move __crypto_memneq into it | Eric Biggers | 1 | -1/+4 |
2022-07-15 | crypto: lib - make the sha1 library optional | Eric Biggers | 1 | -0/+3 |
2022-06-10 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 1 | -0/+1 |
2022-05-28 | Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE" | Jason A. Donenfeld | 1 | -1/+0 |
2022-05-27 | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -6/+0 |
2022-05-27 | crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE | Jason A. Donenfeld | 1 | -0/+1 |
2022-04-08 | crypto: sm3,sm4 - move into crypto directory | Jason A. Donenfeld | 1 | -6/+0 |
2022-01-28 | crypto: sm3 - create SM3 stand-alone library | Tianjia Zhang | 1 | -0/+3 |
2022-01-18 | lib/crypto: add prompts back to crypto libraries | Justin M. Forbes | 1 | -5/+12 |
2022-01-07 | lib/crypto: blake2s: include as built-in | Jason A. Donenfeld | 1 | -17/+6 |
2021-07-30 | crypto: sm4 - create SM4 library based on sm4 generic code | Tianjia Zhang | 1 | -0/+3 |
2020-01-16 | crypto: x86/poly1305 - wire up faster implementations for kernel | Jason A. Donenfeld | 1 | -1/+1 |
2019-11-17 | crypto: chacha20poly1305 - import construction and selftest from Zinc | Ard Biesheuvel | 1 | -0/+7 |
2019-11-17 | crypto: curve25519 - generic C library implementations | Jason A. Donenfeld | 1 | -0/+25 |
2019-11-17 | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld | 1 | -0/+25 |
2019-11-17 | crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation | Ard Biesheuvel | 1 | -0/+1 |
2019-11-17 | crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation | Ard Biesheuvel | 1 | -1/+1 |
2019-11-17 | crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation | Ard Biesheuvel | 1 | -0/+1 |
2019-11-17 | crypto: x86/poly1305 - expose existing driver as poly1305 library | Ard Biesheuvel | 1 | -0/+1 |
2019-11-17 | crypto: poly1305 - expose init/update/final library interface | Ard Biesheuvel | 1 | -0/+26 |
2019-11-17 | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel | 1 | -0/+3 |
2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel | 1 | -0/+26 |
2019-11-17 | crypto: lib - tidy up lib/crypto Kconfig and Makefile | Ard Biesheuvel | 1 | -0/+15 |