提交 d1d4382d 编写于 作者: A Andreas Westfeld 提交者: Dr. Stephen Henson

Fix typo in ideatest.c

上级 0b33bed9
...@@ -199,10 +199,10 @@ static int cfb64_test(unsigned char *cfb_cipher) ...@@ -199,10 +199,10 @@ static int cfb64_test(unsigned char *cfb_cipher)
} }
memcpy(cfb_tmp,cfb_iv,8); memcpy(cfb_tmp,cfb_iv,8);
n=0; n=0;
idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)17,&eks, idea_cfb64_encrypt(cfb_buf1,cfb_buf2,(long)13,&eks,
cfb_tmp,&n,IDEA_DECRYPT); cfb_tmp,&n,IDEA_DECRYPT);
idea_cfb64_encrypt(&(cfb_buf1[17]),&(cfb_buf2[17]), idea_cfb64_encrypt(&(cfb_buf1[13]),&(cfb_buf2[13]),
(long)CFB_TEST_SIZE-17,&dks, (long)CFB_TEST_SIZE-13,&eks,
cfb_tmp,&n,IDEA_DECRYPT); cfb_tmp,&n,IDEA_DECRYPT);
if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0) if (memcmp(plain,cfb_buf2,CFB_TEST_SIZE) != 0)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册