Home | History | Annotate | Download | only in apps

Lines Matching refs:BIO

117 #include <openssl/bio.h>
130 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn);
131 int app_RAND_write_file(const char *file, BIO *bio_e);
151 BIO *bio_err=NULL;
155 extern BIO *bio_err;
164 extern BIO *bio_err;
268 int dump_cert_text(BIO *out, X509 *x);
269 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
275 int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);
276 int add_oid_section(BIO *err, CONF *conf);
277 X509 *load_cert(BIO *err, const char *file, int format,
279 EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
281 EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
283 STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
285 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
287 ENGINE *setup_engine(BIO *err, const char *engine, int debug);
291 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
296 int load_config(BIO *err, CONF *cnf);
339 int *badarg, BIO *err, X509_VERIFY_PARAM **pm);
340 void policies_print(BIO *out, X509_STORE_CTX *ctx);
342 void jpake_client_auth(BIO *out, BIO *conn, const char *secret);
343 void jpake_server_auth(BIO *out, BIO *conn, const char *secret);