]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Allow initialisation vector length to vary from cipher blocksize
authorMichael Brown <mcb30@ipxe.org>
Mon, 24 Oct 2022 15:52:24 +0000 (16:52 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 25 Oct 2022 12:21:28 +0000 (13:21 +0100)
commit8e478e648fb68ac6f07e4e5cd80a5c1fefcb1cf5
tree59d27d4c71ed6c92b24d7fd6e007ed16e6379399
parent52f72d298abd81a6102ddddf2fff4918e4b077ce
[crypto] Allow initialisation vector length to vary from cipher blocksize

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/crypto_null.c
src/include/ipxe/cbc.h
src/include/ipxe/crypto.h
src/include/ipxe/ecb.h
src/net/peerblk.c
src/net/tls.c
src/tests/cipher_test.c