Lines Matching refs:BIO_printf
168 BIO_printf(bio_err,"%s [options]\n",prog); in MAIN()
169 BIO_printf(bio_err,"where options are\n"); in MAIN()
170 BIO_printf(bio_err," -in arg input file\n"); in MAIN()
171 BIO_printf(bio_err," -out arg output file\n"); in MAIN()
172 BIO_printf(bio_err," -key arg create SPKAC using private key\n"); in MAIN()
173 BIO_printf(bio_err," -passin arg input file pass phrase source\n"); in MAIN()
174 BIO_printf(bio_err," -challenge arg challenge string\n"); in MAIN()
175 BIO_printf(bio_err," -spkac arg alternative SPKAC name\n"); in MAIN()
176 BIO_printf(bio_err," -noout don't print SPKAC\n"); in MAIN()
177 BIO_printf(bio_err," -pubkey output public key\n"); in MAIN()
178 BIO_printf(bio_err," -verify verify SPKAC signature\n"); in MAIN()
180 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n"); in MAIN()
187 BIO_printf(bio_err, "Error getting password\n"); in MAIN()
221 BIO_printf(bio_err, "Error opening output file\n"); in MAIN()
225 BIO_printf(out, "SPKAC=%s\n", spkstr); in MAIN()
237 BIO_printf(bio_err, "Error opening input file\n"); in MAIN()
246 BIO_printf(bio_err, "Error parsing config file\n"); in MAIN()
254 BIO_printf(bio_err, "Can't find SPKAC called \"%s\"\n", spkac); in MAIN()
262 BIO_printf(bio_err, "Error loading SPKAC\n"); in MAIN()
279 BIO_printf(bio_err, "Error opening output file\n"); in MAIN()
288 if (i > 0) BIO_printf(bio_err, "Signature OK\n"); in MAIN()
290 BIO_printf(bio_err, "Signature Failure\n"); in MAIN()