projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67be54e
)
Count was missing in MCT output.
author
Ben Laurie
<ben@openssl.org>
Thu, 18 Dec 2003 10:08:01 +0000
(10:08 +0000)
committer
Ben Laurie
<ben@openssl.org>
Thu, 18 Dec 2003 10:08:01 +0000
(10:08 +0000)
fips/aes/fips_aesavs.c
patch
|
blob
|
history
diff --git
a/fips/aes/fips_aesavs.c
b/fips/aes/fips_aesavs.c
index ca676576523116eebcbbf18229887abaca0d0633..38e060a794f2987d0cf080e065ffdeaf2a571a6c 100644
(file)
--- a/
fips/aes/fips_aesavs.c
+++ b/
fips/aes/fips_aesavs.c
@@
-320,6
+320,7
@@
int do_mct(char *amode,
/* printf("Iteration %d\n", i); */
if (i > 0)
{
+ fprintf(rfp,"COUNT = %d\n",i);
OutputValue("KEY",key[i],nkeysz,rfp,0);
if (imode != ECB) /* ECB */
OutputValue("IV",iv[i],AES_BLOCK_SIZE,rfp,0);