index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
tests
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6 days
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-11-21
lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()
Eric Biggers
2025-11-11
lib/crypto: tests: Add KUnit tests for POLYVAL
Eric Biggers
2025-11-11
lib/crypto: tests: Add additional SHAKE tests
Eric Biggers
2025-11-11
lib/crypto: tests: Add SHA3 kunit tests
David Howells
2025-11-11
lib/crypto: tests: Add KUnit tests for BLAKE2b
Eric Biggers
2025-10-29
lib/crypto: blake2s: Rename blake2s_state to blake2s_ctx
Eric Biggers
2025-10-29
lib/crypto: blake2s: Adjust parameter order of blake2s()
Eric Biggers
2025-09-29
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2025-09-29
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-09-17
lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()
Eric Biggers
2025-09-06
lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTS
Eric Biggers
2025-09-06
lib/crypto: tests: Add Curve25519 benchmark
Eric Biggers
2025-09-06
lib/crypto: tests: Migrate Curve25519 self-test to KUnit
Eric Biggers
2025-08-29
lib/crypto: tests: Add KUnit tests for BLAKE2s
Eric Biggers
2025-08-27
lib/crypto: tests: Add KUnit tests for MD5 and HMAC-MD5
Eric Biggers
2025-08-11
kunit, lib/crypto: Move run_irq_test() to common header
Eric Biggers
2025-07-21
lib/crypto: tests: Annotate worker to be on stack
Guenter Roeck
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1
Eric Biggers
2025-07-14
lib/crypto: tests: Add KUnit tests for Poly1305
Eric Biggers
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512
Eric Biggers
2025-07-14
lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256
Eric Biggers
2025-07-14
lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.py
Eric Biggers