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

Lines Matching refs:BIO_printf

114 		BIO_printf(bio_err,"out of memory\n");
211 BIO_printf(bio_err, "No signature to verify: use the -signature option\n");
218 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
219 BIO_printf(bio_err,"options are\n");
220 BIO_printf(bio_err,"-c to output the digest with separating colons\n");
221 BIO_printf(bio_err,"-d to output debug info\n");
222 BIO_printf(bio_err,"-hex output as hex dump\n");
223 BIO_printf(bio_err,"-binary output in binary form\n");
224 BIO_printf(bio_err,"-sign file sign digest using private key in file\n");
225 BIO_printf(bio_err,"-verify file verify a signature using public key in file\n");
226 BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n");
227 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
228 BIO_printf(bio_err,"-signature file signature to verify\n");
229 BIO_printf(bio_err,"-binary output in binary form\n");
231 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
234 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm (default)\n",
236 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
238 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
241 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
243 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
246 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
250 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
254 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
256 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm\n",
277 BIO_printf(bio_err, "Error getting password\n");
310 BIO_printf(bio_err, "Error opening output file %s\n",
338 BIO_printf(bio_err, "Error opening signature file %s\n",
346 BIO_printf(bio_err, "Error reading signature file %s\n",
358 BIO_printf(bio_err, "Error setting digest %s\n", pname);
444 BIO_printf(bio_err, "Read Error in %s\n",file);
456 BIO_printf(out, "Verified OK\n");
459 BIO_printf(out, "Verification Failure\n");
464 BIO_printf(bio_err, "Error Verifying Data\n");
476 BIO_printf(bio_err, "Error Signing Data\n");
496 BIO_printf(out, ":");
497 BIO_printf(out, "%02x",buf[i]);
499 BIO_printf(out, "\n");