chiark / gitweb /
better core algorithm selection and new core alg suites
[chiark-tcl.git] / base / tables-examples.tct
index 3fd080147af3662f163d7ec7a0889773c7834d67..56fd4ab2ae4e926ac636704c9e5df75fd3b9a952 100644 (file)
@@ -40,6 +40,10 @@ Table ulong ULong_SubCommand
                a       ulong
                b       ulong
                =>      ulong
+       multiply
+               a       ulong
+               b       ulong
+               =>      ulong
        subtract
                a       ulong
                b       ulong
@@ -145,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
@@ -182,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;