Loading fips-1.0/aes/fips_aesavs.c +2 −1 Original line number Diff line number Diff line Loading @@ -811,6 +811,7 @@ int proc_file(char *rqfile, char *rspfile) else if (strncasecmp(pp, "Key Length : ", 13) == 0) { akeysz = atoi(pp+13); if (VERBOSE) printf("Key size = %d\n", akeysz); } } Loading Loading
fips-1.0/aes/fips_aesavs.c +2 −1 Original line number Diff line number Diff line Loading @@ -811,6 +811,7 @@ int proc_file(char *rqfile, char *rspfile) else if (strncasecmp(pp, "Key Length : ", 13) == 0) { akeysz = atoi(pp+13); if (VERBOSE) printf("Key size = %d\n", akeysz); } } Loading