]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add block cipher Galois/Counter mode of operation
authorMichael Brown <mcb30@ipxe.org>
Mon, 24 Oct 2022 17:52:21 +0000 (18:52 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 25 Oct 2022 12:21:30 +0000 (13:21 +0100)
commit8fce26730c4df7a9792bb144c75c2c5b998c91af
treeac415615c4688747286656273faee5c1456313f5
parentda81214cec87201dc18c0ce71224367e13a6edfb
[crypto] Add block cipher Galois/Counter mode of operation

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/aes.c
src/crypto/gcm.c [new file with mode: 0644]
src/include/ipxe/aes.h
src/include/ipxe/crypto.h
src/include/ipxe/gcm.h [new file with mode: 0644]
src/tests/gcm_test.c [new file with mode: 0644]
src/tests/tests.c