X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8276a9c565bc29afbc6cc120dfde0801c06c2bbd..HEAD:/symm/modes.am.in diff --git a/symm/modes.am.in b/symm/modes.am.in index 395d06f7..d95a5f1c 100644 --- a/symm/modes.am.in +++ b/symm/modes.am.in @@ -61,9 +61,18 @@ CIPHER_MODES += @{blkc:f}-@blkcciphermode CIPHER_MODES += @{hash:f}-@hashciphermode %end +## Modes for authenticated encryption. +AEAD_MODES = +%repeat +AEAD_MODES += @{blkc:f}-@blkcaeadmode +%end + ## Modes for message authentication. MAC_MODES = %repeat +MAC_MODES += @{blkc:f}-@blkcmacmode +%end +%repeat MAC_MODES += @{hash:f}-@hashmacmode %end @@ -75,3 +84,12 @@ SYMM_TEST_FILES += t/@{blkc:f} %repeat SYMM_TEST_FILES += t/@{hash:f} %end + +## Regression-test files. +REGRESSION_TEST_FILES = +%repeat +REGRESSION_TEST_FILES += t/modes/@{blkc:f}-@{blkcciphermode}.regress +%end +%repeat +REGRESSION_TEST_FILES += t/modes/@{hash:f}-@{hashciphermode}.regress +%end