Lines Matching refs:bio_err
268 BIO_printf(bio_err, "A private key is needed for this operation\n"); in rsautl_main()
271 if (!app_passwd(bio_err, cfg.passargin, NULL, &passin, NULL)) { in rsautl_main()
272 BIO_printf(bio_err, "Error getting password\n"); in rsautl_main()
278 pkey = load_key(bio_err, cfg.keyfile, in rsautl_main()
283 pkey = load_pubkey(bio_err, cfg.keyfile, in rsautl_main()
288 x = load_cert(bio_err, cfg.keyfile, in rsautl_main()
304 BIO_printf(bio_err, "Error getting RSA key\n"); in rsautl_main()
305 ERR_print_errors(bio_err); in rsautl_main()
310 BIO_printf(bio_err, "Error Reading Input File\n"); in rsautl_main()
311 ERR_print_errors(bio_err); in rsautl_main()
319 BIO_printf(bio_err, "Error Reading Output File\n"); in rsautl_main()
320 ERR_print_errors(bio_err); in rsautl_main()
331 BIO_printf(bio_err, "Error allocating memory for input data\n"); in rsautl_main()
336 BIO_printf(bio_err, "Error allocating memory for output data\n"); in rsautl_main()
343 BIO_printf(bio_err, "Error reading input Data\n"); in rsautl_main()
379 BIO_printf(bio_err, "RSA operation error\n"); in rsautl_main()
380 ERR_print_errors(bio_err); in rsautl_main()
386 ERR_print_errors(bio_err); in rsautl_main()