]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add confidentiality flag for cipher algorithms master
authorMichael Brown <mcb30@ipxe.org>
Wed, 29 Jul 2026 16:41:45 +0000 (17:41 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 29 Jul 2026 16:45:43 +0000 (17:45 +0100)
commit08c989f364576d3f0df3277cbb871bc3a62aad51
tree3b2f992643f6e03e1ddd82b114f90f2a66da3c9a
parent9c70e9b27e1999d3af8193e5660f6ca345d8b872
[crypto] Add confidentiality flag for cipher algorithms

Add a flag that indicates whether or not a cipher is capable of
providing confidentiality.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/aes.c
src/crypto/arc4.c
src/crypto/crypto_null.c
src/crypto/des.c
src/include/ipxe/cbc.h
src/include/ipxe/crypto.h
src/include/ipxe/ecb.h
src/include/ipxe/gcm.h
src/tests/cipher_test.c