chiark / gitweb /
better core algorithm selection and new core alg suites
[chiark-tcl.git] / base / tables-examples.tct
index 5a1859dfdaa602975ffcac79853c547fc5ab8856..56fd4ab2ae4e926ac636704c9e5df75fd3b9a952 100644 (file)
@@ -149,6 +149,10 @@ Table hbytes HBytes_SubCommand
                key     obj
                ?maclen obj
                =>      hb
+       hash-prop
+               prop    enum(HashAlgPropInfo, "prop")
+               alg     enum(HashAlgInfo, "alg")
+               =>      int
 
 Table dgram_socket DgramSocket_SubCommand
        create
@@ -186,6 +190,10 @@ Table blockcipherop BlockCipherOp
                mode    enum(BlockCipherModeInfo, "mode")
                iv      hb
                =>      hb
+       prop    -1
+               prop    enum(BlockCipherPropInfo, "prop")
+               alg     enum(BlockCipherAlgInfo, "alg")
+               =>      int
 
 EntryExtra BlockCipherOp
        int encrypt;