• 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

118 		BIO_printf(bio_err,"Memory allocation failure\n");
186 BIO_printf(bio_err,"unknown option %s\n",*argv);
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
198 BIO_printf(bio_err,"where options are\n");
199 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
200 BIO_printf(bio_err," -in arg input file\n");
201 BIO_printf(bio_err," -out arg output file (output format is always DER\n");
202 BIO_printf(bio_err," -noout arg don't produce any output\n");
203 BIO_printf(bio_err," -offset arg offset into file\n");
204 BIO_printf(bio_err," -length arg length of section in file\n");
205 BIO_printf(bio_err," -i indent entries\n");
206 BIO_printf(bio_err," -dump dump unknown data in hex form\n");
207 BIO_printf(bio_err," -dlimit arg dump the first arg bytes of unknown data in hex form\n");
208 BIO_printf(bio_err," -oid file file of extra oid definitions\n");
209 BIO_printf(bio_err," -strparse offset\n");
210 BIO_printf(bio_err," a series of these can be used to 'dig' into multiple\n");
211 BIO_printf(bio_err," ASN1 blob wrappings\n");
212 BIO_printf(bio_err," -genstr str string to generate ASN1 structure from\n");
213 BIO_printf(bio_err," -genconf file file to generate ASN1 structure from\n");
238 BIO_printf(bio_err,"problems opening %s\n",oidfile);
258 BIO_printf(bio_err,"problems opening %s\n",derfile);
316 BIO_printf(bio_err,"'%s' is an invalid number\n",sk_value(osk,i));
327 BIO_printf(bio_err,"Error parsing structure\n");
335 BIO_printf(bio_err, "Can't parse %s type\n",
350 BIO_printf(bio_err, "Error: offset too large\n");
359 BIO_printf(bio_err, "Error writing output\n");
404 BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf);
433 BIO_printf(bio, "Error on line %ld of config file '%s'\n",
436 BIO_printf(bio, "Error loading config file '%s'\n", genconf);