index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
Makefile
Age
Commit message (
Expand
)
Author
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256
Eric Biggers
2025-07-14
lib/crypto: x86/sha1: Migrate optimized code into library
Eric Biggers
2025-07-14
lib/crypto: sparc/sha1: Migrate optimized code into library
Eric Biggers
2025-07-14
lib/crypto: powerpc/sha1: Migrate optimized code into library
Eric Biggers
2025-07-14
lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
2025-07-14
lib/crypto: arm/sha1: Migrate optimized code into library
Eric Biggers
2025-07-14
lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
2025-07-08
lib/crypto: hash_info: Move hash_info.c into lib/crypto/
Eric Biggers
2025-07-04
lib/crypto: sha256: Consolidate into single module
Eric Biggers
2025-06-30
lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/
Eric Biggers
2025-06-30
lib/crypto: x86/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2025-06-30
lib/crypto: sparc/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2025-06-30
lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2025-06-30
lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2025-06-30
lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2025-06-30
lib/crypto: sha512: Add support for SHA-384 and SHA-512
Eric Biggers
2025-06-19
Merge tag 'v6.16-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2025-06-15
lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and older
Nathan Chancellor
2025-06-13
crypto: testmgr - reinstate kconfig control over full self-tests
Eric Biggers
2025-05-12
crypto: testmgr - make it easier to enable the full set of tests
Eric Biggers
2025-05-12
crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS
Eric Biggers
2025-05-06
crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic c...
Herbert Xu
2025-05-05
crypto: sha256 - support arch-optimized lib and expose through shash
Eric Biggers
2025-04-16
crypto: lib/sm3 - Move sm3 library into lib/crypto
Herbert Xu
2024-10-28
crypto: api - move crypto_simd_disabled_for_test to lib
Eric Biggers
2024-05-09
crypto: lib - implement library version of AES in CFB mode
Ard Biesheuvel
2023-08-11
crypto: lib - Move mpi into lib/crypto
Herbert Xu
2022-11-11
crypto: lib/aesgcm - Provide minimal library implementation
Ard Biesheuvel
2022-11-11
crypto: move gf128mul library into lib/crypto
Ard Biesheuvel
2022-08-19
crypto: lib - move __crypto_xor into utils
Eric Biggers
2022-08-19
crypto: lib - create utils module and move __crypto_memneq into it
Eric Biggers
2022-07-15
crypto: lib - make the sha1 library optional
Eric Biggers
2022-07-15
crypto: lib - move lib/sha1.c into lib/crypto/
Eric Biggers
2022-04-08
crypto: sm3,sm4 - move into crypto directory
Jason A. Donenfeld
2022-01-28
crypto: sm3 - create SM3 stand-alone library
Tianjia Zhang
2022-01-07
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
2021-07-30
crypto: sm4 - create SM4 library based on sm4 generic code
Tianjia Zhang
2020-01-16
crypto: curve25519 - Fix selftest build error
Herbert Xu
2020-01-16
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
2019-12-27
crypto: lib/curve25519 - re-add selftests
Jason A. Donenfeld
2019-11-17
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
2019-11-17
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
2019-11-17
crypto: blake2s - generic C library implementation and selftest
Jason A. Donenfeld
[next]