X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/modes.am.in diff --git a/modes.am.in b/modes.am.in deleted file mode 100644 index 88ee217..0000000 --- a/modes.am.in +++ /dev/null @@ -1,67 +0,0 @@ -%## -*-makefile-*- -%# -### -*-makefile-*- GENERATED from modes.make.in -### -### Lots of lists of crypto primitives in various modes of operation. - -SYMM_TESTS = - -GENMODES_C = -GENMODES_H = - -%repeat -GENMODES_C += @blkc-@blkcmode.c -GENMODES_H += @blkc-@blkcmode.h -SYMM_TESTS += @blkc-@blkcmode.$t -%end - -%repeat -GENMODES_C += @hash-@hashmode.c -GENMODES_H += @hash-@hashmode.h -SYMM_TESTS += @hash-@hashmode.$t -%end - -MODE_H = -%repeat -MODE_H += @blkcmode.h @blkcmode-def.h -%end -%repeat -MODE_H += @hashmode.h @hashmode-def.h -%end - -BLKC_C = -BLKC_H = -%repeat -BLKC_C += @blkc.c -BLKC_H += @blkc.h -SYMM_TESTS += @blkc.$t -%end - -HASH_C = -HASH_H = -%repeat -HASH_C += @hash.c -HASH_H += @hash.h -SYMM_TESTS += @hash.$t -%end - -CIPHER_MODES = -%repeat -CIPHER_MODES += @blkc-@blkcciphermode -%end -%repeat -CIPHER_MODES += @hash-@hashciphermode -%end - -MAC_MODES = -%repeat -MAC_MODES += @hash-@hashmacmode -%end - -SYMM_TEST_FILES = -%repeat -SYMM_TEST_FILES += tests/@blkc -%end -%repeat -SYMM_TEST_FILES += tests/@hash -%end