• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/

Lines Matching refs:BIO_printf

98     BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n",
137 BIO_printf(bio_err, "out of memory\n");
247 BIO_printf(bio_err,
253 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
254 BIO_printf(bio_err, "options are\n");
255 BIO_printf(bio_err,
257 BIO_printf(bio_err,
259 BIO_printf(bio_err, "-d to output debug info\n");
260 BIO_printf(bio_err, "-hex output as hex dump\n");
261 BIO_printf(bio_err, "-binary output in binary form\n");
262 BIO_printf(bio_err, "-hmac arg set the HMAC key to arg\n");
263 BIO_printf(bio_err, "-non-fips-allow allow use of non FIPS digest\n");
264 BIO_printf(bio_err,
266 BIO_printf(bio_err,
268 BIO_printf(bio_err,
270 BIO_printf(bio_err,
272 BIO_printf(bio_err,
274 BIO_printf(bio_err, "-signature file signature to verify\n");
275 BIO_printf(bio_err, "-sigopt nm:v signature parameter\n");
276 BIO_printf(bio_err, "-hmac key create hashed MAC with key\n");
277 BIO_printf(bio_err,
279 BIO_printf(bio_err,
282 BIO_printf(bio_err,
308 BIO_printf(bio_err, "Error getting password\n");
338 BIO_printf(bio_err, "Error opening output file %s\n",
344 BIO_printf(bio_err, "MAC and Signing key cannot both be specified\n");
373 BIO_printf(bio_err,
411 BIO_printf(bio_err, "Error getting context\n");
420 BIO_printf(bio_err, "Error setting context\n");
429 BIO_printf(bio_err, "parameter error \"%s\"\n", sigopt);
440 BIO_printf(bio_err, "Error getting context\n");
447 BIO_printf(bio_err, "Error setting digest %s\n", pname);
459 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
464 BIO_printf(bio_err, "Out of memory\n");
471 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
550 BIO_printf(bio_err, "Read Error in %s\n", file);
562 BIO_printf(out, "Verified OK\n");
564 BIO_printf(out, "Verification Failure\n");
567 BIO_printf(bio_err, "Error Verifying Data\n");
578 BIO_printf(bio_err, "Error Signing Data\n");
594 BIO_printf(out, "%02x", buf[i]);
595 BIO_printf(out, " *%s\n", file);
600 BIO_printf(out, "-%s", md_name);
601 BIO_printf(out, "(%s)= ", file);
603 BIO_printf(out, "%s(%s)= ", md_name, file);
605 BIO_printf(out, "(%s)= ", file);
608 BIO_printf(out, ":");
609 BIO_printf(out, "%02x", buf[i]);
611 BIO_printf(out, "\n");