Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

98 	BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n",
136 BIO_printf(bio_err,"out of memory\n");
258 BIO_printf(bio_err, "No signature to verify: use the -signature option\n");
264 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
265 BIO_printf(bio_err,"options are\n");
266 BIO_printf(bio_err,"-c to output the digest with separating colons\n");
267 BIO_printf(bio_err,"-r to output the digest in coreutils format\n");
268 BIO_printf(bio_err,"-d to output debug info\n");
269 BIO_printf(bio_err,"-hex output as hex dump\n");
270 BIO_printf(bio_err,"-binary output in binary form\n");
271 BIO_printf(bio_err,"-sign file sign digest using private key in file\n");
272 BIO_printf(bio_err,"-verify file verify a signature using public key in file\n");
273 BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n");
274 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
275 BIO_printf(bio_err,"-out filename output to filename rather than stdout\n");
276 BIO_printf(bio_err,"-signature file signature to verify\n");
277 BIO_printf(bio_err,"-sigopt nm:v signature parameter\n");
278 BIO_printf(bio_err,"-hmac key create hashed MAC with key\n");
279 BIO_printf(bio_err,"-mac algorithm create MAC (not neccessarily HMAC)\n");
280 BIO_printf(bio_err,"-macopt nm:v MAC algorithm parameters or key\n");
282 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
300 BIO_printf(bio_err, "Error getting password\n");
335 BIO_printf(bio_err, "Error opening output file %s\n",
342 BIO_printf(bio_err, "MAC and Signing key cannot both be specified\n");
376 BIO_printf(bio_err,
413 BIO_printf(bio_err, "Error getting context\n");
423 BIO_printf(bio_err, "Error setting context\n");
435 BIO_printf(bio_err,
451 BIO_printf(bio_err, "Error setting digest %s\n", pname);
463 BIO_printf(bio_err, "Error opening signature file %s\n",
471 BIO_printf(bio_err, "Error reading signature file %s\n",
559 BIO_printf(bio_err, "Read Error in %s\n",file);
571 BIO_printf(out, "Verified OK\n");
574 BIO_printf(out, "Verification Failure\n");
579 BIO_printf(bio_err, "Error Verifying Data\n");
592 BIO_printf(bio_err, "Error Signing Data\n");
611 BIO_printf(out, "%02x",buf[i]);
612 BIO_printf(out, " *%s\n", file);
617 BIO_printf(out, "%s-%s(%s)= ", sig_name, md_name, file);
619 BIO_printf(out, "%s(%s)= ", md_name, file);
621 BIO_printf(out, "(%s)= ", file);
625 BIO_printf(out, ":");
626 BIO_printf(out, "%02x",buf[i]);
628 BIO_printf(out, "\n");