提交 cfb399ad 编写于 作者: A Andy Polyakov

test_t4: cover even Camellia.

上级 1efd5830
...@@ -18,9 +18,12 @@ if [ 1 ]; then ...@@ -18,9 +18,12 @@ if [ 1 ]; then
HASH=`cat $PROG | $PROG dgst -hex` HASH=`cat $PROG | $PROG dgst -hex`
AES_ALGS=" aes-128-ctr aes-128-ecb aes-128-cbc aes-128-cfb aes-128-ofb \ AES_ALGS=" camellia-128-cbc camellia-128-cfb \
aes-192-ctr aes-192-ecb aes-192-cbc aes-192-cfb aes-192-ofb \ camellia-192-cbc camellia-192-cfb \
aes-256-ctr aes-256-ecb aes-256-cbc aes-256-cfb aes-256-ofb" camellia-256-cbc camellia-256-cfb \
aes-128-ctr aes-128-cbc aes-128-cfb aes-128-ofb \
aes-192-ctr aes-192-cbc aes-192-cfb aes-192-ofb \
aes-256-ctr aes-256-cbc aes-256-cfb aes-256-ofb"
BUFSIZE="16 32 48 999" BUFSIZE="16 32 48 999"
nerr=0 nerr=0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册