Home | History | Annotate | Download | only in apps

Lines Matching full:bio_printf

155 			BIO_printf(bio_err,"unknown option %s\n",*argv);
166 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
167 BIO_printf(bio_err,"where options are\n");
168 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
169 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
170 BIO_printf(bio_err," -in arg input file\n");
171 BIO_printf(bio_err," -out arg output file\n");
172 BIO_printf(bio_err," -print_certs print any certs or crl in the input\n");
173 BIO_printf(bio_err," -text print full details of certificates\n");
174 BIO_printf(bio_err," -noout don't output encoded data\n");
176 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n");
214 BIO_printf(bio_err,"bad input format specified for pkcs7 object\n");
219 BIO_printf(bio_err,"unable to load PKCS7 object\n");
305 BIO_printf(bio_err,"bad output format specified for outfile\n");
311 BIO_printf(bio_err,"unable to write pkcs7 object\n");