mirror of https://github.com/torvalds/linux.git
Add support for 2-way interleaved SHA-256 hashing to lib/crypto/, and make fsverity use it for faster file data verification. This improves fsverity performance on many x86_64 and arm64 processors. Later, I plan to make dm-verity use this too. -----BEGIN PGP SIGNATURE----- iIoEABYIADIWIQSacvsUNc7UX4ntmEPzXCl4vpKOKwUCaNg4/RQcZWJpZ2dlcnNA a2VybmVsLm9yZwAKCRDzXCl4vpKOK4fMAP9Xz00JNDfJ+mOVHIYOhAlWFGnug0X1 cvoRf4QXchNlbwD9HTJQQDQXnbsPy3QPrUVfl2FqCW7c6vRlBJijhD6j4wE= =6dCR -----END PGP SIGNATURE----- Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux Pull interleaved SHA-256 hashing support from Eric Biggers: "Optimize fsverity with 2-way interleaved hashing Add support for 2-way interleaved SHA-256 hashing to lib/crypto/, and make fsverity use it for faster file data verification. This improves fsverity performance on many x86_64 and arm64 processors. Later, I plan to make dm-verity use this too" * tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux: fsverity: Use 2-way interleaved SHA-256 hashing when supported fsverity: Remove inode parameter from fsverity_hash_block() lib/crypto: tests: Add tests and benchmark for sha256_finup_2x() lib/crypto: x86/sha256: Add support for 2-way interleaved hashing lib/crypto: arm64/sha256: Add support for 2-way interleaved hashing lib/crypto: sha256: Add support for 2-way interleaved hashing |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| blake2s-testvecs.h | ||
| blake2s_kunit.c | ||
| curve25519_kunit.c | ||
| hash-test-template.h | ||
| md5-testvecs.h | ||
| md5_kunit.c | ||
| poly1305-testvecs.h | ||
| poly1305_kunit.c | ||
| sha1-testvecs.h | ||
| sha1_kunit.c | ||
| sha224-testvecs.h | ||
| sha224_kunit.c | ||
| sha256-testvecs.h | ||
| sha256_kunit.c | ||
| sha384-testvecs.h | ||
| sha384_kunit.c | ||
| sha512-testvecs.h | ||
| sha512_kunit.c | ||