Lines Matching refs:BIO
155 load_netscape_key(BIO *err, BIO *key, const char *file,
432 int dump_cert_text (BIO *out, X509 *x)
603 static char *app_get_pass(BIO *err, char *arg, int keepbio);
605 int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2)
621 static char *app_get_pass(BIO *err, char *arg, int keepbio)
624 static BIO *pwdbio = NULL;
643 BIO *btmp;
650 /* Can't do BIO_gets on an fd BIO so add a buffering BIO */
656 BIO_printf(err, "Can't open BIO for stdin\n");
670 BIO_printf(err, "Error reading password from BIO\n");
678 int add_oid_section(BIO *err, CONF *conf)
704 static int load_pkcs12(BIO *err, BIO *in, const char *desc,
749 X509 *load_cert(BIO *err, const char *file, int format,
755 BIO *cert;
850 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
853 BIO *key=NULL;
927 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
930 BIO *key=NULL;
999 load_netscape_key(BIO *err, BIO *key, const char *file,
1043 STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
1046 BIO *certs;
1285 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags)
1308 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath)
1340 static ENGINE *try_load_engine(BIO *err, const char *engine, int debug)
1355 ENGINE *setup_engine(BIO *err, const char *engine, int debug)
1397 int load_config(BIO *err, CONF *cnf)
1470 BIO *in=NULL;
1528 BIO *out = NULL;
1689 BIO *in = BIO_new(BIO_s_file());
1794 BIO *out = BIO_new(BIO_s_file());
2203 int *badarg, BIO *err, X509_VERIFY_PARAM **pm)
2302 static void nodes_print(BIO *out, const char *name,
2321 void policies_print(BIO *out, X509_STORE_CTX *ctx)
2372 static void jpake_send_part(BIO *conn, const JPAKE_STEP_PART *p)
2382 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2394 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2405 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2416 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2427 static void readbn(BIGNUM **bn, BIO *bconn)
2439 static void jpake_receive_part(JPAKE_STEP_PART *p, BIO *bconn)
2446 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2461 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2475 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2491 static void jpake_receive_step3b(JPAKE_CTX *ctx, BIO *bconn)
2507 void jpake_client_auth(BIO *out, BIO *conn, const char *secret)
2510 BIO *bconn;
2539 void jpake_server_auth(BIO *out, BIO *conn, const char *secret)
2542 BIO *bconn;