aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/ecb.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-07[crypto] Add concept of cipher alignment sizeMichael Brown1-0/+1
2022-10-25[crypto] Add concept of authentication tag to cipher algorithmsMichael Brown1-0/+2
2022-10-25[crypto] Allow initialisation vector length to vary from cipher blocksizeMichael Brown1-2/+3
2015-07-27[crypto] Add ECB block cipher mode (for debug and self-tests only)Michael Brown1-0/+55