]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Use private data field for digest algorithms master
authorMichael Brown <mcb30@ipxe.org>
Thu, 18 Jun 2026 14:54:19 +0000 (15:54 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 18 Jun 2026 14:54:19 +0000 (15:54 +0100)
commitd7e89f46b4b23a2492611cb629bd96bafbfb8d64
tree3b64deb5d9ad5ee72bb5a6be963f5e7df7327e95
parent69e95ae7a51d73b85fef3a2d1af9e0fc08e8ab00
[crypto] Use private data field for digest algorithms

Following the example of commit 25072c1 ("[crypto] Use private data
field for key exchange algorithms"), extend the definition of a digest
algorithm to include an opaque private data field.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
14 files changed:
src/crypto/crypto_null.c
src/crypto/md4.c
src/crypto/md5.c
src/crypto/md5_sha1.c
src/crypto/sha1.c
src/crypto/sha224.c
src/crypto/sha256.c
src/crypto/sha384.c
src/crypto/sha512.c
src/crypto/sha512_224.c
src/crypto/sha512_256.c
src/include/ipxe/crypto.h
src/include/ipxe/sha256.h
src/include/ipxe/sha512.h