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");
263 BIO_printf(bio_err, "No signature to verify: use the -signature option\n");
269 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
270 BIO_printf(bio_err,"options are\n");
271 BIO_printf(bio_err,"-c to output the digest with separating colons\n");
272 BIO_printf(bio_err,"-r to output the digest in coreutils format\n");
273 BIO_printf(bio_err,"-d to output debug info\n");
274 BIO_printf(bio_err,"-hex output as hex dump\n");
275 BIO_printf(bio_err,"-binary output in binary form\n");
276 BIO_printf(bio_err,"-sign file sign digest using private key in file\n");
277 BIO_printf(bio_err,"-verify file verify a signature using public key in file\n");
278 BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n");
279 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
280 BIO_printf(bio_err,"-out filename output to filename rather than stdout\n");
281 BIO_printf(bio_err,"-signature file signature to verify\n");
282 BIO_printf(bio_err,"-sigopt nm:v signature parameter\n");
283 BIO_printf(bio_err,"-hmac key create hashed MAC with key\n");
284 BIO_printf(bio_err,"-mac algorithm create MAC (not neccessarily HMAC)\n");
285 BIO_printf(bio_err,"-macopt nm:v MAC algorithm parameters or key\n");
287 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
305 BIO_printf(bio_err, "Error getting password\n");
340 BIO_printf(bio_err, "Error opening output file %s\n",
347 BIO_printf(bio_err, "MAC and Signing key cannot both be specified\n");
381 BIO_printf(bio_err,
425 BIO_printf(bio_err, "Error getting context\n");
435 BIO_printf(bio_err, "Error setting context\n");
447 BIO_printf(bio_err,
463 BIO_printf(bio_err, "Error setting digest %s\n", pname);
475 BIO_printf(bio_err, "Error opening signature file %s\n",
483 BIO_printf(bio_err, "Error reading signature file %s\n",
571 BIO_printf(bio_err, "Read Error in %s\n",file);
583 BIO_printf(out, "Verified OK\n");
586 BIO_printf(out, "Verification Failure\n");
591 BIO_printf(bio_err, "Error Verifying Data\n");
604 BIO_printf(bio_err, "Error Signing Data\n");
623 BIO_printf(out, "%02x",buf[i]);
624 BIO_printf(out, " *%s\n", file);
629 BIO_printf(out, "%s-%s(%s)= ", sig_name, md_name, file);
631 BIO_printf(out, "%s(%s)= ", md_name, file);
633 BIO_printf(out, "(%s)= ", file);
637 BIO_printf(out, ":");
638 BIO_printf(out, "%02x",buf[i]);
640 BIO_printf(out, "\n");