Lines Matching refs:bio_err

334             BIO_printf(bio_err, "unable to CreateThread (%d)", ret);
670 if (bio_err == NULL)
671 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
672 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
674 if (!load_config(bio_err, NULL))
684 BIO_printf(bio_err, "out of memory\n");
688 BIO_printf(bio_err, "out of memory\n");
723 BIO_printf(bio_err, "no EVP given\n");
731 BIO_printf(bio_err, "%s is an unknown cipher or digest\n",
746 BIO_printf(bio_err, "no engine given\n");
749 setup_engine(bio_err, *argv, 0);
763 BIO_printf(bio_err, "no multi count given\n");
768 BIO_printf(bio_err, "bad multi count\n");
1061 BIO_printf(bio_err, "Error: bad option or value\n");
1062 BIO_printf(bio_err, "\n");
1063 BIO_printf(bio_err, "Available values:\n");
1065 BIO_printf(bio_err, "md2 ");
1068 BIO_printf(bio_err, "mdc2 ");
1071 BIO_printf(bio_err, "md4 ");
1074 BIO_printf(bio_err, "md5 ");
1076 BIO_printf(bio_err, "hmac ");
1080 BIO_printf(bio_err, "sha1 ");
1083 BIO_printf(bio_err, "sha256 ");
1086 BIO_printf(bio_err, "sha512 ");
1089 BIO_printf(bio_err, "whirlpool");
1092 BIO_printf(bio_err, "rmd160");
1098 BIO_printf(bio_err, "\n");
1102 BIO_printf(bio_err, "idea-cbc ");
1105 BIO_printf(bio_err, "seed-cbc ");
1108 BIO_printf(bio_err, "rc2-cbc ");
1111 BIO_printf(bio_err, "rc5-cbc ");
1114 BIO_printf(bio_err, "bf-cbc");
1118 BIO_printf(bio_err, "\n");
1121 BIO_printf(bio_err, "des-cbc des-ede3 ");
1124 BIO_printf(bio_err, "aes-128-cbc aes-192-cbc aes-256-cbc ");
1125 BIO_printf(bio_err, "aes-128-ige aes-192-ige aes-256-ige ");
1128 BIO_printf(bio_err, "\n");
1129 BIO_printf(bio_err,
1133 BIO_printf(bio_err, "rc4");
1135 BIO_printf(bio_err, "\n");
1138 BIO_printf(bio_err, "rsa512 rsa1024 rsa2048 rsa4096\n");
1142 BIO_printf(bio_err, "dsa512 dsa1024 dsa2048\n");
1145 BIO_printf(bio_err, "ecdsap160 ecdsap192 ecdsap224 "
1147 BIO_printf(bio_err,
1149 BIO_printf(bio_err,
1151 BIO_printf(bio_err, "ecdsa\n");
1154 BIO_printf(bio_err, "ecdhp160 ecdhp192 ecdhp224 "
1156 BIO_printf(bio_err,
1158 BIO_printf(bio_err,
1160 BIO_printf(bio_err, "ecdh\n");
1164 BIO_printf(bio_err, "idea ");
1167 BIO_printf(bio_err, "seed ");
1170 BIO_printf(bio_err, "rc2 ");
1173 BIO_printf(bio_err, "des ");
1176 BIO_printf(bio_err, "aes ");
1179 BIO_printf(bio_err, "camellia ");
1182 BIO_printf(bio_err, "rsa ");
1185 BIO_printf(bio_err, "blowfish");
1191 BIO_printf(bio_err, "\n");
1194 BIO_printf(bio_err, "\n");
1195 BIO_printf(bio_err, "Available options:\n");
1197 BIO_printf(bio_err, "-elapsed "
1201 BIO_printf(bio_err,
1205 BIO_printf(bio_err, "-evp e " "use EVP e.\n");
1206 BIO_printf(bio_err,
1209 BIO_printf(bio_err,
1213 BIO_printf(bio_err,
1251 BIO_printf(bio_err,
1262 BIO_printf(bio_err, "internal error loading RSA key number %d\n",
1268 BIO_printf(bio_err,
1272 BN_print(bio_err, rsa_key[i]->e);
1273 BIO_printf(bio_err, "\n");
1326 BIO_printf(bio_err, "First we calculate the approximate speed ...\n");
2004 BIO_printf(bio_err,
2006 ERR_print_errors(bio_err);
2017 BIO_printf(bio_err, "RSA sign failure\n");
2018 ERR_print_errors(bio_err);
2024 BIO_printf(bio_err,
2035 BIO_printf(bio_err,
2037 ERR_print_errors(bio_err);
2047 BIO_printf(bio_err, "RSA verify failure\n");
2048 ERR_print_errors(bio_err);
2054 BIO_printf(bio_err,
2087 BIO_printf(bio_err,
2089 ERR_print_errors(bio_err);
2098 BIO_printf(bio_err, "DSA sign failure\n");
2099 ERR_print_errors(bio_err);
2105 BIO_printf(bio_err,
2115 BIO_printf(bio_err,
2117 ERR_print_errors(bio_err);
2126 BIO_printf(bio_err, "DSA verify failure\n");
2127 ERR_print_errors(bio_err);
2133 BIO_printf(bio_err,
2162 BIO_printf(bio_err, "ECDSA failure.\n");
2163 ERR_print_errors(bio_err);
2173 BIO_printf(bio_err,
2175 ERR_print_errors(bio_err);
2187 BIO_printf(bio_err, "ECDSA sign failure\n");
2188 ERR_print_errors(bio_err);
2195 BIO_printf(bio_err,
2206 BIO_printf(bio_err,
2208 ERR_print_errors(bio_err);
2220 BIO_printf(bio_err, "ECDSA verify failure\n");
2221 ERR_print_errors(bio_err);
2227 BIO_printf(bio_err,
2256 BIO_printf(bio_err, "ECDH failure.\n");
2257 ERR_print_errors(bio_err);
2263 BIO_printf(bio_err, "ECDH key generation failure.\n");
2264 ERR_print_errors(bio_err);
2304 BIO_printf(bio_err, "ECDH computations don't match.\n");
2305 ERR_print_errors(bio_err);
2319 BIO_printf(bio_err,
2479 ERR_print_errors(bio_err);
2516 BIO_printf(bio_err,
2519 (void)BIO_flush(bio_err);
2522 BIO_printf(bio_err,
2525 (void)BIO_flush(bio_err);
2536 BIO_printf(bio_err,
2539 (void)BIO_flush(bio_err);
2542 BIO_printf(bio_err,
2545 (void)BIO_flush(bio_err);
2554 BIO_printf(bio_err,