• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/

Lines Matching refs:bio_err

334             BIO_printf(bio_err, "unable to CreateThread (%d)", ret);
673 if (bio_err == NULL)
674 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
675 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
677 if (!load_config(bio_err, NULL))
687 BIO_printf(bio_err, "out of memory\n");
691 BIO_printf(bio_err, "out of memory\n");
726 BIO_printf(bio_err, "no EVP given\n");
734 BIO_printf(bio_err, "%s is an unknown cipher or digest\n",
749 BIO_printf(bio_err, "no engine given\n");
752 setup_engine(bio_err, *argv, 0);
766 BIO_printf(bio_err, "no multi count given\n");
771 BIO_printf(bio_err, "bad multi count\n");
1067 BIO_printf(bio_err, "Error: bad option or value\n");
1068 BIO_printf(bio_err, "\n");
1069 BIO_printf(bio_err, "Available values:\n");
1071 BIO_printf(bio_err, "md2 ");
1074 BIO_printf(bio_err, "mdc2 ");
1077 BIO_printf(bio_err, "md4 ");
1080 BIO_printf(bio_err, "md5 ");
1082 BIO_printf(bio_err, "hmac ");
1086 BIO_printf(bio_err, "sha1 ");
1089 BIO_printf(bio_err, "sha256 ");
1092 BIO_printf(bio_err, "sha512 ");
1095 BIO_printf(bio_err, "whirlpool");
1098 BIO_printf(bio_err, "rmd160");
1104 BIO_printf(bio_err, "\n");
1108 BIO_printf(bio_err, "idea-cbc ");
1111 BIO_printf(bio_err, "seed-cbc ");
1114 BIO_printf(bio_err, "rc2-cbc ");
1117 BIO_printf(bio_err, "rc5-cbc ");
1120 BIO_printf(bio_err, "bf-cbc");
1124 BIO_printf(bio_err, "\n");
1127 BIO_printf(bio_err, "des-cbc des-ede3 ");
1130 BIO_printf(bio_err, "aes-128-cbc aes-192-cbc aes-256-cbc ");
1131 BIO_printf(bio_err, "aes-128-ige aes-192-ige aes-256-ige ");
1134 BIO_printf(bio_err, "\n");
1135 BIO_printf(bio_err,
1139 BIO_printf(bio_err, "rc4");
1141 BIO_printf(bio_err, "\n");
1144 BIO_printf(bio_err, "rsa512 rsa1024 rsa2048 rsa4096\n");
1148 BIO_printf(bio_err, "dsa512 dsa1024 dsa2048\n");
1151 BIO_printf(bio_err, "ecdsap160 ecdsap192 ecdsap224 "
1153 BIO_printf(bio_err,
1155 BIO_printf(bio_err,
1157 BIO_printf(bio_err, "ecdsa\n");
1160 BIO_printf(bio_err, "ecdhp160 ecdhp192 ecdhp224 "
1162 BIO_printf(bio_err,
1164 BIO_printf(bio_err,
1166 BIO_printf(bio_err, "ecdh\n");
1170 BIO_printf(bio_err, "idea ");
1173 BIO_printf(bio_err, "seed ");
1176 BIO_printf(bio_err, "rc2 ");
1179 BIO_printf(bio_err, "des ");
1182 BIO_printf(bio_err, "aes ");
1185 BIO_printf(bio_err, "camellia ");
1188 BIO_printf(bio_err, "rsa ");
1191 BIO_printf(bio_err, "blowfish");
1197 BIO_printf(bio_err, "\n");
1200 BIO_printf(bio_err, "\n");
1201 BIO_printf(bio_err, "Available options:\n");
1203 BIO_printf(bio_err, "-elapsed "
1207 BIO_printf(bio_err,
1211 BIO_printf(bio_err, "-evp e " "use EVP e.\n");
1212 BIO_printf(bio_err,
1215 BIO_printf(bio_err,
1219 BIO_printf(bio_err,
1257 BIO_printf(bio_err,
1268 BIO_printf(bio_err, "internal error loading RSA key number %d\n",
1274 BIO_printf(bio_err,
1278 BN_print(bio_err, rsa_key[i]->e);
1279 BIO_printf(bio_err, "\n");
1332 BIO_printf(bio_err, "First we calculate the approximate speed ...\n");
2024 BIO_printf(bio_err,
2026 ERR_print_errors(bio_err);
2037 BIO_printf(bio_err, "RSA sign failure\n");
2038 ERR_print_errors(bio_err);
2044 BIO_printf(bio_err,
2055 BIO_printf(bio_err,
2057 ERR_print_errors(bio_err);
2067 BIO_printf(bio_err, "RSA verify failure\n");
2068 ERR_print_errors(bio_err);
2074 BIO_printf(bio_err,
2107 BIO_printf(bio_err,
2109 ERR_print_errors(bio_err);
2118 BIO_printf(bio_err, "DSA sign failure\n");
2119 ERR_print_errors(bio_err);
2125 BIO_printf(bio_err,
2135 BIO_printf(bio_err,
2137 ERR_print_errors(bio_err);
2146 BIO_printf(bio_err, "DSA verify failure\n");
2147 ERR_print_errors(bio_err);
2153 BIO_printf(bio_err,
2182 BIO_printf(bio_err, "ECDSA failure.\n");
2183 ERR_print_errors(bio_err);
2193 BIO_printf(bio_err,
2195 ERR_print_errors(bio_err);
2207 BIO_printf(bio_err, "ECDSA sign failure\n");
2208 ERR_print_errors(bio_err);
2215 BIO_printf(bio_err,
2226 BIO_printf(bio_err,
2228 ERR_print_errors(bio_err);
2240 BIO_printf(bio_err, "ECDSA verify failure\n");
2241 ERR_print_errors(bio_err);
2247 BIO_printf(bio_err,
2276 BIO_printf(bio_err, "ECDH failure.\n");
2277 ERR_print_errors(bio_err);
2283 BIO_printf(bio_err, "ECDH key generation failure.\n");
2284 ERR_print_errors(bio_err);
2324 BIO_printf(bio_err, "ECDH computations don't match.\n");
2325 ERR_print_errors(bio_err);
2339 BIO_printf(bio_err,
2499 ERR_print_errors(bio_err);
2536 BIO_printf(bio_err,
2539 (void)BIO_flush(bio_err);
2542 BIO_printf(bio_err,
2545 (void)BIO_flush(bio_err);
2556 BIO_printf(bio_err,
2559 (void)BIO_flush(bio_err);
2562 BIO_printf(bio_err,
2565 (void)BIO_flush(bio_err);
2574 BIO_printf(bio_err,
2779 BIO_printf(bio_err,"Out of memory\n");
2835 BIO_printf(bio_err,