crypto/libressl/apps/openssl/apps.c
1045
print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags)
crypto/libressl/apps/openssl/apps.c
1071
setup_verify(BIO *bp, char *CAfile, char *CApath)
crypto/libressl/apps/openssl/apps.c
1109
load_config(BIO *err, CONF *cnf)
crypto/libressl/apps/openssl/apps.c
1191
BIO *in = NULL;
crypto/libressl/apps/openssl/apps.c
1243
BIO *out = NULL;
crypto/libressl/apps/openssl/apps.c
1360
BIO *in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/apps.c
1445
BIO *out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/apps.c
1759
args_verify(char ***pargs, int *pargc, int *badarg, BIO *err,
crypto/libressl/apps/openssl/apps.c
1900
bio_to_mem(unsigned char **out, int maxlen, BIO *in)
crypto/libressl/apps/openssl/apps.c
1902
BIO *mem;
crypto/libressl/apps/openssl/apps.c
1955
nodes_print(BIO *out, const char *name, STACK_OF(X509_POLICY_NODE) *nodes)
crypto/libressl/apps/openssl/apps.c
1972
policies_print(BIO *out, X509_STORE_CTX *ctx)
crypto/libressl/apps/openssl/apps.c
2267
pkey_check(BIO *out, EVP_PKEY *pkey, int (check_fn)(EVP_PKEY_CTX *),
crypto/libressl/apps/openssl/apps.c
272
dump_cert_text(BIO *out, X509 *x)
crypto/libressl/apps/openssl/apps.c
411
static char *app_get_pass(BIO *err, char *arg, int keepbio);
crypto/libressl/apps/openssl/apps.c
414
app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2)
crypto/libressl/apps/openssl/apps.c
438
app_get_pass(BIO *err, char *arg, int keepbio)
crypto/libressl/apps/openssl/apps.c
441
static BIO *pwdbio = NULL;
crypto/libressl/apps/openssl/apps.c
465
BIO *btmp;
crypto/libressl/apps/openssl/apps.c
514
add_oid_section(BIO *err, CONF *conf)
crypto/libressl/apps/openssl/apps.c
541
load_pkcs12(BIO *err, BIO *in, const char *desc, pem_password_cb *pem_cb,
crypto/libressl/apps/openssl/apps.c
583
load_cert(BIO *err, const char *file, int format, const char *pass,
crypto/libressl/apps/openssl/apps.c
587
BIO *cert;
crypto/libressl/apps/openssl/apps.c
629
load_key(BIO *err, const char *file, int format, int maybe_stdin,
crypto/libressl/apps/openssl/apps.c
632
BIO *key = NULL;
crypto/libressl/apps/openssl/apps.c
688
load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
crypto/libressl/apps/openssl/apps.c
691
BIO *key = NULL;
crypto/libressl/apps/openssl/apps.c
759
load_certs_crls(BIO *err, const char *file, int format, const char *pass,
crypto/libressl/apps/openssl/apps.c
764
BIO *bio;
crypto/libressl/apps/openssl/apps.c
842
load_certs(BIO *err, const char *file, int format, const char *pass,
crypto/libressl/apps/openssl/apps.c
853
load_crls(BIO *err, const char *file, int format, const char *pass,
crypto/libressl/apps/openssl/apps.h
140
extern BIO *bio_err;
crypto/libressl/apps/openssl/apps.h
170
int dump_cert_text(BIO *out, X509 *x);
crypto/libressl/apps/openssl/apps.h
171
void print_name(BIO *out, const char *title, X509_NAME *nm,
crypto/libressl/apps/openssl/apps.h
178
int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);
crypto/libressl/apps/openssl/apps.h
179
int add_oid_section(BIO *err, CONF *conf);
crypto/libressl/apps/openssl/apps.h
180
X509 *load_cert(BIO *err, const char *file, int format,
crypto/libressl/apps/openssl/apps.h
182
EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
crypto/libressl/apps/openssl/apps.h
184
EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
crypto/libressl/apps/openssl/apps.h
186
STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
crypto/libressl/apps/openssl/apps.h
188
STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format,
crypto/libressl/apps/openssl/apps.h
190
X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
crypto/libressl/apps/openssl/apps.h
193
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/apps.h
198
int load_config(BIO *err, CONF *cnf);
crypto/libressl/apps/openssl/apps.h
244
int args_verify(char ***pargs, int *pargc, int *badarg, BIO *err,
crypto/libressl/apps/openssl/apps.h
246
void policies_print(BIO *out, X509_STORE_CTX *ctx);
crypto/libressl/apps/openssl/apps.h
247
int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
crypto/libressl/apps/openssl/apps.h
249
int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx, const char *algname,
crypto/libressl/apps/openssl/apps.h
251
int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
crypto/libressl/apps/openssl/apps.h
253
int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
crypto/libressl/apps/openssl/apps.h
255
int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
crypto/libressl/apps/openssl/apps.h
335
int pkey_check(BIO *out, EVP_PKEY *pkey, int (check_fn)(EVP_PKEY_CTX *),
crypto/libressl/apps/openssl/asn1pars.c
235
static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
crypto/libressl/apps/openssl/asn1pars.c
242
BIO *in = NULL, *out = NULL, *b64 = NULL, *derout = NULL;
crypto/libressl/apps/openssl/asn1pars.c
319
BIO *tmp;
crypto/libressl/apps/openssl/asn1pars.c
427
do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
crypto/libressl/apps/openssl/ca.c
144
static int write_new_certificate(BIO *bp, X509 *x, int output_der,
crypto/libressl/apps/openssl/ca.c
160
int old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str);
crypto/libressl/apps/openssl/ca.c
1608
BIO *in = NULL;
crypto/libressl/apps/openssl/ca.c
2296
write_new_certificate(BIO *bp, X509 *x, int output_der, int notext)
crypto/libressl/apps/openssl/ca.c
2874
old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str)
crypto/libressl/apps/openssl/ca.c
671
BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL;
crypto/libressl/apps/openssl/ca.c
750
BIO *oid_bio;
crypto/libressl/apps/openssl/certhash.c
300
certhash_cert(BIO *bio, const char *filename)
crypto/libressl/apps/openssl/certhash.c
329
certhash_crl(BIO *bio, const char *filename)
crypto/libressl/apps/openssl/certhash.c
517
BIO *bio = NULL;
crypto/libressl/apps/openssl/cms.c
1162
BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL;
crypto/libressl/apps/openssl/cms.c
1796
BIO *tmp;
crypto/libressl/apps/openssl/cms.c
1830
gnames_stack_print(BIO *out, STACK_OF(GENERAL_NAMES) *gns)
crypto/libressl/apps/openssl/cms.c
1849
receipt_request_print(BIO *out, CMS_ContentInfo *cms)
crypto/libressl/apps/openssl/cms.c
73
static void receipt_request_print(BIO *out, CMS_ContentInfo *cms);
crypto/libressl/apps/openssl/crl.c
216
static BIO *bio_out = NULL;
crypto/libressl/apps/openssl/crl.c
224
BIO *out = NULL;
crypto/libressl/apps/openssl/crl.c
451
BIO *in = NULL;
crypto/libressl/apps/openssl/crl2p7.c
163
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/crl2p7.c
296
BIO *in = NULL;
crypto/libressl/apps/openssl/dgst.c
331
BIO *in = NULL, *inp;
crypto/libressl/apps/openssl/dgst.c
332
BIO *bmd = NULL;
crypto/libressl/apps/openssl/dgst.c
333
BIO *out = NULL;
crypto/libressl/apps/openssl/dgst.c
520
BIO *sigbio;
crypto/libressl/apps/openssl/dgst.c
601
do_fp(BIO * out, unsigned char *buf, BIO * bp, int sep, int binout,
crypto/libressl/apps/openssl/dgst.c
604
const char *file, BIO * bmd)
crypto/libressl/apps/openssl/dgst.c
76
do_fp(BIO * out, unsigned char *buf, BIO * bp, int sep, int binout,
crypto/libressl/apps/openssl/dgst.c
79
const char *file, BIO * bmd);
crypto/libressl/apps/openssl/dh.c
158
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/dhparam.c
239
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/dsa.c
236
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/dsaparam.c
166
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/ec.c
267
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/ecparam.c
259
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/ecparam.c
586
ecparam_print_var(BIO * out, BIGNUM * in, const char *var,
crypto/libressl/apps/openssl/ecparam.c
90
static int ecparam_print_var(BIO *, BIGNUM *, const char *, int,
crypto/libressl/apps/openssl/enc.c
337
BIO *bzl = NULL;
crypto/libressl/apps/openssl/enc.c
341
BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL;
crypto/libressl/apps/openssl/enc.c
342
BIO *rbio = NULL, *wbio = NULL;
crypto/libressl/apps/openssl/errstr.c
116
BIO *out;
crypto/libressl/apps/openssl/gendh.c
134
BIO *out = NULL;
crypto/libressl/apps/openssl/gendsa.c
230
BIO *out = NULL, *in = NULL;
crypto/libressl/apps/openssl/genpkey.c
221
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/genpkey.c
320
init_keygen_file(BIO * err, EVP_PKEY_CTX ** pctx, const char *file)
crypto/libressl/apps/openssl/genpkey.c
322
BIO *pbio;
crypto/libressl/apps/openssl/genpkey.c
360
init_gen_str(BIO * err, EVP_PKEY_CTX ** pctx, const char *algname, int do_param)
crypto/libressl/apps/openssl/genpkey.c
406
BIO *b = EVP_PKEY_CTX_get_app_data(ctx);
crypto/libressl/apps/openssl/genpkey.c
68
static int init_keygen_file(BIO * err, EVP_PKEY_CTX **pctx, const char *file);
crypto/libressl/apps/openssl/genrsa.c
278
BIO *out = NULL;
crypto/libressl/apps/openssl/nseq.c
107
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/ocsp.c
1137
print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
1321
static BIO *
crypto/libressl/apps/openssl/ocsp.c
1324
BIO *acbio = NULL, *bufbio = NULL;
crypto/libressl/apps/openssl/ocsp.c
1350
do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port)
crypto/libressl/apps/openssl/ocsp.c
1355
BIO *cbio = NULL;
crypto/libressl/apps/openssl/ocsp.c
1396
send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
crypto/libressl/apps/openssl/ocsp.c
1411
query_responder(BIO *err, BIO *cbio, char *path, STACK_OF(CONF_VALUE) *headers,
crypto/libressl/apps/openssl/ocsp.c
1500
process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path,
crypto/libressl/apps/openssl/ocsp.c
1503
BIO *cbio = NULL;
crypto/libressl/apps/openssl/ocsp.c
1515
BIO *sbio;
crypto/libressl/apps/openssl/ocsp.c
742
BIO *acbio = NULL, *cbio = NULL;
crypto/libressl/apps/openssl/ocsp.c
743
BIO *derbio = NULL;
crypto/libressl/apps/openssl/ocsp.c
744
BIO *out = NULL;
crypto/libressl/apps/openssl/ocsp.c
86
static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
crypto/libressl/apps/openssl/ocsp.c
95
static BIO *init_responder(char *port);
crypto/libressl/apps/openssl/ocsp.c
96
static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
crypto/libressl/apps/openssl/ocsp.c
98
static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
crypto/libressl/apps/openssl/ocsp.c
99
static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
crypto/libressl/apps/openssl/openssl.c
352
static void list_pkey(BIO * out);
crypto/libressl/apps/openssl/openssl.c
353
static void list_cipher(BIO * out);
crypto/libressl/apps/openssl/openssl.c
354
static void list_md(BIO * out);
crypto/libressl/apps/openssl/openssl.c
358
BIO *bio_err = NULL;
crypto/libressl/apps/openssl/openssl.c
581
BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
crypto/libressl/apps/openssl/openssl.c
603
BIO *bio_stdout;
crypto/libressl/apps/openssl/openssl.c
690
list_pkey(BIO * out)
crypto/libressl/apps/openssl/openssl.c
736
list_cipher(BIO * out)
crypto/libressl/apps/openssl/openssl.c
756
list_md(BIO * out)
crypto/libressl/apps/openssl/passwd.c
141
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/passwd.c
40
char *passwd, BIO * out, int quiet, int table, int reverse,
crypto/libressl/apps/openssl/passwd.c
440
char *passwd, BIO * out, int quiet, int table, int reverse,
crypto/libressl/apps/openssl/pkcs12.c
1013
alg_print(BIO *x, const X509_ALGOR *alg)
crypto/libressl/apps/openssl/pkcs12.c
1031
print_attribute(BIO *out, const ASN1_TYPE *av)
crypto/libressl/apps/openssl/pkcs12.c
1064
print_attribs(BIO *out, const STACK_OF(X509_ATTRIBUTE) *attrlst,
crypto/libressl/apps/openssl/pkcs12.c
1105
hex_prin(BIO *out, unsigned char *buf, int len)
crypto/libressl/apps/openssl/pkcs12.c
1114
set_pbe(BIO *err, int *ppbe, const char *str)
crypto/libressl/apps/openssl/pkcs12.c
532
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/pkcs12.c
82
static int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen,
crypto/libressl/apps/openssl/pkcs12.c
827
dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options,
crypto/libressl/apps/openssl/pkcs12.c
84
static int dump_certs_pkeys_bags(BIO *out, const STACK_OF(PKCS12_SAFEBAG) *bags,
crypto/libressl/apps/openssl/pkcs12.c
86
static int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass,
crypto/libressl/apps/openssl/pkcs12.c
872
dump_certs_pkeys_bags(BIO *out, const STACK_OF(PKCS12_SAFEBAG) *bags,
crypto/libressl/apps/openssl/pkcs12.c
88
static int print_attribs(BIO *out, const STACK_OF(X509_ATTRIBUTE) *attrlst,
crypto/libressl/apps/openssl/pkcs12.c
888
dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen,
crypto/libressl/apps/openssl/pkcs12.c
90
static void hex_prin(BIO *out, unsigned char *buf, int len);
crypto/libressl/apps/openssl/pkcs12.c
91
static int alg_print(BIO *x, const X509_ALGOR *alg);
crypto/libressl/apps/openssl/pkcs12.c
92
static int set_pbe(BIO *err, int *ppbe, const char *str);
crypto/libressl/apps/openssl/pkcs7.c
153
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/pkcs8.c
199
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/pkey.c
219
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/pkeyparam.c
124
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/pkeyutl.c
258
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/pkeyutl.c
322
BIO *sigbio = BIO_new_file(pkeyutl_config.sigfile, "rb");
crypto/libressl/apps/openssl/prime.c
117
BIO *bio_out;
crypto/libressl/apps/openssl/rand.c
110
BIO *out = NULL;
crypto/libressl/apps/openssl/rand.c
151
BIO *b64 = BIO_new(BIO_f_base64());
crypto/libressl/apps/openssl/req.c
123
static EVP_PKEY_CTX *set_keygen_ctx(BIO * err, const char *gstr, int *pkey_type,
crypto/libressl/apps/openssl/req.c
134
BIO *addext_bio;
crypto/libressl/apps/openssl/req.c
1587
set_keygen_ctx(BIO * err, const char *gstr, int *pkey_type,
crypto/libressl/apps/openssl/req.c
1593
BIO *pbio = NULL;
crypto/libressl/apps/openssl/req.c
1720
BIO *b = EVP_PKEY_CTX_get_app_data(ctx);
crypto/libressl/apps/openssl/req.c
1737
do_sign_init(BIO * err, EVP_MD_CTX * ctx, EVP_PKEY * pkey,
crypto/libressl/apps/openssl/req.c
1757
do_X509_sign(BIO * err, X509 * x, EVP_PKEY * pkey, const EVP_MD * md,
crypto/libressl/apps/openssl/req.c
1777
do_X509_REQ_sign(BIO * err, X509_REQ * x, EVP_PKEY * pkey, const EVP_MD * md,
crypto/libressl/apps/openssl/req.c
1798
do_X509_CRL_sign(BIO * err, X509_CRL * x, EVP_PKEY * pkey, const EVP_MD * md,
crypto/libressl/apps/openssl/req.c
561
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/req.c
640
BIO *oid_bio;
crypto/libressl/apps/openssl/rsa.c
255
BIO *out = NULL;
crypto/libressl/apps/openssl/rsautl.c
236
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/s_apps.h
131
int ssl_print_tmp_key(BIO *out, SSL *s);
crypto/libressl/apps/openssl/s_apps.h
137
long bio_dump_callback(BIO *bio, int cmd, const char *argp, int argi,
crypto/libressl/apps/openssl/s_cb.c
262
ssl_print_tmp_key(BIO *out, SSL *s)
crypto/libressl/apps/openssl/s_cb.c
304
bio_dump_callback(BIO * bio, int cmd, const char *argp,
crypto/libressl/apps/openssl/s_cb.c
307
BIO *out;
crypto/libressl/apps/openssl/s_cb.c
309
out = (BIO *) BIO_get_callback_arg(bio);
crypto/libressl/apps/openssl/s_cb.c
365
BIO *bio = arg;
crypto/libressl/apps/openssl/s_cb.c
659
BIO *bio = arg;
crypto/libressl/apps/openssl/s_client.c
1085
BIO *stmp = BIO_new_file(s_client_config.sess_in, "r");
crypto/libressl/apps/openssl/s_client.c
1183
BIO *test;
crypto/libressl/apps/openssl/s_client.c
1233
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/s_client.c
1270
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/s_client.c
1293
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/s_client.c
1359
BIO *stmp = BIO_new_file(
crypto/libressl/apps/openssl/s_client.c
1668
print_stuff(BIO *bio, SSL *s, int full)
crypto/libressl/apps/openssl/s_client.c
174
static void print_stuff(BIO *berr, SSL *con, int full);
crypto/libressl/apps/openssl/s_client.c
190
BIO *biodebug;
crypto/libressl/apps/openssl/s_client.c
918
BIO *bio_c_out = NULL;
crypto/libressl/apps/openssl/s_client.c
919
BIO *sbio;
crypto/libressl/apps/openssl/s_server.c
1504
print_stats(BIO *bio, SSL_CTX *ssl_ctx)
crypto/libressl/apps/openssl/s_server.c
1541
BIO *sbio;
crypto/libressl/apps/openssl/s_server.c
1600
BIO *test;
crypto/libressl/apps/openssl/s_server.c
182
static void print_stats(BIO *bp, SSL_CTX *ctx);
crypto/libressl/apps/openssl/s_server.c
1947
BIO *bio;
crypto/libressl/apps/openssl/s_server.c
1966
BIO *io, *ssl_bio, *sbio;
crypto/libressl/apps/openssl/s_server.c
1999
BIO *test;
crypto/libressl/apps/openssl/s_server.c
208
static BIO *bio_s_out = NULL;
crypto/libressl/apps/openssl/s_server.c
2125
BIO *file;
crypto/libressl/apps/openssl/s_server.c
216
BIO *biodebug;
crypto/libressl/apps/openssl/s_server.c
226
BIO *err;
crypto/libressl/apps/openssl/s_server.c
2332
BIO *err = srctx->err;
crypto/libressl/apps/openssl/s_time.c
347
BIO *conn;
crypto/libressl/apps/openssl/sess_id.c
159
BIO *out = NULL;
crypto/libressl/apps/openssl/sess_id.c
263
BIO *in = NULL;
crypto/libressl/apps/openssl/smime.c
1095
BIO *tmp;
crypto/libressl/apps/openssl/smime.c
721
BIO *in = NULL, *out = NULL, *indata = NULL;
crypto/libressl/apps/openssl/spkac.c
177
BIO *in = NULL, *out = NULL;
crypto/libressl/apps/openssl/ts.c
1001
BIO *in = NULL;
crypto/libressl/apps/openssl/ts.c
1045
BIO *out = NULL;
crypto/libressl/apps/openssl/ts.c
1070
BIO *in_bio = NULL;
crypto/libressl/apps/openssl/ts.c
1119
BIO *input = NULL;
crypto/libressl/apps/openssl/ts.c
1130
BIO *data_bio;
crypto/libressl/apps/openssl/ts.c
512
BIO *oid_bio = BIO_new_file(p, "r");
crypto/libressl/apps/openssl/ts.c
538
BIO *in_bio = NULL;
crypto/libressl/apps/openssl/ts.c
539
BIO *data_bio = NULL;
crypto/libressl/apps/openssl/ts.c
540
BIO *out_bio = NULL;
crypto/libressl/apps/openssl/ts.c
587
static BIO *
crypto/libressl/apps/openssl/ts.c
595
create_query(BIO *data_bio, char *digest, const EVP_MD *md, const char *policy,
crypto/libressl/apps/openssl/ts.c
677
create_digest(BIO *input, char *digest, const EVP_MD *md,
crypto/libressl/apps/openssl/ts.c
778
BIO *in_bio = NULL;
crypto/libressl/apps/openssl/ts.c
779
BIO *query_bio = NULL;
crypto/libressl/apps/openssl/ts.c
780
BIO *inkey_bio = NULL;
crypto/libressl/apps/openssl/ts.c
781
BIO *signer_bio = NULL;
crypto/libressl/apps/openssl/ts.c
782
BIO *out_bio = NULL;
crypto/libressl/apps/openssl/ts.c
852
read_PKCS7(BIO *in_bio)
crypto/libressl/apps/openssl/ts.c
86
static BIO *BIO_open_with_default(const char *file, const char *mode,
crypto/libressl/apps/openssl/ts.c
88
static TS_REQ *create_query(BIO *data_bio, char *digest, const EVP_MD *md,
crypto/libressl/apps/openssl/ts.c
90
static int create_digest(BIO *input, char *digest, const EVP_MD *md,
crypto/libressl/apps/openssl/ts.c
901
BIO *query_bio = NULL;
crypto/libressl/apps/openssl/ts.c
98
static TS_RESP *read_PKCS7(BIO *in_bio);
crypto/libressl/apps/openssl/x509.c
1554
purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt)
crypto/libressl/apps/openssl/x509.c
730
BIO *out = NULL;
crypto/libressl/apps/openssl/x509.c
731
BIO *STDout = NULL;
crypto/libressl/apps/openssl/x509.c
821
BIO *in;
crypto/libressl/apps/openssl/x509.c
89
static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
crypto/libressl/crypto/asn1/a_bitstr.c
187
ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
crypto/libressl/crypto/asn1/a_enum.c
224
i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a)
crypto/libressl/crypto/asn1/a_enum.c
258
a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size)
crypto/libressl/crypto/asn1/a_int.c
385
i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a)
crypto/libressl/crypto/asn1/a_int.c
425
a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size)
crypto/libressl/crypto/asn1/a_object.c
496
i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *aobj)
crypto/libressl/crypto/asn1/a_strex.c
566
X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
crypto/libressl/crypto/asn1/a_strex.c
579
BIO *btmp;
crypto/libressl/crypto/asn1/a_strex.c
592
ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags)
crypto/libressl/crypto/asn1/a_string.c
240
ASN1_STRING_print(BIO *bp, const ASN1_STRING *astr)
crypto/libressl/crypto/asn1/a_string.c
315
i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *astr, int type)
crypto/libressl/crypto/asn1/a_string.c
349
a2i_ASN1_STRING(BIO *bp, ASN1_STRING *astr, char *buf, int size)
crypto/libressl/crypto/asn1/ameth_lib.c
376
int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/ameth_lib.c
393
int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/ameth_lib.c
408
int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_item.c
432
asn1_d2i_read_bio(BIO *in, BUF_MEM **pb)
crypto/libressl/crypto/asn1/asn1_item.c
575
ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
crypto/libressl/crypto/asn1/asn1_item.c
598
BIO *b;
crypto/libressl/crypto/asn1/asn1_item.c
612
ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
crypto/libressl/crypto/asn1/asn1_item.c
641
BIO *b;
crypto/libressl/crypto/asn1/asn1_locl.h
105
int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_locl.h
110
int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_locl.h
123
int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/asn1/asn1_locl.h
125
int (*sig_print)(BIO *out, const X509_ALGOR *sigalg,
crypto/libressl/crypto/asn1/asn1_locl.h
195
int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
crypto/libressl/crypto/asn1/asn1_old.c
112
ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
crypto/libressl/crypto/asn1/asn1_old.c
135
BIO *b;
crypto/libressl/crypto/asn1/asn1_old.c
149
ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x)
crypto/libressl/crypto/asn1/asn1_old.c
98
BIO *b;
crypto/libressl/crypto/asn1/asn1_par.c
106
ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent)
crypto/libressl/crypto/asn1/asn1_par.c
112
ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump)
crypto/libressl/crypto/asn1/asn1_par.c
118
asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset,
crypto/libressl/crypto/asn1/asn1_par.c
65
static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
crypto/libressl/crypto/asn1/asn1_par.c
67
static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
crypto/libressl/crypto/asn1/asn1_par.c
71
asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
crypto/libressl/crypto/asn1/asn_mime.c
106
static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
crypto/libressl/crypto/asn1/asn_mime.c
118
i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
crypto/libressl/crypto/asn1/asn_mime.c
123
BIO *bio, *tbio;
crypto/libressl/crypto/asn1/asn_mime.c
149
B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
crypto/libressl/crypto/asn1/asn_mime.c
152
BIO *b64;
crypto/libressl/crypto/asn1/asn_mime.c
173
PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
crypto/libressl/crypto/asn1/asn_mime.c
185
b64_read_asn1(BIO *bio, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
187
BIO *b64;
crypto/libressl/crypto/asn1/asn_mime.c
206
asn1_write_micalg(BIO *out, STACK_OF(X509_ALGOR) *mdalgs)
crypto/libressl/crypto/asn1/asn_mime.c
278
SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
crypto/libressl/crypto/asn1/asn_mime.c
374
asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
crypto/libressl/crypto/asn1/asn_mime.c
377
BIO *tmpbio;
crypto/libressl/crypto/asn1/asn_mime.c
428
SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/asn_mime.c
430
BIO *asnin;
crypto/libressl/crypto/asn1/asn_mime.c
432
STACK_OF(BIO) *parts = NULL;
crypto/libressl/crypto/asn1/asn_mime.c
534
SMIME_crlf_copy(BIO *in, BIO *out, int flags)
crypto/libressl/crypto/asn1/asn_mime.c
536
BIO *bf;
crypto/libressl/crypto/asn1/asn_mime.c
571
SMIME_text(BIO *in, BIO *out)
crypto/libressl/crypto/asn1/asn_mime.c
606
multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret)
crypto/libressl/crypto/asn1/asn_mime.c
611
BIO *bpart = NULL;
crypto/libressl/crypto/asn1/asn_mime.c
612
STACK_OF(BIO) *parts;
crypto/libressl/crypto/asn1/asn_mime.c
668
STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio)
crypto/libressl/crypto/asn1/asn_mime.c
92
static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
crypto/libressl/crypto/asn1/asn_mime.c
99
static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio);
crypto/libressl/crypto/asn1/bio_asn1.c
114
static int asn1_bio_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/asn1/bio_asn1.c
115
static int asn1_bio_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/asn1/bio_asn1.c
116
static int asn1_bio_puts(BIO *h, const char *str);
crypto/libressl/crypto/asn1/bio_asn1.c
117
static int asn1_bio_gets(BIO *h, char *str, int size);
crypto/libressl/crypto/asn1/bio_asn1.c
118
static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/asn1/bio_asn1.c
119
static int asn1_bio_new(BIO *h);
crypto/libressl/crypto/asn1/bio_asn1.c
120
static int asn1_bio_free(BIO *data);
crypto/libressl/crypto/asn1/bio_asn1.c
121
static long asn1_bio_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/libressl/crypto/asn1/bio_asn1.c
123
static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
crypto/libressl/crypto/asn1/bio_asn1.c
125
static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
crypto/libressl/crypto/asn1/bio_asn1.c
149
asn1_bio_new(BIO *b)
crypto/libressl/crypto/asn1/bio_asn1.c
173
asn1_bio_free(BIO *b)
crypto/libressl/crypto/asn1/bio_asn1.c
189
asn1_bio_write(BIO *b, const char *in , int inl)
crypto/libressl/crypto/asn1/bio_asn1.c
284
asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *cleanup,
crypto/libressl/crypto/asn1/bio_asn1.c
312
asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup,
crypto/libressl/crypto/asn1/bio_asn1.c
327
asn1_bio_read(BIO *b, char *in , int inl)
crypto/libressl/crypto/asn1/bio_asn1.c
335
asn1_bio_puts(BIO *b, const char *str)
crypto/libressl/crypto/asn1/bio_asn1.c
341
asn1_bio_gets(BIO *b, char *str, int size)
crypto/libressl/crypto/asn1/bio_asn1.c
349
asn1_bio_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/asn1/bio_asn1.c
357
asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2)
crypto/libressl/crypto/asn1/bio_asn1.c
438
asn1_bio_set_ex(BIO *b, int cmd, asn1_ps_func *ex_func, asn1_ps_func
crypto/libressl/crypto/asn1/bio_asn1.c
449
asn1_bio_get_ex(BIO *b, int cmd, asn1_ps_func **ex_func,
crypto/libressl/crypto/asn1/bio_asn1.c
464
BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free)
crypto/libressl/crypto/asn1/bio_asn1.c
470
BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, asn1_ps_func **pprefix_free)
crypto/libressl/crypto/asn1/bio_asn1.c
476
BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free)
crypto/libressl/crypto/asn1/bio_asn1.c
482
BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, asn1_ps_func **psuffix_free)
crypto/libressl/crypto/asn1/bio_ndef.c
100
BIO *
crypto/libressl/crypto/asn1/bio_ndef.c
101
BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
crypto/libressl/crypto/asn1/bio_ndef.c
104
BIO *asn_bio = NULL;
crypto/libressl/crypto/asn1/bio_ndef.c
153
ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
crypto/libressl/crypto/asn1/bio_ndef.c
179
ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
crypto/libressl/crypto/asn1/bio_ndef.c
197
ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
crypto/libressl/crypto/asn1/bio_ndef.c
208
ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
crypto/libressl/crypto/asn1/bio_ndef.c
86
BIO *ndef_bio;
crypto/libressl/crypto/asn1/bio_ndef.c
88
BIO *out;
crypto/libressl/crypto/asn1/bio_ndef.c
95
static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
crypto/libressl/crypto/asn1/bio_ndef.c
96
static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
crypto/libressl/crypto/asn1/bio_ndef.c
97
static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
crypto/libressl/crypto/asn1/bio_ndef.c
98
static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
crypto/libressl/crypto/asn1/t_crl.c
74
BIO *b;
crypto/libressl/crypto/asn1/t_crl.c
88
X509_CRL_print(BIO *out, X509_CRL *x)
crypto/libressl/crypto/asn1/t_pkey.c
68
ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
crypto/libressl/crypto/asn1/t_req.c
259
X509_REQ_print(BIO *bp, X509_REQ *x)
crypto/libressl/crypto/asn1/t_req.c
82
BIO *b;
crypto/libressl/crypto/asn1/t_req.c
96
X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,
crypto/libressl/crypto/asn1/t_spki.c
79
NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki)
crypto/libressl/crypto/asn1/t_x509.c
106
X509_print(BIO *bp, X509 *x)
crypto/libressl/crypto/asn1/t_x509.c
112
X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag)
crypto/libressl/crypto/asn1/t_x509.c
255
X509_ocspid_print(BIO *bp, X509 *x)
crypto/libressl/crypto/asn1/t_x509.c
306
X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent)
crypto/libressl/crypto/asn1/t_x509.c
331
X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig)
crypto/libressl/crypto/asn1/t_x509.c
357
ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm)
crypto/libressl/crypto/asn1/t_x509.c
373
ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm)
crypto/libressl/crypto/asn1/t_x509.c
427
ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
crypto/libressl/crypto/asn1/t_x509.c
470
X509_NAME_print(BIO *bp, const X509_NAME *name, int obase)
crypto/libressl/crypto/asn1/t_x509.c
92
BIO *b;
crypto/libressl/crypto/asn1/t_x509a.c
70
X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
crypto/libressl/crypto/asn1/tasn_prn.c
165
static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
169
int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
172
static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
crypto/libressl/crypto/asn1/tasn_prn.c
176
static int asn1_print_fsname(BIO *out, int indent, const char *fname,
crypto/libressl/crypto/asn1/tasn_prn.c
180
ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_prn.c
196
asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/tasn_prn.c
331
asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
387
asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname,
crypto/libressl/crypto/asn1/tasn_prn.c
425
asn1_print_boolean_ctx(BIO *out, int boolval, const ASN1_PCTX *pctx)
crypto/libressl/crypto/asn1/tasn_prn.c
450
asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str, const ASN1_PCTX *pctx)
crypto/libressl/crypto/asn1/tasn_prn.c
463
asn1_print_oid_ctx(BIO *out, const ASN1_OBJECT *oid, const ASN1_PCTX *pctx)
crypto/libressl/crypto/asn1/tasn_prn.c
477
asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent,
crypto/libressl/crypto/asn1/tasn_prn.c
494
asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_bignum.c
194
bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
crypto/libressl/crypto/asn1/x_bignum.c
79
static int bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_long.c
228
long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
crypto/libressl/crypto/asn1/x_long.c
81
static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
crypto/libressl/crypto/asn1/x_name.c
433
x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent, const char *fname,
crypto/libressl/crypto/asn1/x_name.c
88
static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent,
crypto/libressl/crypto/asn1/x_pubkey.c
414
d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **pkey)
crypto/libressl/crypto/asn1/x_pubkey.c
421
i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey)
crypto/libressl/crypto/asn1/x_pubkey.c
508
d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa)
crypto/libressl/crypto/asn1/x_pubkey.c
514
i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa)
crypto/libressl/crypto/asn1/x_pubkey.c
598
d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa)
crypto/libressl/crypto/asn1/x_pubkey.c
604
i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa)
crypto/libressl/crypto/asn1/x_pubkey.c
689
d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **ec)
crypto/libressl/crypto/asn1/x_pubkey.c
695
i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *ec)
crypto/libressl/crypto/bio/b_dump.c
174
return BIO_write((BIO *)bp, (const char *)data, len);
crypto/libressl/crypto/bio/b_dump.c
178
BIO_dump(BIO *bp, const char *s, int len)
crypto/libressl/crypto/bio/b_dump.c
184
BIO_dump_indent(BIO *bp, const char *s, int len, int indent)
crypto/libressl/crypto/bio/b_print.c
27
BIO_vprintf(BIO *bio, const char *format, va_list args)
crypto/libressl/crypto/bio/b_print.c
46
BIO_vprintf(BIO *bio, const char *format, va_list args)
crypto/libressl/crypto/bio/b_print.c
8
BIO_printf(BIO *bio, const char *format, ...)
crypto/libressl/crypto/bio/bf_buff.c
130
buffer_free(BIO *a)
crypto/libressl/crypto/bio/bf_buff.c
147
buffer_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bf_buff.c
218
buffer_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bf_buff.c
294
buffer_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bf_buff.c
296
BIO *dbio;
crypto/libressl/crypto/bio/bf_buff.c
437
dbio = (BIO *)ptr;
crypto/libressl/crypto/bio/bf_buff.c
455
buffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/bio/bf_buff.c
470
buffer_gets(BIO *b, char *buf, int size)
crypto/libressl/crypto/bio/bf_buff.c
519
buffer_puts(BIO *b, const char *str)
crypto/libressl/crypto/bio/bf_buff.c
68
static int buffer_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bf_buff.c
69
static int buffer_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bf_buff.c
70
static int buffer_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bf_buff.c
71
static int buffer_gets(BIO *h, char *str, int size);
crypto/libressl/crypto/bio/bf_buff.c
72
static long buffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bf_buff.c
73
static int buffer_new(BIO *h);
crypto/libressl/crypto/bio/bf_buff.c
74
static int buffer_free(BIO *data);
crypto/libressl/crypto/bio/bf_buff.c
75
static long buffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/libressl/crypto/bio/bf_buff.c
98
buffer_new(BIO *bi)
crypto/libressl/crypto/bio/bf_nbio.c
105
nbiof_new(BIO *bi)
crypto/libressl/crypto/bio/bf_nbio.c
120
nbiof_free(BIO *a)
crypto/libressl/crypto/bio/bf_nbio.c
132
nbiof_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bf_nbio.c
163
nbiof_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bf_nbio.c
203
nbiof_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bf_nbio.c
226
nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/bio/bf_nbio.c
241
nbiof_gets(BIO *bp, char *buf, int size)
crypto/libressl/crypto/bio/bf_nbio.c
249
nbiof_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bf_nbio.c
70
static int nbiof_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bf_nbio.c
71
static int nbiof_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bf_nbio.c
72
static int nbiof_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bf_nbio.c
73
static int nbiof_gets(BIO *h, char *str, int size);
crypto/libressl/crypto/bio/bf_nbio.c
74
static long nbiof_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bf_nbio.c
75
static int nbiof_new(BIO *h);
crypto/libressl/crypto/bio/bf_nbio.c
76
static int nbiof_free(BIO *data);
crypto/libressl/crypto/bio/bf_nbio.c
77
static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/libressl/crypto/bio/bio_cb.c
149
b = (BIO *)bio->cb_arg;
crypto/libressl/crypto/bio/bio_cb.c
69
BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl,
crypto/libressl/crypto/bio/bio_cb.c
72
BIO *b;
crypto/libressl/crypto/bio/bio_lib.c
133
BIO *
crypto/libressl/crypto/bio/bio_lib.c
136
BIO *ret = NULL;
crypto/libressl/crypto/bio/bio_lib.c
139
ret = malloc(sizeof(BIO));
crypto/libressl/crypto/bio/bio_lib.c
152
BIO_set(BIO *bio, const BIO_METHOD *method)
crypto/libressl/crypto/bio/bio_lib.c
181
BIO_free(BIO *a)
crypto/libressl/crypto/bio/bio_lib.c
206
BIO_vfree(BIO *a)
crypto/libressl/crypto/bio/bio_lib.c
212
BIO_up_ref(BIO *bio)
crypto/libressl/crypto/bio/bio_lib.c
219
BIO_get_data(BIO *a)
crypto/libressl/crypto/bio/bio_lib.c
225
BIO_set_data(BIO *a, void *ptr)
crypto/libressl/crypto/bio/bio_lib.c
231
BIO_get_init(BIO *a)
crypto/libressl/crypto/bio/bio_lib.c
237
BIO_set_init(BIO *a, int init)
crypto/libressl/crypto/bio/bio_lib.c
243
BIO_get_shutdown(BIO *a)
crypto/libressl/crypto/bio/bio_lib.c
249
BIO_set_shutdown(BIO *a, int shut)
crypto/libressl/crypto/bio/bio_lib.c
255
BIO_clear_flags(BIO *b, int flags)
crypto/libressl/crypto/bio/bio_lib.c
261
BIO_test_flags(const BIO *b, int flags)
crypto/libressl/crypto/bio/bio_lib.c
267
BIO_set_flags(BIO *b, int flags)
crypto/libressl/crypto/bio/bio_lib.c
273
BIO_get_callback(const BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
279
BIO_set_callback(BIO *b, BIO_callback_fn cb)
crypto/libressl/crypto/bio/bio_lib.c
285
BIO_get_callback_ex(const BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
291
BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb)
crypto/libressl/crypto/bio/bio_lib.c
297
BIO_set_callback_arg(BIO *b, char *arg)
crypto/libressl/crypto/bio/bio_lib.c
303
BIO_get_callback_arg(const BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
309
BIO_method_name(const BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
315
BIO_method_type(const BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
321
BIO_read(BIO *b, void *out, int outl)
crypto/libressl/crypto/bio/bio_lib.c
371
BIO_write(BIO *b, const void *in, int inl)
crypto/libressl/crypto/bio/bio_lib.c
421
BIO_puts(BIO *b, const char *in)
crypto/libressl/crypto/bio/bio_lib.c
465
BIO_gets(BIO *b, char *in, int inl)
crypto/libressl/crypto/bio/bio_lib.c
507
BIO_indent(BIO *b, int indent, int max)
crypto/libressl/crypto/bio/bio_lib.c
520
BIO_int_ctrl(BIO *b, int cmd, long larg, int iarg)
crypto/libressl/crypto/bio/bio_lib.c
529
BIO_ptr_ctrl(BIO *b, int cmd, long larg)
crypto/libressl/crypto/bio/bio_lib.c
540
BIO_ctrl(BIO *b, int cmd, long larg, void *parg)
crypto/libressl/crypto/bio/bio_lib.c
569
BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/bio/bio_lib.c
602
BIO_ctrl_pending(BIO *bio)
crypto/libressl/crypto/bio/bio_lib.c
608
BIO_ctrl_wpending(BIO *bio)
crypto/libressl/crypto/bio/bio_lib.c
615
BIO *
crypto/libressl/crypto/bio/bio_lib.c
616
BIO_push(BIO *b, BIO *bio)
crypto/libressl/crypto/bio/bio_lib.c
618
BIO *lb;
crypto/libressl/crypto/bio/bio_lib.c
634
BIO *
crypto/libressl/crypto/bio/bio_lib.c
635
BIO_pop(BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
637
BIO *ret;
crypto/libressl/crypto/bio/bio_lib.c
655
BIO *
crypto/libressl/crypto/bio/bio_lib.c
656
BIO_get_retry_BIO(BIO *bio, int *reason)
crypto/libressl/crypto/bio/bio_lib.c
658
BIO *b, *last;
crypto/libressl/crypto/bio/bio_lib.c
675
BIO_get_retry_reason(BIO *bio)
crypto/libressl/crypto/bio/bio_lib.c
681
BIO_set_retry_reason(BIO *bio, int reason)
crypto/libressl/crypto/bio/bio_lib.c
686
BIO *
crypto/libressl/crypto/bio/bio_lib.c
687
BIO_find_type(BIO *bio, int type)
crypto/libressl/crypto/bio/bio_lib.c
708
BIO *
crypto/libressl/crypto/bio/bio_lib.c
709
BIO_next(BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
717
BIO_set_next(BIO *b, BIO *next)
crypto/libressl/crypto/bio/bio_lib.c
723
BIO_free_all(BIO *bio)
crypto/libressl/crypto/bio/bio_lib.c
725
BIO *b;
crypto/libressl/crypto/bio/bio_lib.c
739
BIO *
crypto/libressl/crypto/bio/bio_lib.c
740
BIO_dup_chain(BIO *in)
crypto/libressl/crypto/bio/bio_lib.c
742
BIO *ret = NULL, *eoc = NULL, *bio, *new_bio;
crypto/libressl/crypto/bio/bio_lib.c
78
bio_call_callback(BIO *b, int oper, const char *argp, size_t len, int argi,
crypto/libressl/crypto/bio/bio_lib.c
783
BIO_copy_next_retry(BIO *b)
crypto/libressl/crypto/bio/bio_lib.c
798
BIO_set_ex_data(BIO *bio, int idx, void *data)
crypto/libressl/crypto/bio/bio_lib.c
804
BIO_get_ex_data(BIO *bio, int idx)
crypto/libressl/crypto/bio/bio_lib.c
810
BIO_number_read(BIO *bio)
crypto/libressl/crypto/bio/bio_lib.c
818
BIO_number_written(BIO *bio)
crypto/libressl/crypto/bio/bio_local.h
67
int (*bwrite)(BIO *, const char *, int);
crypto/libressl/crypto/bio/bio_local.h
68
int (*bread)(BIO *, char *, int);
crypto/libressl/crypto/bio/bio_local.h
69
int (*bputs)(BIO *, const char *);
crypto/libressl/crypto/bio/bio_local.h
70
int (*bgets)(BIO *, char *, int);
crypto/libressl/crypto/bio/bio_local.h
71
long (*ctrl)(BIO *, int, long, void *);
crypto/libressl/crypto/bio/bio_local.h
72
int (*create)(BIO *);
crypto/libressl/crypto/bio/bio_local.h
73
int (*destroy)(BIO *);
crypto/libressl/crypto/bio/bio_local.h
74
long (*callback_ctrl)(BIO *, int, BIO_info_cb *);
crypto/libressl/crypto/bio/bio_meth.c
103
BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(BIO *, int, long, void *))
crypto/libressl/crypto/bio/bio_meth.c
110
(*BIO_meth_get_create(const BIO_METHOD *biom))(BIO *)
crypto/libressl/crypto/bio/bio_meth.c
116
BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *))
crypto/libressl/crypto/bio/bio_meth.c
123
(*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *)
crypto/libressl/crypto/bio/bio_meth.c
129
BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *))
crypto/libressl/crypto/bio/bio_meth.c
136
(*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *)
crypto/libressl/crypto/bio/bio_meth.c
143
long (*callback_ctrl)(BIO *, int, BIO_info_cb *))
crypto/libressl/crypto/bio/bio_meth.c
45
(*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *, int)
crypto/libressl/crypto/bio/bio_meth.c
51
BIO_meth_set_write(BIO_METHOD *biom, int (*write)(BIO *, const char *, int))
crypto/libressl/crypto/bio/bio_meth.c
58
(*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int)
crypto/libressl/crypto/bio/bio_meth.c
64
BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int))
crypto/libressl/crypto/bio/bio_meth.c
71
(*BIO_meth_get_puts(const BIO_METHOD *biom))(BIO *, const char *)
crypto/libressl/crypto/bio/bio_meth.c
77
BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *))
crypto/libressl/crypto/bio/bio_meth.c
84
(*BIO_meth_get_gets(const BIO_METHOD *biom))(BIO *, char *, int)
crypto/libressl/crypto/bio/bio_meth.c
90
BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int))
crypto/libressl/crypto/bio/bio_meth.c
97
(*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int, long, void *)
crypto/libressl/crypto/bio/bss_acpt.c
123
acpt_new(BIO *bi)
crypto/libressl/crypto/bio/bss_acpt.c
163
acpt_close_socket(BIO *bio)
crypto/libressl/crypto/bio/bss_acpt.c
177
acpt_free(BIO *a)
crypto/libressl/crypto/bio/bss_acpt.c
196
acpt_state(BIO *b, BIO_ACCEPT *c)
crypto/libressl/crypto/bio/bss_acpt.c
198
BIO *bio = NULL, *dbio;
crypto/libressl/crypto/bio/bss_acpt.c
291
acpt_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bss_acpt.c
311
acpt_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bss_acpt.c
331
acpt_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_acpt.c
361
data->bio_chain = (BIO *)ptr;
crypto/libressl/crypto/bio/bss_acpt.c
431
acpt_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bss_acpt.c
440
BIO *
crypto/libressl/crypto/bio/bss_acpt.c
443
BIO *ret;
crypto/libressl/crypto/bio/bss_acpt.c
87
BIO *bio_chain;
crypto/libressl/crypto/bio/bss_acpt.c
90
static int acpt_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bss_acpt.c
91
static int acpt_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_acpt.c
92
static int acpt_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bss_acpt.c
93
static long acpt_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_acpt.c
94
static int acpt_new(BIO *h);
crypto/libressl/crypto/bio/bss_acpt.c
95
static int acpt_free(BIO *data);
crypto/libressl/crypto/bio/bss_acpt.c
96
static int acpt_state(BIO *b, BIO_ACCEPT *c);
crypto/libressl/crypto/bio/bss_acpt.c
97
static void acpt_close_socket(BIO *data);
crypto/libressl/crypto/bio/bss_conn.c
100
static int conn_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bss_conn.c
101
static long conn_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_conn.c
102
static int conn_new(BIO *h);
crypto/libressl/crypto/bio/bss_conn.c
103
static int conn_free(BIO *data);
crypto/libressl/crypto/bio/bss_conn.c
104
static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
crypto/libressl/crypto/bio/bss_conn.c
106
static int conn_state(BIO *b, BIO_CONNECT *c);
crypto/libressl/crypto/bio/bss_conn.c
107
static void conn_close_socket(BIO *data);
crypto/libressl/crypto/bio/bss_conn.c
124
conn_state(BIO *b, BIO_CONNECT *c)
crypto/libressl/crypto/bio/bss_conn.c
279
if (!(ret = cb((BIO *)b, c->state, ret)))
crypto/libressl/crypto/bio/bss_conn.c
287
ret = cb((BIO *)b, c->state, ret);
crypto/libressl/crypto/bio/bss_conn.c
331
conn_new(BIO *bi)
crypto/libressl/crypto/bio/bss_conn.c
343
conn_close_socket(BIO *bio)
crypto/libressl/crypto/bio/bss_conn.c
358
conn_free(BIO *a)
crypto/libressl/crypto/bio/bss_conn.c
377
conn_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bss_conn.c
402
conn_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bss_conn.c
425
conn_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_conn.c
427
BIO *dbio;
crypto/libressl/crypto/bio/bss_conn.c
519
dbio = (BIO *)ptr;
crypto/libressl/crypto/bio/bss_conn.c
554
conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/bio/bss_conn.c
573
conn_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bss_conn.c
582
BIO *
crypto/libressl/crypto/bio/bss_conn.c
585
BIO *ret;
crypto/libressl/crypto/bio/bss_conn.c
98
static int conn_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bss_conn.c
99
static int conn_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_dgram.c
123
BIO *
crypto/libressl/crypto/bio/bss_dgram.c
126
BIO *ret;
crypto/libressl/crypto/bio/bss_dgram.c
136
dgram_new(BIO *bi)
crypto/libressl/crypto/bio/bss_dgram.c
152
dgram_free(BIO *a)
crypto/libressl/crypto/bio/bss_dgram.c
168
dgram_clear(BIO *a)
crypto/libressl/crypto/bio/bss_dgram.c
184
dgram_adjust_rcv_timeout(BIO *b)
crypto/libressl/crypto/bio/bss_dgram.c
235
dgram_reset_rcv_timeout(BIO *b)
crypto/libressl/crypto/bio/bss_dgram.c
251
dgram_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bss_dgram.c
290
dgram_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bss_dgram.c
324
dgram_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_dgram.c
623
dgram_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bss_dgram.c
80
static int dgram_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bss_dgram.c
81
static int dgram_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_dgram.c
82
static int dgram_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bss_dgram.c
83
static long dgram_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_dgram.c
84
static int dgram_new(BIO *h);
crypto/libressl/crypto/bio/bss_dgram.c
85
static int dgram_free(BIO *data);
crypto/libressl/crypto/bio/bss_dgram.c
86
static int dgram_clear(BIO *bio);
crypto/libressl/crypto/bio/bss_fd.c
100
BIO *ret;
crypto/libressl/crypto/bio/bss_fd.c
109
fd_new(BIO *bi)
crypto/libressl/crypto/bio/bss_fd.c
119
fd_free(BIO *a)
crypto/libressl/crypto/bio/bss_fd.c
134
fd_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bss_fd.c
151
fd_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bss_fd.c
165
fd_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_fd.c
217
fd_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bss_fd.c
227
fd_gets(BIO *bp, char *buf, int size)
crypto/libressl/crypto/bio/bss_fd.c
70
static int fd_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bss_fd.c
71
static int fd_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_fd.c
72
static int fd_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bss_fd.c
73
static int fd_gets(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_fd.c
74
static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_fd.c
75
static int fd_new(BIO *h);
crypto/libressl/crypto/bio/bss_fd.c
76
static int fd_free(BIO *data);
crypto/libressl/crypto/bio/bss_fd.c
97
BIO *
crypto/libressl/crypto/bio/bss_file.c
100
static int file_new(BIO *h);
crypto/libressl/crypto/bio/bss_file.c
101
static int file_free(BIO *data);
crypto/libressl/crypto/bio/bss_file.c
115
BIO *
crypto/libressl/crypto/bio/bss_file.c
118
BIO *ret;
crypto/libressl/crypto/bio/bss_file.c
141
BIO *
crypto/libressl/crypto/bio/bss_file.c
144
BIO *ret;
crypto/libressl/crypto/bio/bss_file.c
160
file_new(BIO *bi)
crypto/libressl/crypto/bio/bss_file.c
170
file_free(BIO *a)
crypto/libressl/crypto/bio/bss_file.c
186
file_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bss_file.c
202
file_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bss_file.c
212
file_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_file.c
298
file_gets(BIO *bp, char *buf, int size)
crypto/libressl/crypto/bio/bss_file.c
312
file_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bss_file.c
95
static int file_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bss_file.c
96
static int file_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_file.c
97
static int file_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bss_file.c
98
static int file_gets(BIO *h, char *str, int size);
crypto/libressl/crypto/bio/bss_file.c
99
static long file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_mem.c
121
BIO *
crypto/libressl/crypto/bio/bss_mem.c
125
BIO *bio;
crypto/libressl/crypto/bio/bss_mem.c
153
mem_new(BIO *bio)
crypto/libressl/crypto/bio/bss_mem.c
173
mem_free(BIO *bio)
crypto/libressl/crypto/bio/bss_mem.c
195
mem_read(BIO *bio, char *out, int out_len)
crypto/libressl/crypto/bio/bss_mem.c
220
mem_write(BIO *bio, const char *in, int in_len)
crypto/libressl/crypto/bio/bss_mem.c
259
mem_ctrl(BIO *bio, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_mem.c
326
mem_gets(BIO *bio, char *out, int out_len)
crypto/libressl/crypto/bio/bss_mem.c
362
mem_puts(BIO *bio, const char *in)
crypto/libressl/crypto/bio/bss_mem.c
90
static int mem_new(BIO *bio);
crypto/libressl/crypto/bio/bss_mem.c
91
static int mem_free(BIO *bio);
crypto/libressl/crypto/bio/bss_mem.c
92
static int mem_write(BIO *bio, const char *in, int in_len);
crypto/libressl/crypto/bio/bss_mem.c
93
static int mem_read(BIO *bio, char *out, int out_len);
crypto/libressl/crypto/bio/bss_mem.c
94
static int mem_puts(BIO *bio, const char *in);
crypto/libressl/crypto/bio/bss_mem.c
95
static int mem_gets(BIO *bio, char *out, int out_len);
crypto/libressl/crypto/bio/bss_mem.c
96
static long mem_ctrl(BIO *bio, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_null.c
103
null_free(BIO *a)
crypto/libressl/crypto/bio/bss_null.c
111
null_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bss_null.c
117
null_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bss_null.c
123
null_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_null.c
149
null_gets(BIO *bp, char *buf, int size)
crypto/libressl/crypto/bio/bss_null.c
155
null_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bss_null.c
67
static int null_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bss_null.c
68
static int null_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_null.c
69
static int null_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bss_null.c
70
static int null_gets(BIO *h, char *str, int size);
crypto/libressl/crypto/bio/bss_null.c
71
static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_null.c
72
static int null_new(BIO *h);
crypto/libressl/crypto/bio/bss_null.c
73
static int null_free(BIO *data);
crypto/libressl/crypto/bio/bss_null.c
94
null_new(BIO *bi)
crypto/libressl/crypto/bio/bss_sock.c
108
sock_new(BIO *bi)
crypto/libressl/crypto/bio/bss_sock.c
118
sock_free(BIO *a)
crypto/libressl/crypto/bio/bss_sock.c
134
sock_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/bio/bss_sock.c
151
sock_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/bio/bss_sock.c
166
sock_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/bio/bss_sock.c
205
sock_puts(BIO *bp, const char *str)
crypto/libressl/crypto/bio/bss_sock.c
70
static int sock_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/bio/bss_sock.c
71
static int sock_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/bio/bss_sock.c
72
static int sock_puts(BIO *h, const char *str);
crypto/libressl/crypto/bio/bss_sock.c
73
static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/bio/bss_sock.c
74
static int sock_new(BIO *h);
crypto/libressl/crypto/bio/bss_sock.c
75
static int sock_free(BIO *data);
crypto/libressl/crypto/bio/bss_sock.c
95
BIO *
crypto/libressl/crypto/bio/bss_sock.c
98
BIO *ret;
crypto/libressl/crypto/bn/bn_print.c
357
BIO *b;
crypto/libressl/crypto/bn/bn_print.c
369
BN_print(BIO *bp, const BIGNUM *a)
crypto/libressl/crypto/cms/cms_cd.c
109
BIO *
crypto/libressl/crypto/cms/cms_dd.c
109
cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify)
crypto/libressl/crypto/cms/cms_dd.c
98
BIO *
crypto/libressl/crypto/cms/cms_enc.c
253
BIO *
crypto/libressl/crypto/cms/cms_enc.c
70
BIO *
crypto/libressl/crypto/cms/cms_enc.c
73
BIO *b;
crypto/libressl/crypto/cms/cms_env.c
919
BIO *
crypto/libressl/crypto/cms/cms_env.c
926
BIO *ret;
crypto/libressl/crypto/cms/cms_io.c
110
PEM_write_bio_CMS(BIO *bp, const CMS_ContentInfo *x)
crypto/libressl/crypto/cms/cms_io.c
123
BIO *
crypto/libressl/crypto/cms/cms_io.c
124
BIO_new_CMS(BIO *out, CMS_ContentInfo *cms)
crypto/libressl/crypto/cms/cms_io.c
132
int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
crypto/libressl/crypto/cms/cms_io.c
139
PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
crypto/libressl/crypto/cms/cms_io.c
146
SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags)
crypto/libressl/crypto/cms/cms_io.c
162
SMIME_read_CMS(BIO *bio, BIO **bcont)
crypto/libressl/crypto/cms/cms_io.c
83
d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms)
crypto/libressl/crypto/cms/cms_io.c
89
i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms)
crypto/libressl/crypto/cms/cms_io.c
96
PEM_read_bio_CMS(BIO *bp, CMS_ContentInfo **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/cms/cms_lcl.h
418
BIO *cms_content_bio(CMS_ContentInfo *cms);
crypto/libressl/crypto/cms/cms_lcl.h
423
BIO *cms_DigestedData_init_bio(CMS_ContentInfo *cms);
crypto/libressl/crypto/cms/cms_lcl.h
424
int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify);
crypto/libressl/crypto/cms/cms_lcl.h
426
BIO *cms_SignedData_init_bio(CMS_ContentInfo *cms);
crypto/libressl/crypto/cms/cms_lcl.h
427
int cms_SignedData_final(CMS_ContentInfo *cms, BIO *chain);
crypto/libressl/crypto/cms/cms_lcl.h
434
BIO *cms_CompressedData_init_bio(CMS_ContentInfo *cms);
crypto/libressl/crypto/cms/cms_lcl.h
436
BIO *cms_DigestAlgorithm_init_bio(X509_ALGOR *digestAlgorithm);
crypto/libressl/crypto/cms/cms_lcl.h
437
int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain,
crypto/libressl/crypto/cms/cms_lcl.h
445
BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec);
crypto/libressl/crypto/cms/cms_lcl.h
446
BIO *cms_EncryptedData_init_bio(CMS_ContentInfo *cms);
crypto/libressl/crypto/cms/cms_lcl.h
454
BIO *cms_EnvelopedData_init_bio(CMS_ContentInfo *cms);
crypto/libressl/crypto/cms/cms_lib.c
118
BIO *
crypto/libressl/crypto/cms/cms_lib.c
138
BIO *
crypto/libressl/crypto/cms/cms_lib.c
139
CMS_dataInit(CMS_ContentInfo *cms, BIO *icont)
crypto/libressl/crypto/cms/cms_lib.c
141
BIO *cmsbio, *cont;
crypto/libressl/crypto/cms/cms_lib.c
192
CMS_dataFinal(CMS_ContentInfo *cms, BIO *cmsbio)
crypto/libressl/crypto/cms/cms_lib.c
200
BIO *mbio;
crypto/libressl/crypto/cms/cms_lib.c
382
BIO *
crypto/libressl/crypto/cms/cms_lib.c
385
BIO *mdbio = NULL;
crypto/libressl/crypto/cms/cms_lib.c
411
cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain, X509_ALGOR *mdalg)
crypto/libressl/crypto/cms/cms_lib.c
92
CMS_ContentInfo_print_ctx(BIO *out, CMS_ContentInfo *x, int indent, const ASN1_PCTX *pctx)
crypto/libressl/crypto/cms/cms_sd.c
602
cms_SignerInfo_content_sign(CMS_ContentInfo *cms, CMS_SignerInfo *si, BIO *chain)
crypto/libressl/crypto/cms/cms_sd.c
692
cms_SignedData_final(CMS_ContentInfo *cms, BIO *chain)
crypto/libressl/crypto/cms/cms_sd.c
828
BIO *
crypto/libressl/crypto/cms/cms_sd.c
833
BIO *chain = NULL;
crypto/libressl/crypto/cms/cms_sd.c
842
BIO *mdbio;
crypto/libressl/crypto/cms/cms_sd.c
862
CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain)
crypto/libressl/crypto/cms/cms_smime.c
141
do_free_upto(BIO *f, BIO *upto)
crypto/libressl/crypto/cms/cms_smime.c
144
BIO *tbio;
crypto/libressl/crypto/cms/cms_smime.c
156
CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
158
BIO *cont;
crypto/libressl/crypto/cms/cms_smime.c
175
CMS_data_create(BIO *in, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
192
CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
194
BIO *cont;
crypto/libressl/crypto/cms/cms_smime.c
217
CMS_digest_create(BIO *in, const EVP_MD *md, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
240
size_t keylen, BIO *dcont, BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
242
BIO *cont;
crypto/libressl/crypto/cms/cms_smime.c
265
CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/crypto/cms/cms_smime.c
331
BIO *dcont, BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
339
BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL;
crypto/libressl/crypto/cms/cms_smime.c
504
CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data,
crypto/libressl/crypto/cms/cms_smime.c
553
BIO *rct_cont = NULL;
crypto/libressl/crypto/cms/cms_smime.c
614
CMS_encrypt(STACK_OF(X509) *certs, BIO *data, const EVP_CIPHER *cipher,
crypto/libressl/crypto/cms/cms_smime.c
64
static BIO *
crypto/libressl/crypto/cms/cms_smime.c
65
cms_get_text_bio(BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
67
BIO *rbio;
crypto/libressl/crypto/cms/cms_smime.c
81
cms_copy_content(BIO *out, BIO *in, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
810
CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert, BIO *dcont,
crypto/libressl/crypto/cms/cms_smime.c
811
BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
814
BIO *cont;
crypto/libressl/crypto/cms/cms_smime.c
844
CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
846
BIO *cmsbio;
crypto/libressl/crypto/cms/cms_smime.c
85
BIO *tmpout;
crypto/libressl/crypto/cms/cms_smime.c
874
CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
876
BIO *cont;
crypto/libressl/crypto/cms/cms_smime.c
897
CMS_compress(BIO *in, int comp_nid, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
921
CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
928
CMS_compress(BIO *in, int comp_nid, unsigned int flags)
crypto/libressl/crypto/conf/conf_def.c
195
BIO *in = NULL;
crypto/libressl/crypto/conf/conf_def.c
213
def_load_bio(CONF *conf, BIO *in, long *line)
crypto/libressl/crypto/conf/conf_def.c
670
dump_value_doall_arg(CONF_VALUE *a, BIO *out)
crypto/libressl/crypto/conf/conf_def.c
678
static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_value, CONF_VALUE, BIO)
crypto/libressl/crypto/conf/conf_def.c
681
def_dump(const CONF *conf, BIO *out)
crypto/libressl/crypto/conf/conf_def.c
684
BIO, out);
crypto/libressl/crypto/conf/conf_def.c
89
static int def_load_bio(CONF *conf, BIO *bp, long *eline);
crypto/libressl/crypto/conf/conf_def.c
90
static int def_dump(const CONF *conf, BIO *bp);
crypto/libressl/crypto/conf/conf_lib.c
110
BIO *btmp;
crypto/libressl/crypto/conf/conf_lib.c
122
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
crypto/libressl/crypto/conf/conf_lib.c
195
BIO *btmp;
crypto/libressl/crypto/conf/conf_lib.c
208
CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out)
crypto/libressl/crypto/conf/conf_lib.c
269
BIO *btmp;
crypto/libressl/crypto/conf/conf_lib.c
282
NCONF_load_bio(CONF *conf, BIO *bp, long *eline)
crypto/libressl/crypto/conf/conf_lib.c
355
BIO *btmp;
crypto/libressl/crypto/conf/conf_lib.c
367
NCONF_dump_bio(const CONF *conf, BIO *out)
crypto/libressl/crypto/conf/conf_lib.c
93
BIO *in = NULL;
crypto/libressl/crypto/conf/conf_sap.c
96
BIO *bio_err;
crypto/libressl/crypto/ct/ct_prn.c
100
SCT_signature_algorithms_print(const SCT *sct, BIO *out)
crypto/libressl/crypto/ct/ct_prn.c
111
timestamp_print(uint64_t timestamp, BIO *out)
crypto/libressl/crypto/ct/ct_prn.c
151
SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store)
crypto/libressl/crypto/ct/ct_prn.c
195
SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
crypto/libressl/crypto/ct/ct_prn.c
74
BIO_hex_string(BIO *out, int indent, int width, unsigned char *data,
crypto/libressl/crypto/ct/ct_x509v3.c
81
i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out,
crypto/libressl/crypto/dh/dh_ameth.c
314
do_dh_print(BIO *bp, const DH *x, int indent, ASN1_PCTX *ctx, int ptype)
crypto/libressl/crypto/dh/dh_ameth.c
454
dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dh/dh_ameth.c
460
dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dh/dh_ameth.c
466
dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dh/dh_ameth.c
472
DHparams_print(BIO *bp, const DH *x)
crypto/libressl/crypto/dh/dh_asn1.c
142
d2i_DHparams_bio(BIO *bp, DH **a)
crypto/libressl/crypto/dh/dh_asn1.c
148
i2d_DHparams_bio(BIO *bp, DH *a)
crypto/libressl/crypto/dh/dh_prn.c
68
BIO *b;
crypto/libressl/crypto/dsa/dsa_ameth.c
385
do_dsa_print(BIO *bp, const DSA *x, int off, int ptype)
crypto/libressl/crypto/dsa/dsa_ameth.c
466
dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dsa/dsa_ameth.c
472
dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dsa/dsa_ameth.c
478
dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/dsa/dsa_ameth.c
582
dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig,
crypto/libressl/crypto/dsa/dsa_asn1.c
309
d2i_DSAparams_bio(BIO *bp, DSA **a)
crypto/libressl/crypto/dsa/dsa_asn1.c
315
i2d_DSAparams_bio(BIO *bp, DSA *a)
crypto/libressl/crypto/dsa/dsa_prn.c
112
DSAparams_print(BIO *bp, const DSA *x)
crypto/libressl/crypto/dsa/dsa_prn.c
68
BIO *b;
crypto/libressl/crypto/dsa/dsa_prn.c
84
BIO *b;
crypto/libressl/crypto/dsa/dsa_prn.c
98
DSA_print(BIO *bp, const DSA *x, int off)
crypto/libressl/crypto/ec/ec_ameth.c
439
do_EC_KEY_print(BIO * bp, const EC_KEY * x, int off, int ktype)
crypto/libressl/crypto/ec/ec_ameth.c
542
eckey_param_print(BIO * bp, const EVP_PKEY * pkey, int indent,
crypto/libressl/crypto/ec/ec_ameth.c
549
eckey_pub_print(BIO * bp, const EVP_PKEY * pkey, int indent,
crypto/libressl/crypto/ec/ec_ameth.c
557
eckey_priv_print(BIO * bp, const EVP_PKEY * pkey, int indent,
crypto/libressl/crypto/ec/eck_prn.c
107
BIO *b;
crypto/libressl/crypto/ec/eck_prn.c
121
EC_KEY_print(BIO * bp, const EC_KEY * x, int off)
crypto/libressl/crypto/ec/eck_prn.c
134
ECParameters_print(BIO * bp, const EC_KEY * x)
crypto/libressl/crypto/ec/eck_prn.c
147
print_bin(BIO * fp, const char *str, const unsigned char *num,
crypto/libressl/crypto/ec/eck_prn.c
151
ECPKParameters_print(BIO * bp, const EC_GROUP * x, int off)
crypto/libressl/crypto/ec/eck_prn.c
327
print_bin(BIO * fp, const char *name, const unsigned char *buf,
crypto/libressl/crypto/ec/eck_prn.c
75
BIO *b;
crypto/libressl/crypto/ec/eck_prn.c
91
BIO *b;
crypto/libressl/crypto/engine/eng_openssl.c
395
BIO *in;
crypto/libressl/crypto/err/err_prn.c
112
return BIO_write((BIO *)bp, str, len);
crypto/libressl/crypto/err/err_prn.c
116
ERR_print_errors(BIO *bp)
crypto/libressl/crypto/err/err_prn.c
95
BIO bio;
crypto/libressl/crypto/evp/bio_b64.c
116
b64_new(BIO *bi)
crypto/libressl/crypto/evp/bio_b64.c
140
b64_free(BIO *a)
crypto/libressl/crypto/evp/bio_b64.c
152
b64_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/evp/bio_b64.c
354
b64_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/evp/bio_b64.c
468
b64_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/evp/bio_b64.c
553
b64_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/evp/bio_b64.c
568
b64_puts(BIO *b, const char *str)
crypto/libressl/crypto/evp/bio_b64.c
69
static int b64_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/evp/bio_b64.c
70
static int b64_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/evp/bio_b64.c
71
static int b64_puts(BIO *h, const char *str);
crypto/libressl/crypto/evp/bio_b64.c
73
static long b64_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/evp/bio_b64.c
74
static int b64_new(BIO *h);
crypto/libressl/crypto/evp/bio_b64.c
75
static int b64_free(BIO *data);
crypto/libressl/crypto/evp/bio_b64.c
76
static long b64_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/libressl/crypto/evp/bio_enc.c
111
enc_new(BIO *bi)
crypto/libressl/crypto/evp/bio_enc.c
133
enc_free(BIO *a)
crypto/libressl/crypto/evp/bio_enc.c
149
enc_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/evp/bio_enc.c
235
enc_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/evp/bio_enc.c
287
enc_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/evp/bio_enc.c
289
BIO *dbio;
crypto/libressl/crypto/evp/bio_enc.c
361
dbio = (BIO *)ptr;
crypto/libressl/crypto/evp/bio_enc.c
376
enc_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/evp/bio_enc.c
391
BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
crypto/libressl/crypto/evp/bio_enc.c
395
long (*cb)(BIO *, int, const char *, int, long, long);
crypto/libressl/crypto/evp/bio_enc.c
69
static int enc_write(BIO *h, const char *buf, int num);
crypto/libressl/crypto/evp/bio_enc.c
70
static int enc_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/evp/bio_enc.c
73
static long enc_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/evp/bio_enc.c
74
static int enc_new(BIO *h);
crypto/libressl/crypto/evp/bio_enc.c
75
static int enc_free(BIO *data);
crypto/libressl/crypto/evp/bio_enc.c
76
static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
crypto/libressl/crypto/evp/bio_md.c
114
md_free(BIO *a)
crypto/libressl/crypto/evp/bio_md.c
126
md_read(BIO *b, char *out, int outl)
crypto/libressl/crypto/evp/bio_md.c
152
md_write(BIO *b, const char *in, int inl)
crypto/libressl/crypto/evp/bio_md.c
180
md_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/crypto/evp/bio_md.c
186
BIO *dbio;
crypto/libressl/crypto/evp/bio_md.c
244
md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/crypto/evp/bio_md.c
259
md_gets(BIO *bp, char *buf, int size)
crypto/libressl/crypto/evp/bio_md.c
71
static int md_write(BIO *h, char const *buf, int num);
crypto/libressl/crypto/evp/bio_md.c
72
static int md_read(BIO *h, char *buf, int size);
crypto/libressl/crypto/evp/bio_md.c
74
static int md_gets(BIO *h, char *str, int size);
crypto/libressl/crypto/evp/bio_md.c
75
static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/crypto/evp/bio_md.c
76
static int md_new(BIO *h);
crypto/libressl/crypto/evp/bio_md.c
77
static int md_free(BIO *data);
crypto/libressl/crypto/evp/bio_md.c
78
static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/libressl/crypto/evp/bio_md.c
99
md_new(BIO *bi)
crypto/libressl/crypto/evp/p_lib.c
538
unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, const char *kstr)
crypto/libressl/crypto/evp/p_lib.c
548
EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/evp/p_lib.c
558
EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/evp/p_lib.c
568
EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/crypto/gost/gostr341001_ameth.c
322
param_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/gost/gostr341001_ameth.c
338
pub_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/gost/gostr341001_ameth.c
386
priv_print_gost01(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)
crypto/libressl/crypto/lhash/lh_stats.c
145
BIO *bp;
crypto/libressl/crypto/lhash/lh_stats.c
159
BIO *bp;
crypto/libressl/crypto/lhash/lh_stats.c
173
BIO *bp;
crypto/libressl/crypto/lhash/lh_stats.c
186
lh_stats_bio(const _LHASH *lh, BIO *out)
crypto/libressl/crypto/lhash/lh_stats.c
215
lh_node_stats_bio(const _LHASH *lh, BIO *out)
crypto/libressl/crypto/lhash/lh_stats.c
228
lh_node_usage_stats_bio(const _LHASH *lh, BIO *out)
crypto/libressl/crypto/mem_dbg.c
182
CRYPTO_mem_leaks(BIO *b)
crypto/libressl/crypto/objects/obj_dat.c
605
OBJ_create_objects(BIO *in)
crypto/libressl/crypto/ocsp/ocsp_asn.c
352
d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a)
crypto/libressl/crypto/ocsp/ocsp_asn.c
358
i2d_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST *a)
crypto/libressl/crypto/ocsp/ocsp_asn.c
472
d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a)
crypto/libressl/crypto/ocsp/ocsp_asn.c
478
i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a)
crypto/libressl/crypto/ocsp/ocsp_ht.c
152
OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, int maxline)
crypto/libressl/crypto/ocsp/ocsp_ht.c
443
OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req)
crypto/libressl/crypto/ocsp/ocsp_ht.c
76
BIO *io; /* BIO to perform I/O with */
crypto/libressl/crypto/ocsp/ocsp_ht.c
77
BIO *mem; /* Memory BIO response is built into */
crypto/libressl/crypto/ocsp/ocsp_prn.c
146
OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
crypto/libressl/crypto/ocsp/ocsp_prn.c
197
OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
crypto/libressl/crypto/ocsp/ocsp_prn.c
72
ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
crypto/libressl/crypto/pem/pem_all.c
159
PEM_read_bio_X509_REQ(BIO *bp, X509_REQ **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
166
PEM_write_bio_X509_REQ(BIO *bp, X509_REQ *x)
crypto/libressl/crypto/pem/pem_all.c
180
PEM_write_bio_X509_REQ_NEW(BIO *bp, X509_REQ *x)
crypto/libressl/crypto/pem/pem_all.c
201
PEM_read_bio_X509_CRL(BIO *bp, X509_CRL **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
208
PEM_write_bio_X509_CRL(BIO *bp, X509_CRL *x)
crypto/libressl/crypto/pem/pem_all.c
229
PEM_read_bio_PKCS7(BIO *bp, PKCS7 **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
236
PEM_write_bio_PKCS7(BIO *bp, PKCS7 *x)
crypto/libressl/crypto/pem/pem_all.c
257
PEM_read_bio_NETSCAPE_CERT_SEQUENCE(BIO *bp, NETSCAPE_CERT_SEQUENCE **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
264
PEM_write_bio_NETSCAPE_CERT_SEQUENCE(BIO *bp, NETSCAPE_CERT_SEQUENCE *x)
crypto/libressl/crypto/pem/pem_all.c
316
PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
325
PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x,
crypto/libressl/crypto/pem/pem_all.c
348
PEM_read_bio_RSAPublicKey(BIO *bp, RSA **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
355
PEM_write_bio_RSAPublicKey(BIO *bp, const RSA *x)
crypto/libressl/crypto/pem/pem_all.c
376
PEM_read_bio_RSA_PUBKEY(BIO *bp, RSA **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
383
PEM_write_bio_RSA_PUBKEY(BIO *bp, RSA *x)
crypto/libressl/crypto/pem/pem_all.c
429
PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
438
PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x,
crypto/libressl/crypto/pem/pem_all.c
461
PEM_write_bio_DSA_PUBKEY(BIO *bp, DSA *x)
crypto/libressl/crypto/pem/pem_all.c
468
PEM_read_bio_DSA_PUBKEY(BIO *bp, DSA **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
489
PEM_read_bio_DSAparams(BIO *bp, DSA **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
496
PEM_write_bio_DSAparams(BIO *bp, const DSA *x)
crypto/libressl/crypto/pem/pem_all.c
539
PEM_read_bio_ECPKParameters(BIO *bp, EC_GROUP **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
546
PEM_write_bio_ECPKParameters(BIO *bp, const EC_GROUP *x)
crypto/libressl/crypto/pem/pem_all.c
570
PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
578
PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x,
crypto/libressl/crypto/pem/pem_all.c
601
PEM_read_bio_EC_PUBKEY(BIO *bp, EC_KEY **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
608
PEM_write_bio_EC_PUBKEY(BIO *bp, EC_KEY *x)
crypto/libressl/crypto/pem/pem_all.c
633
PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
640
PEM_write_bio_DHparams(BIO *bp, const DH *x)
crypto/libressl/crypto/pem/pem_all.c
663
PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_all.c
670
PEM_write_bio_PUBKEY(BIO *bp, EVP_PKEY *x)
crypto/libressl/crypto/pem/pem_info.c
295
PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_info.c
84
BIO *b;
crypto/libressl/crypto/pem/pem_info.c
98
PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb,
crypto/libressl/crypto/pem/pem_lib.c
175
BIO *b;
crypto/libressl/crypto/pem/pem_lib.c
283
const char *name, BIO *bp, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_lib.c
331
BIO *b;
crypto/libressl/crypto/pem/pem_lib.c
345
PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x,
crypto/libressl/crypto/pem/pem_lib.c
581
BIO *b;
crypto/libressl/crypto/pem/pem_lib.c
595
PEM_write_bio(BIO *bp, const char *name, const char *header,
crypto/libressl/crypto/pem/pem_lib.c
654
BIO *b;
crypto/libressl/crypto/pem/pem_lib.c
668
PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data,
crypto/libressl/crypto/pem/pem_oth.c
71
PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
crypto/libressl/crypto/pem/pem_pk8.c
103
i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
crypto/libressl/crypto/pem/pem_pk8.c
110
do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pk8.c
157
d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_pk8.c
225
BIO *bp;
crypto/libressl/crypto/pem/pem_pk8.c
240
BIO *bp;
crypto/libressl/crypto/pem/pem_pk8.c
267
PEM_read_bio_PKCS8(BIO *bp, X509_SIG **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_pk8.c
274
PEM_write_bio_PKCS8(BIO *bp, X509_SIG *x)
crypto/libressl/crypto/pem/pem_pk8.c
295
PEM_read_bio_PKCS8_PRIV_KEY_INFO(BIO *bp, PKCS8_PRIV_KEY_INFO **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_pk8.c
302
PEM_write_bio_PKCS8_PRIV_KEY_INFO(BIO *bp, PKCS8_PRIV_KEY_INFO *x)
crypto/libressl/crypto/pem/pem_pk8.c
70
static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid,
crypto/libressl/crypto/pem/pem_pk8.c
82
PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr,
crypto/libressl/crypto/pem/pem_pk8.c
89
PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pk8.c
96
i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pkey.c
152
PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pkey.c
164
PEM_write_bio_PrivateKey_traditional(BIO *bp, EVP_PKEY *x,
crypto/libressl/crypto/pem/pem_pkey.c
177
PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x)
crypto/libressl/crypto/pem/pem_pkey.c
217
PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x)
crypto/libressl/crypto/pem/pem_pkey.c
233
BIO *b;
crypto/libressl/crypto/pem/pem_pkey.c
250
BIO *b;
crypto/libressl/crypto/pem/pem_pkey.c
82
PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_x509.c
83
PEM_read_bio_X509(BIO *bp, X509 **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_x509.c
90
PEM_write_bio_X509(BIO *bp, X509 *x)
crypto/libressl/crypto/pem/pem_xaux.c
83
PEM_read_bio_X509_AUX(BIO *bp, X509 **x, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pem_xaux.c
90
PEM_write_bio_X509_AUX(BIO *bp, X509 *x)
crypto/libressl/crypto/pem/pvkfmt.c
273
do_b2i_bio(BIO *in, int ispub)
crypto/libressl/crypto/pem/pvkfmt.c
425
b2i_PrivateKey_bio(BIO *in)
crypto/libressl/crypto/pem/pvkfmt.c
431
b2i_PublicKey_bio(BIO *in)
crypto/libressl/crypto/pem/pvkfmt.c
531
do_i2b_bio(BIO *out, EVP_PKEY *pk, int ispub)
crypto/libressl/crypto/pem/pvkfmt.c
645
i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk)
crypto/libressl/crypto/pem/pvkfmt.c
651
i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk)
crypto/libressl/crypto/pem/pvkfmt.c
807
b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pem/pvkfmt.c
917
i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u)
crypto/libressl/crypto/pkcs12/p12_utl.c
130
i2d_PKCS12_bio(BIO *bp, PKCS12 *p12)
crypto/libressl/crypto/pkcs12/p12_utl.c
142
d2i_PKCS12_bio(BIO *bp, PKCS12 **p12)
crypto/libressl/crypto/pkcs7/pk7_asn1.c
963
PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx)
crypto/libressl/crypto/pkcs7/pk7_doit.c
111
PKCS7_bio_add_digest(BIO **pbio, X509_ALGOR *alg)
crypto/libressl/crypto/pkcs7/pk7_doit.c
113
BIO *btmp;
crypto/libressl/crypto/pkcs7/pk7_doit.c
251
BIO *
crypto/libressl/crypto/pkcs7/pk7_doit.c
252
PKCS7_dataInit(PKCS7 *p7, BIO *bio)
crypto/libressl/crypto/pkcs7/pk7_doit.c
255
BIO *out = NULL, *btmp = NULL;
crypto/libressl/crypto/pkcs7/pk7_doit.c
422
BIO *
crypto/libressl/crypto/pkcs7/pk7_doit.c
423
PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert)
crypto/libressl/crypto/pkcs7/pk7_doit.c
426
BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL;
crypto/libressl/crypto/pkcs7/pk7_doit.c
633
static BIO *
crypto/libressl/crypto/pkcs7/pk7_doit.c
634
PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid)
crypto/libressl/crypto/pkcs7/pk7_doit.c
687
PKCS7_dataFinal(PKCS7 *p7, BIO *bio)
crypto/libressl/crypto/pkcs7/pk7_doit.c
691
BIO *btmp;
crypto/libressl/crypto/pkcs7/pk7_doit.c
920
PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio,
crypto/libressl/crypto/pkcs7/pk7_doit.c
981
PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509)
crypto/libressl/crypto/pkcs7/pk7_doit.c
988
BIO *btmp;
crypto/libressl/crypto/pkcs7/pk7_mime.c
64
i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
crypto/libressl/crypto/pkcs7/pk7_mime.c
71
PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
crypto/libressl/crypto/pkcs7/pk7_mime.c
78
SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags)
crypto/libressl/crypto/pkcs7/pk7_mime.c
95
SMIME_read_PKCS7(BIO *bio, BIO **bcont)
crypto/libressl/crypto/pkcs7/pk7_smime.c
116
PKCS7_final(PKCS7 *p7, BIO *data, int flags)
crypto/libressl/crypto/pkcs7/pk7_smime.c
118
BIO *p7bio;
crypto/libressl/crypto/pkcs7/pk7_smime.c
260
PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata,
crypto/libressl/crypto/pkcs7/pk7_smime.c
261
BIO *out, int flags)
crypto/libressl/crypto/pkcs7/pk7_smime.c
270
BIO *p7bio;
crypto/libressl/crypto/pkcs7/pk7_smime.c
271
BIO *tmpin, *tmpout;
crypto/libressl/crypto/pkcs7/pk7_smime.c
488
PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/crypto/pkcs7/pk7_smime.c
492
BIO *p7bio = NULL;
crypto/libressl/crypto/pkcs7/pk7_smime.c
529
PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags)
crypto/libressl/crypto/pkcs7/pk7_smime.c
531
BIO *tmpmem;
crypto/libressl/crypto/pkcs7/pk7_smime.c
556
BIO *tmpbuf;
crypto/libressl/crypto/pkcs7/pk7_smime.c
72
PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data,
crypto/libressl/crypto/rsa/rsa_ameth.c
316
rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, int indent)
crypto/libressl/crypto/rsa/rsa_ameth.c
422
pkey_rsa_print(BIO *bp, const EVP_PKEY *pkey, int off, int priv)
crypto/libressl/crypto/rsa/rsa_ameth.c
496
rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/rsa/rsa_ameth.c
502
rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
crypto/libressl/crypto/rsa/rsa_ameth.c
508
rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig,
crypto/libressl/crypto/rsa/rsa_prn.c
68
BIO *b;
crypto/libressl/crypto/rsa/rsa_prn.c
82
RSA_print(BIO *bp, const RSA *x, int off)
crypto/libressl/crypto/ts/ts_asn1.c
127
d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
crypto/libressl/crypto/ts/ts_asn1.c
133
i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_asn1.c
240
d2i_TS_REQ_bio(BIO *bp, TS_REQ **a)
crypto/libressl/crypto/ts/ts_asn1.c
246
i2d_TS_REQ_bio(BIO *bp, TS_REQ *a)
crypto/libressl/crypto/ts/ts_asn1.c
447
d2i_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO **a)
crypto/libressl/crypto/ts/ts_asn1.c
453
i2d_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_asn1.c
650
d2i_TS_RESP_bio(BIO *bp, TS_RESP **a)
crypto/libressl/crypto/ts/ts_asn1.c
656
i2d_TS_RESP_bio(BIO *bp, TS_RESP *a)
crypto/libressl/crypto/ts/ts_conf.c
100
BIO *cert = NULL;
crypto/libressl/crypto/ts/ts_conf.c
117
BIO *certs = NULL;
crypto/libressl/crypto/ts/ts_conf.c
151
BIO *key = NULL;
crypto/libressl/crypto/ts/ts_lib.c
107
TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions)
crypto/libressl/crypto/ts/ts_lib.c
132
TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg)
crypto/libressl/crypto/ts/ts_lib.c
141
TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
crypto/libressl/crypto/ts/ts_lib.c
75
TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num)
crypto/libressl/crypto/ts/ts_lib.c
94
TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj)
crypto/libressl/crypto/ts/ts_local.h
286
BIO *data;
crypto/libressl/crypto/ts/ts_req_print.c
69
TS_REQ_print_bio(BIO *bio, TS_REQ *a)
crypto/libressl/crypto/ts/ts_rsp_print.c
100
TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_print.c
182
TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v)
crypto/libressl/crypto/ts/ts_rsp_print.c
198
TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
crypto/libressl/crypto/ts/ts_rsp_print.c
280
TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy)
crypto/libressl/crypto/ts/ts_rsp_print.c
75
static int TS_status_map_print(BIO *bio, struct status_map_st *a,
crypto/libressl/crypto/ts/ts_rsp_print.c
77
static int TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
crypto/libressl/crypto/ts/ts_rsp_print.c
82
TS_RESP_print_bio(BIO *bio, TS_RESP *a)
crypto/libressl/crypto/ts/ts_rsp_sign.c
424
TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio)
crypto/libressl/crypto/ts/ts_rsp_sign.c
724
BIO *p7bio = NULL;
crypto/libressl/crypto/ts/ts_rsp_verify.c
160
BIO *p7bio = NULL;
crypto/libressl/crypto/ts/ts_rsp_verify.c
686
TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info, X509_ALGOR **out_md_alg,
crypto/libressl/crypto/ts/ts_rsp_verify.c
86
static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
crypto/libressl/crypto/ts/ts_verify_ctx.c
145
BIO *
crypto/libressl/crypto/ts/ts_verify_ctx.c
146
TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio)
crypto/libressl/crypto/txt_db/txt_db.c
246
TXT_DB_write(BIO *out, TXT_DB *db)
crypto/libressl/crypto/txt_db/txt_db.c
70
TXT_DB_read(BIO *in, int num)
crypto/libressl/crypto/x509/by_file.c
125
BIO *in = NULL;
crypto/libressl/crypto/x509/by_file.c
181
BIO *in = NULL;
crypto/libressl/crypto/x509/by_file.c
238
BIO *in;
crypto/libressl/crypto/x509/by_mem.c
101
BIO *in = NULL;
crypto/libressl/crypto/x509/pcy_tree.c
101
BIO *err;
crypto/libressl/crypto/x509/pcy_tree.c
74
expected_print(BIO *err, X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node,
crypto/libressl/crypto/x509/x509_addr.c
566
i2r_address(BIO *out, const unsigned afi, const unsigned char fill,
crypto/libressl/crypto/x509/x509_addr.c
609
i2r_IPAddressOrRanges(BIO *out, const int indent,
crypto/libressl/crypto/x509/x509_addr.c
650
i2r_IPAddrBlocks(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
crypto/libressl/crypto/x509/x509_alt.c
249
GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen)
crypto/libressl/crypto/x509/x509_asid.c
293
i2r_ASIdentifierChoice(BIO *out, ASIdentifierChoice *choice, int indent,
crypto/libressl/crypto/x509/x509_asid.c
345
i2r_ASIdentifiers(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
crypto/libressl/crypto/x509/x509_cpols.c
671
i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out,
crypto/libressl/crypto/x509/x509_cpols.c
690
print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent)
crypto/libressl/crypto/x509/x509_cpols.c
721
print_notice(BIO *out, USERNOTICE *notice, int indent)
crypto/libressl/crypto/x509/x509_cpols.c
74
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_cpols.c
750
X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent)
crypto/libressl/crypto/x509/x509_cpols.c
77
static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals,
crypto/libressl/crypto/x509/x509_cpols.c
79
static void print_notice(BIO *out, USERNOTICE *notice, int indent);
crypto/libressl/crypto/x509/x509_crld.c
248
print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent)
crypto/libressl/crypto/x509/x509_crld.c
633
static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
crypto/libressl/crypto/x509/x509_crld.c
705
print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
crypto/libressl/crypto/x509/x509_crld.c
718
print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
crypto/libressl/crypto/x509/x509_crld.c
72
static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
crypto/libressl/crypto/x509/x509_crld.c
735
i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_crld.c
761
i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_info.c
304
i2a_ACCESS_DESCRIPTION(BIO *bp, const ACCESS_DESCRIPTION* a)
crypto/libressl/crypto/x509/x509_ncons.c
234
i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ncons.c
247
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name)
crypto/libressl/crypto/x509/x509_ncons.c
267
print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip)
crypto/libressl/crypto/x509/x509_ncons.c
72
void *a, BIO *bp, int ind);
crypto/libressl/crypto/x509/x509_ncons.c
74
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name);
crypto/libressl/crypto/x509/x509_ncons.c
75
static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip);
crypto/libressl/crypto/x509/x509_ocsp.c
218
i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
252
i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp,
crypto/libressl/crypto/x509/x509_ocsp.c
263
i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
329
i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out,
crypto/libressl/crypto/x509/x509_ocsp.c
342
i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out,
crypto/libressl/crypto/x509/x509_ocsp.c
356
i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
crypto/libressl/crypto/x509/x509_ocsp.c
78
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
80
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
81
static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out,
crypto/libressl/crypto/x509/x509_ocsp.c
89
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
92
void *nocheck, BIO *out, int indent);
crypto/libressl/crypto/x509/x509_ocsp.c
96
BIO *bp, int ind);
crypto/libressl/crypto/x509/x509_pci.c
160
BIO *b = BIO_new_file(val->value + 5, "r");
crypto/libressl/crypto/x509/x509_pci.c
45
BIO *out, int indent);
crypto/libressl/crypto/x509/x509_pci.c
67
i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out,
crypto/libressl/crypto/x509/x509_pku.c
140
BIO *out, int indent)
crypto/libressl/crypto/x509/x509_pku.c
66
PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
crypto/libressl/crypto/x509/x509_prn.c
106
X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
crypto/libressl/crypto/x509/x509_prn.c
157
X509V3_extensions_print(BIO *bp, const char *title,
crypto/libressl/crypto/x509/x509_prn.c
192
unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
crypto/libressl/crypto/x509/x509_prn.c
219
BIO *bio_tmp;
crypto/libressl/crypto/x509/x509_prn.c
69
static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
crypto/libressl/crypto/x509/x509_prn.c
75
X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
crypto/libressl/crypto/x509/x509_sxnet.c
207
sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent)
crypto/libressl/crypto/x509/x509_sxnet.c
72
static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
crypto/libressl/crypto/x509/x_all.c
103
d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
crypto/libressl/crypto/x509/x_all.c
109
i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl)
crypto/libressl/crypto/x509/x_all.c
127
d2i_PKCS7_bio(BIO *bp, PKCS7 **p7)
crypto/libressl/crypto/x509/x_all.c
133
i2d_PKCS7_bio(BIO *bp, PKCS7 *p7)
crypto/libressl/crypto/x509/x_all.c
151
d2i_X509_REQ_bio(BIO *bp, X509_REQ **req)
crypto/libressl/crypto/x509/x_all.c
157
i2d_X509_REQ_bio(BIO *bp, X509_REQ *req)
crypto/libressl/crypto/x509/x_all.c
176
d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa)
crypto/libressl/crypto/x509/x_all.c
182
i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa)
crypto/libressl/crypto/x509/x_all.c
200
d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa)
crypto/libressl/crypto/x509/x_all.c
206
i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa)
crypto/libressl/crypto/x509/x_all.c
226
d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa)
crypto/libressl/crypto/x509/x_all.c
232
i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa)
crypto/libressl/crypto/x509/x_all.c
252
d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey)
crypto/libressl/crypto/x509/x_all.c
258
i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey)
crypto/libressl/crypto/x509/x_all.c
277
d2i_PKCS8_bio(BIO *bp, X509_SIG **p8)
crypto/libressl/crypto/x509/x_all.c
283
i2d_PKCS8_bio(BIO *bp, X509_SIG *p8)
crypto/libressl/crypto/x509/x_all.c
301
d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO **p8inf)
crypto/libressl/crypto/x509/x_all.c
308
i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO *p8inf)
crypto/libressl/crypto/x509/x_all.c
329
d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a)
crypto/libressl/crypto/x509/x_all.c
336
i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey)
crypto/libressl/crypto/x509/x_all.c
355
i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key)
crypto/libressl/crypto/x509/x_all.c
79
d2i_X509_bio(BIO *bp, X509 **x509)
crypto/libressl/crypto/x509/x_all.c
85
i2d_X509_bio(BIO *bp, X509 *x509)
crypto/libressl/include/openssl/asn1.h
285
int fname##_print_ctx(BIO *out, stname *x, int indent, \
crypto/libressl/include/openssl/asn1.h
585
int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs,
crypto/libressl/include/openssl/asn1.h
734
int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a);
crypto/libressl/include/openssl/asn1.h
735
int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
crypto/libressl/include/openssl/asn1.h
736
int i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a);
crypto/libressl/include/openssl/asn1.h
737
int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
crypto/libressl/include/openssl/asn1.h
738
int i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *a);
crypto/libressl/include/openssl/asn1.h
739
int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
crypto/libressl/include/openssl/asn1.h
740
int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
crypto/libressl/include/openssl/asn1.h
812
void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x);
crypto/libressl/include/openssl/asn1.h
820
void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
crypto/libressl/include/openssl/asn1.h
821
int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x);
crypto/libressl/include/openssl/asn1.h
833
int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
crypto/libressl/include/openssl/asn1.h
834
int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
crypto/libressl/include/openssl/asn1.h
835
int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a);
crypto/libressl/include/openssl/asn1.h
836
int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
crypto/libressl/include/openssl/asn1.h
837
int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
crypto/libressl/include/openssl/asn1.h
838
int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
crypto/libressl/include/openssl/asn1.h
839
int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
crypto/libressl/include/openssl/asn1.h
841
int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
crypto/libressl/include/openssl/asn1.h
842
int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump);
crypto/libressl/include/openssl/asn1.h
912
int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
crypto/libressl/include/openssl/asn1.h
929
BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
931
int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
crypto/libressl/include/openssl/asn1.h
933
int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
crypto/libressl/include/openssl/asn1.h
935
int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
crypto/libressl/include/openssl/asn1.h
938
ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
crypto/libressl/include/openssl/asn1.h
939
int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
crypto/libressl/include/openssl/asn1.h
940
int SMIME_text(BIO *in, BIO *out);
crypto/libressl/include/openssl/asn1t.h
661
typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
crypto/libressl/include/openssl/asn1t.h
667
typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/asn1t.h
721
BIO *out;
crypto/libressl/include/openssl/asn1t.h
729
BIO *out;
crypto/libressl/include/openssl/asn1t.h
731
BIO *ndef_bio;
crypto/libressl/include/openssl/asn1t.h
863
int fname##_print_ctx(BIO *out, stname *x, int indent, \
crypto/libressl/include/openssl/bio.h
208
void BIO_set_flags(BIO *b, int flags);
crypto/libressl/include/openssl/bio.h
209
int BIO_test_flags(const BIO *b, int flags);
crypto/libressl/include/openssl/bio.h
210
void BIO_clear_flags(BIO *b, int flags);
crypto/libressl/include/openssl/bio.h
262
typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
crypto/libressl/include/openssl/bio.h
264
typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
crypto/libressl/include/openssl/bio.h
267
BIO_callback_fn BIO_get_callback(const BIO *b);
crypto/libressl/include/openssl/bio.h
268
void BIO_set_callback(BIO *b, BIO_callback_fn callback);
crypto/libressl/include/openssl/bio.h
270
BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
crypto/libressl/include/openssl/bio.h
271
void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
crypto/libressl/include/openssl/bio.h
273
char *BIO_get_callback_arg(const BIO *b);
crypto/libressl/include/openssl/bio.h
274
void BIO_set_callback_arg(BIO *b, char *arg);
crypto/libressl/include/openssl/bio.h
276
const char *BIO_method_name(const BIO *b);
crypto/libressl/include/openssl/bio.h
277
int BIO_method_type(const BIO *b);
crypto/libressl/include/openssl/bio.h
279
typedef int BIO_info_cb(BIO *, int, int);
crypto/libressl/include/openssl/bio.h
285
DECLARE_STACK_OF(BIO)
crypto/libressl/include/openssl/bio.h
288
typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
crypto/libressl/include/openssl/bio.h
293
int (*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *, int);
crypto/libressl/include/openssl/bio.h
295
int (*write)(BIO *, const char *, int));
crypto/libressl/include/openssl/bio.h
296
int (*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int);
crypto/libressl/include/openssl/bio.h
297
int BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int));
crypto/libressl/include/openssl/bio.h
298
int (*BIO_meth_get_puts(const BIO_METHOD *biom))(BIO *, const char *);
crypto/libressl/include/openssl/bio.h
299
int BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *));
crypto/libressl/include/openssl/bio.h
300
int (*BIO_meth_get_gets(const BIO_METHOD *biom))(BIO *, char *, int);
crypto/libressl/include/openssl/bio.h
301
int BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int));
crypto/libressl/include/openssl/bio.h
302
long (*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int, long, void *);
crypto/libressl/include/openssl/bio.h
303
int BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(BIO *, int, long, void *));
crypto/libressl/include/openssl/bio.h
304
int (*BIO_meth_get_create(const BIO_METHOD *biom))(BIO *);
crypto/libressl/include/openssl/bio.h
305
int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *));
crypto/libressl/include/openssl/bio.h
306
int (*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *);
crypto/libressl/include/openssl/bio.h
307
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
crypto/libressl/include/openssl/bio.h
308
long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *);
crypto/libressl/include/openssl/bio.h
310
long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
crypto/libressl/include/openssl/bio.h
490
size_t BIO_ctrl_pending(BIO *b);
crypto/libressl/include/openssl/bio.h
491
size_t BIO_ctrl_wpending(BIO *b);
crypto/libressl/include/openssl/bio.h
509
size_t BIO_ctrl_get_write_guarantee(BIO *b);
crypto/libressl/include/openssl/bio.h
510
size_t BIO_ctrl_get_read_request(BIO *b);
crypto/libressl/include/openssl/bio.h
511
int BIO_ctrl_reset_read_request(BIO *b);
crypto/libressl/include/openssl/bio.h
530
int BIO_set_ex_data(BIO *bio, int idx, void *data);
crypto/libressl/include/openssl/bio.h
531
void *BIO_get_ex_data(BIO *bio, int idx);
crypto/libressl/include/openssl/bio.h
535
unsigned long BIO_number_read(BIO *bio);
crypto/libressl/include/openssl/bio.h
536
unsigned long BIO_number_written(BIO *bio);
crypto/libressl/include/openssl/bio.h
540
BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
crypto/libressl/include/openssl/bio.h
543
BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
crypto/libressl/include/openssl/bio.h
546
BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
crypto/libressl/include/openssl/bio.h
549
BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
crypto/libressl/include/openssl/bio.h
554
BIO *BIO_new_file(const char *filename, const char *mode);
crypto/libressl/include/openssl/bio.h
555
BIO *BIO_new_fp(FILE *stream, int close_flag);
crypto/libressl/include/openssl/bio.h
556
BIO *BIO_new(const BIO_METHOD *type);
crypto/libressl/include/openssl/bio.h
557
int BIO_set(BIO *a, const BIO_METHOD *type);
crypto/libressl/include/openssl/bio.h
558
int BIO_free(BIO *a);
crypto/libressl/include/openssl/bio.h
559
int BIO_up_ref(BIO *bio);
crypto/libressl/include/openssl/bio.h
560
void *BIO_get_data(BIO *a);
crypto/libressl/include/openssl/bio.h
561
void BIO_set_data(BIO *a, void *ptr);
crypto/libressl/include/openssl/bio.h
562
int BIO_get_init(BIO *a);
crypto/libressl/include/openssl/bio.h
563
void BIO_set_init(BIO *a, int init);
crypto/libressl/include/openssl/bio.h
564
int BIO_get_shutdown(BIO *a);
crypto/libressl/include/openssl/bio.h
565
void BIO_set_shutdown(BIO *a, int shut);
crypto/libressl/include/openssl/bio.h
566
void BIO_vfree(BIO *a);
crypto/libressl/include/openssl/bio.h
567
int BIO_read(BIO *b, void *data, int len)
crypto/libressl/include/openssl/bio.h
569
int BIO_gets(BIO *bp, char *buf, int size)
crypto/libressl/include/openssl/bio.h
571
int BIO_write(BIO *b, const void *data, int len)
crypto/libressl/include/openssl/bio.h
573
int BIO_puts(BIO *bp, const char *buf);
crypto/libressl/include/openssl/bio.h
574
int BIO_indent(BIO *b, int indent, int max);
crypto/libressl/include/openssl/bio.h
575
long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
crypto/libressl/include/openssl/bio.h
576
long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
crypto/libressl/include/openssl/bio.h
577
char * BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
crypto/libressl/include/openssl/bio.h
578
long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg);
crypto/libressl/include/openssl/bio.h
579
BIO * BIO_push(BIO *b, BIO *append);
crypto/libressl/include/openssl/bio.h
580
BIO * BIO_pop(BIO *b);
crypto/libressl/include/openssl/bio.h
581
void BIO_free_all(BIO *a);
crypto/libressl/include/openssl/bio.h
582
BIO * BIO_find_type(BIO *b, int bio_type);
crypto/libressl/include/openssl/bio.h
583
BIO * BIO_next(BIO *b);
crypto/libressl/include/openssl/bio.h
584
void BIO_set_next(BIO *b, BIO *next);
crypto/libressl/include/openssl/bio.h
585
BIO * BIO_get_retry_BIO(BIO *bio, int *reason);
crypto/libressl/include/openssl/bio.h
586
int BIO_get_retry_reason(BIO *bio);
crypto/libressl/include/openssl/bio.h
587
void BIO_set_retry_reason(BIO *bio, int reason);
crypto/libressl/include/openssl/bio.h
588
BIO * BIO_dup_chain(BIO *in);
crypto/libressl/include/openssl/bio.h
590
int BIO_nread0(BIO *bio, char **buf);
crypto/libressl/include/openssl/bio.h
591
int BIO_nread(BIO *bio, char **buf, int num);
crypto/libressl/include/openssl/bio.h
592
int BIO_nwrite0(BIO *bio, char **buf);
crypto/libressl/include/openssl/bio.h
593
int BIO_nwrite(BIO *bio, char **buf, int num);
crypto/libressl/include/openssl/bio.h
595
long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
crypto/libressl/include/openssl/bio.h
599
BIO *BIO_new_mem_buf(const void *buf, int len);
crypto/libressl/include/openssl/bio.h
628
int BIO_dump(BIO *b, const char *bytes, int len);
crypto/libressl/include/openssl/bio.h
629
int BIO_dump_indent(BIO *b, const char *bytes, int len, int indent);
crypto/libressl/include/openssl/bio.h
652
BIO *BIO_new_socket(int sock, int close_flag);
crypto/libressl/include/openssl/bio.h
653
BIO *BIO_new_dgram(int fd, int close_flag);
crypto/libressl/include/openssl/bio.h
654
BIO *BIO_new_fd(int fd, int close_flag);
crypto/libressl/include/openssl/bio.h
655
BIO *BIO_new_connect(const char *host_port);
crypto/libressl/include/openssl/bio.h
656
BIO *BIO_new_accept(const char *host_port);
crypto/libressl/include/openssl/bio.h
659
BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
crypto/libressl/include/openssl/bio.h
660
BIO **bio2, size_t writebuf2);
crypto/libressl/include/openssl/bio.h
666
void BIO_copy_next_retry(BIO *b);
crypto/libressl/include/openssl/bio.h
672
BIO_printf(BIO *bio, const char *format, ...)
crypto/libressl/include/openssl/bio.h
675
BIO_vprintf(BIO *bio, const char *format, va_list args)
crypto/libressl/include/openssl/bio.h
687
BIO_printf(BIO *bio, const char *format, ...)
crypto/libressl/include/openssl/bio.h
690
BIO_vprintf(BIO *bio, const char *format, va_list args)
crypto/libressl/include/openssl/bn.h
447
int BN_print(BIO *fp, const BIGNUM *a);
crypto/libressl/include/openssl/cms.h
131
BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
crypto/libressl/include/openssl/cms.h
132
int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
crypto/libressl/include/openssl/cms.h
139
CMS_ContentInfo *PEM_read_bio_CMS(BIO *bp, CMS_ContentInfo **x,
crypto/libressl/include/openssl/cms.h
143
int PEM_write_bio_CMS(BIO *bp, const CMS_ContentInfo *x);
crypto/libressl/include/openssl/cms.h
147
CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
crypto/libressl/include/openssl/cms.h
148
int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
crypto/libressl/include/openssl/cms.h
150
BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms);
crypto/libressl/include/openssl/cms.h
151
int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
crypto/libressl/include/openssl/cms.h
152
int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in,
crypto/libressl/include/openssl/cms.h
154
CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
crypto/libressl/include/openssl/cms.h
155
int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags);
crypto/libressl/include/openssl/cms.h
157
int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
crypto/libressl/include/openssl/cms.h
160
BIO *data, unsigned int flags);
crypto/libressl/include/openssl/cms.h
165
int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags);
crypto/libressl/include/openssl/cms.h
166
CMS_ContentInfo *CMS_data_create(BIO *in, unsigned int flags);
crypto/libressl/include/openssl/cms.h
168
int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
crypto/libressl/include/openssl/cms.h
170
CMS_ContentInfo *CMS_digest_create(BIO *in, const EVP_MD *md,
crypto/libressl/include/openssl/cms.h
174
size_t keylen, BIO *dcont, BIO *out, unsigned int flags);
crypto/libressl/include/openssl/cms.h
176
CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/cms.h
183
X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
crypto/libressl/include/openssl/cms.h
190
CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
crypto/libressl/include/openssl/cms.h
194
BIO *dcont, BIO *out, unsigned int flags);
crypto/libressl/include/openssl/cms.h
239
int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
crypto/libressl/include/openssl/cms.h
241
CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);
crypto/libressl/include/openssl/cms.h
274
int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
crypto/libressl/include/openssl/cms.h
91
int CMS_ContentInfo_print_ctx(BIO *out, CMS_ContentInfo *x, int indent, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/conf.h
126
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, long *eline);
crypto/libressl/include/openssl/conf.h
135
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
crypto/libressl/include/openssl/conf.h
157
int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
crypto/libressl/include/openssl/conf.h
163
int NCONF_dump_bio(const CONF *conf, BIO *out);
crypto/libressl/include/openssl/conf.h
94
int (*load_bio)(CONF *conf, BIO *bp, long *eline);
crypto/libressl/include/openssl/conf.h
95
int (*dump)(const CONF *conf, BIO *bp);
crypto/libressl/include/openssl/ct.h
321
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
crypto/libressl/include/openssl/ct.h
330
void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
crypto/libressl/include/openssl/dh.h
123
DH *d2i_DHparams_bio(BIO *bp, DH **a);
crypto/libressl/include/openssl/dh.h
124
int i2d_DHparams_bio(BIO *bp, DH *a);
crypto/libressl/include/openssl/dh.h
182
int DHparams_print(BIO *bp, const DH *x);
crypto/libressl/include/openssl/dsa.h
114
DSA *d2i_DSAparams_bio(BIO *bp, DSA **a);
crypto/libressl/include/openssl/dsa.h
115
int i2d_DSAparams_bio(BIO *bp, DSA *a);
crypto/libressl/include/openssl/dsa.h
184
int DSAparams_print(BIO *bp, const DSA *x);
crypto/libressl/include/openssl/dsa.h
185
int DSA_print(BIO *bp, const DSA *x, int off);
crypto/libressl/include/openssl/ec.h
727
int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
crypto/libressl/include/openssl/ec.h
953
int ECParameters_print(BIO *bp, const EC_KEY *key);
crypto/libressl/include/openssl/ec.h
961
int EC_KEY_print(BIO *bp, const EC_KEY *key, int off);
crypto/libressl/include/openssl/err.h
384
void ERR_print_errors(BIO *bp);
crypto/libressl/include/openssl/evp.h
563
int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
crypto/libressl/include/openssl/evp.h
848
int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
850
int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
852
int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
932
int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
939
int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/evp.h
947
int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
crypto/libressl/include/openssl/lhash.h
187
void lh_stats_bio(const _LHASH *lh, BIO *out);
crypto/libressl/include/openssl/lhash.h
188
void lh_node_stats_bio(const _LHASH *lh, BIO *out);
crypto/libressl/include/openssl/lhash.h
189
void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out);
crypto/libressl/include/openssl/objects.h
1026
int OBJ_create_objects(BIO *in);
crypto/libressl/include/openssl/ocsp.h
192
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
crypto/libressl/include/openssl/ocsp.h
193
OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
crypto/libressl/include/openssl/ocsp.h
368
OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a);
crypto/libressl/include/openssl/ocsp.h
369
int i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a);
crypto/libressl/include/openssl/ocsp.h
390
OCSP_REQUEST *d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a);
crypto/libressl/include/openssl/ocsp.h
391
int i2d_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST *a);
crypto/libressl/include/openssl/ocsp.h
418
int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a, unsigned long flags);
crypto/libressl/include/openssl/ocsp.h
419
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
crypto/libressl/include/openssl/pem.h
237
type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
crypto/libressl/include/openssl/pem.h
243
int PEM_write_bio_##name(BIO *bp, type *x) \
crypto/libressl/include/openssl/pem.h
249
int PEM_write_bio_##name(BIO *bp, const type *x) \
crypto/libressl/include/openssl/pem.h
255
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
262
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
321
type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
crypto/libressl/include/openssl/pem.h
324
int PEM_write_bio_##name(BIO *bp, type *x);
crypto/libressl/include/openssl/pem.h
327
int PEM_write_bio_##name(BIO *bp, const type *x);
crypto/libressl/include/openssl/pem.h
330
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
377
int PEM_read_bio(BIO *bp, char **name, char **header,
crypto/libressl/include/openssl/pem.h
379
int PEM_write_bio(BIO *bp, const char *name, const char *hdr,
crypto/libressl/include/openssl/pem.h
382
const char *name, BIO *bp, pem_password_cb *cb, void *u);
crypto/libressl/include/openssl/pem.h
383
void * PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp,
crypto/libressl/include/openssl/pem.h
385
int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x,
crypto/libressl/include/openssl/pem.h
389
STACK_OF(X509_INFO) * PEM_X509_INFO_read_bio(BIO *bp,
crypto/libressl/include/openssl/pem.h
391
int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
crypto/libressl/include/openssl/pem.h
469
int PEM_write_bio_PrivateKey_traditional(BIO *bp, EVP_PKEY *x,
crypto/libressl/include/openssl/pem.h
472
int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
crypto/libressl/include/openssl/pem.h
475
int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
crypto/libressl/include/openssl/pem.h
477
int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/include/openssl/pem.h
480
int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
crypto/libressl/include/openssl/pem.h
483
EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
crypto/libressl/include/openssl/pem.h
502
EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x);
crypto/libressl/include/openssl/pem.h
503
int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x);
crypto/libressl/include/openssl/pem.h
508
EVP_PKEY *b2i_PrivateKey_bio(BIO *in);
crypto/libressl/include/openssl/pem.h
509
EVP_PKEY *b2i_PublicKey_bio(BIO *in);
crypto/libressl/include/openssl/pem.h
510
int i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk);
crypto/libressl/include/openssl/pem.h
511
int i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk);
crypto/libressl/include/openssl/pem.h
513
EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u);
crypto/libressl/include/openssl/pem.h
514
int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb,
crypto/libressl/include/openssl/pkcs12.h
276
int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
crypto/libressl/include/openssl/pkcs12.h
278
PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
crypto/libressl/include/openssl/pkcs7.h
282
PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7);
crypto/libressl/include/openssl/pkcs7.h
283
int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7);
crypto/libressl/include/openssl/pkcs7.h
284
int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
crypto/libressl/include/openssl/pkcs7.h
285
int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
crypto/libressl/include/openssl/pkcs7.h
337
int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx);
crypto/libressl/include/openssl/pkcs7.h
352
BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
crypto/libressl/include/openssl/pkcs7.h
353
int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
crypto/libressl/include/openssl/pkcs7.h
356
BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
crypto/libressl/include/openssl/pkcs7.h
357
int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
crypto/libressl/include/openssl/pkcs7.h
358
BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
crypto/libressl/include/openssl/pkcs7.h
390
BIO *data, int flags);
crypto/libressl/include/openssl/pkcs7.h
396
int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
crypto/libressl/include/openssl/pkcs7.h
398
BIO *indata, BIO *out, int flags);
crypto/libressl/include/openssl/pkcs7.h
400
PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/pkcs7.h
402
int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
crypto/libressl/include/openssl/pkcs7.h
414
int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
crypto/libressl/include/openssl/pkcs7.h
415
PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
crypto/libressl/include/openssl/pkcs7.h
417
BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);
crypto/libressl/include/openssl/rsa.h
302
int RSA_print(BIO *bp, const RSA *r, int offset);
crypto/libressl/include/openssl/safestack.h
380
#define sk_BIO_new(cmp) SKM_sk_new(BIO, (cmp))
crypto/libressl/include/openssl/safestack.h
381
#define sk_BIO_new_null() SKM_sk_new_null(BIO)
crypto/libressl/include/openssl/safestack.h
382
#define sk_BIO_free(st) SKM_sk_free(BIO, (st))
crypto/libressl/include/openssl/safestack.h
383
#define sk_BIO_num(st) SKM_sk_num(BIO, (st))
crypto/libressl/include/openssl/safestack.h
384
#define sk_BIO_value(st, i) SKM_sk_value(BIO, (st), (i))
crypto/libressl/include/openssl/safestack.h
385
#define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val))
crypto/libressl/include/openssl/safestack.h
386
#define sk_BIO_zero(st) SKM_sk_zero(BIO, (st))
crypto/libressl/include/openssl/safestack.h
387
#define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val))
crypto/libressl/include/openssl/safestack.h
388
#define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val))
crypto/libressl/include/openssl/safestack.h
389
#define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val))
crypto/libressl/include/openssl/safestack.h
390
#define sk_BIO_find_ex(st, val) SKM_sk_find_ex(BIO, (st), (val))
crypto/libressl/include/openssl/safestack.h
391
#define sk_BIO_delete(st, i) SKM_sk_delete(BIO, (st), (i))
crypto/libressl/include/openssl/safestack.h
392
#define sk_BIO_delete_ptr(st, ptr) SKM_sk_delete_ptr(BIO, (st), (ptr))
crypto/libressl/include/openssl/safestack.h
393
#define sk_BIO_insert(st, val, i) SKM_sk_insert(BIO, (st), (val), (i))
crypto/libressl/include/openssl/safestack.h
394
#define sk_BIO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BIO, (st), (cmp))
crypto/libressl/include/openssl/safestack.h
395
#define sk_BIO_dup(st) SKM_sk_dup(BIO, st)
crypto/libressl/include/openssl/safestack.h
396
#define sk_BIO_pop_free(st, free_func) SKM_sk_pop_free(BIO, (st), (free_func))
crypto/libressl/include/openssl/safestack.h
397
#define sk_BIO_shift(st) SKM_sk_shift(BIO, (st))
crypto/libressl/include/openssl/safestack.h
398
#define sk_BIO_pop(st) SKM_sk_pop(BIO, (st))
crypto/libressl/include/openssl/safestack.h
399
#define sk_BIO_sort(st) SKM_sk_sort(BIO, (st))
crypto/libressl/include/openssl/safestack.h
400
#define sk_BIO_is_sorted(st) SKM_sk_is_sorted(BIO, (st))
crypto/libressl/include/openssl/ssl.h
1114
BIO *BIO_new_ssl(SSL_CTX *ctx, int client);
crypto/libressl/include/openssl/ssl.h
1115
BIO *BIO_new_ssl_connect(SSL_CTX *ctx);
crypto/libressl/include/openssl/ssl.h
1116
BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx);
crypto/libressl/include/openssl/ssl.h
1117
int BIO_ssl_copy_session_id(BIO *to, BIO *from);
crypto/libressl/include/openssl/ssl.h
1118
void BIO_ssl_shutdown(BIO *ssl_bio);
crypto/libressl/include/openssl/ssl.h
1164
void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio);
crypto/libressl/include/openssl/ssl.h
1165
BIO * SSL_get_rbio(const SSL *s);
crypto/libressl/include/openssl/ssl.h
1166
void SSL_set0_rbio(SSL *s, BIO *rbio);
crypto/libressl/include/openssl/ssl.h
1167
BIO * SSL_get_wbio(const SSL *s);
crypto/libressl/include/openssl/ssl.h
1239
int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses);
crypto/libressl/include/openssl/ssl.h
775
SSL_SESSION *PEM_read_bio_SSL_SESSION(BIO *bp, SSL_SESSION **x,
crypto/libressl/include/openssl/ssl.h
779
int PEM_write_bio_SSL_SESSION(BIO *bp, SSL_SESSION *x);
crypto/libressl/include/openssl/ts.h
144
TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
crypto/libressl/include/openssl/ts.h
145
int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
crypto/libressl/include/openssl/ts.h
157
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
crypto/libressl/include/openssl/ts.h
158
int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
crypto/libressl/include/openssl/ts.h
169
TS_RESP *d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
crypto/libressl/include/openssl/ts.h
170
int i2d_TS_RESP_bio(BIO *fp, TS_RESP *a);
crypto/libressl/include/openssl/ts.h
188
TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
crypto/libressl/include/openssl/ts.h
189
int i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
255
int TS_REQ_print_bio(BIO *bio, TS_REQ *a);
crypto/libressl/include/openssl/ts.h
430
TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
crypto/libressl/include/openssl/ts.h
496
BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio);
crypto/libressl/include/openssl/ts.h
525
int TS_RESP_print_bio(BIO *bio, TS_RESP *a);
crypto/libressl/include/openssl/ts.h
526
int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a);
crypto/libressl/include/openssl/ts.h
527
int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a);
crypto/libressl/include/openssl/ts.h
531
int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num);
crypto/libressl/include/openssl/ts.h
532
int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj);
crypto/libressl/include/openssl/ts.h
533
int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions);
crypto/libressl/include/openssl/ts.h
534
int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg);
crypto/libressl/include/openssl/ts.h
535
int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *msg);
crypto/libressl/include/openssl/txt_db.h
96
TXT_DB *TXT_DB_read(BIO *in, int num);
crypto/libressl/include/openssl/txt_db.h
97
long TXT_DB_write(BIO *out, TXT_DB *db);
crypto/libressl/include/openssl/x509.h
449
int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
crypto/libressl/include/openssl/x509.h
451
int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
crypto/libressl/include/openssl/x509.h
452
int X509_signature_print(BIO *bp, const X509_ALGOR *alg,
crypto/libressl/include/openssl/x509.h
513
X509 *d2i_X509_bio(BIO *bp,X509 **x509);
crypto/libressl/include/openssl/x509.h
514
int i2d_X509_bio(BIO *bp,X509 *x509);
crypto/libressl/include/openssl/x509.h
515
X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
crypto/libressl/include/openssl/x509.h
516
int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
crypto/libressl/include/openssl/x509.h
517
X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
crypto/libressl/include/openssl/x509.h
518
int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
crypto/libressl/include/openssl/x509.h
520
RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);
crypto/libressl/include/openssl/x509.h
521
int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);
crypto/libressl/include/openssl/x509.h
522
RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);
crypto/libressl/include/openssl/x509.h
523
int i2d_RSAPublicKey_bio(BIO *bp,RSA *rsa);
crypto/libressl/include/openssl/x509.h
524
RSA *d2i_RSA_PUBKEY_bio(BIO *bp,RSA **rsa);
crypto/libressl/include/openssl/x509.h
525
int i2d_RSA_PUBKEY_bio(BIO *bp,RSA *rsa);
crypto/libressl/include/openssl/x509.h
528
DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa);
crypto/libressl/include/openssl/x509.h
529
int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa);
crypto/libressl/include/openssl/x509.h
530
DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa);
crypto/libressl/include/openssl/x509.h
531
int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa);
crypto/libressl/include/openssl/x509.h
534
EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey);
crypto/libressl/include/openssl/x509.h
535
int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey);
crypto/libressl/include/openssl/x509.h
536
EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey);
crypto/libressl/include/openssl/x509.h
537
int i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey);
crypto/libressl/include/openssl/x509.h
539
X509_SIG *d2i_PKCS8_bio(BIO *bp,X509_SIG **p8);
crypto/libressl/include/openssl/x509.h
540
int i2d_PKCS8_bio(BIO *bp,X509_SIG *p8);
crypto/libressl/include/openssl/x509.h
541
PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,
crypto/libressl/include/openssl/x509.h
543
int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,PKCS8_PRIV_KEY_INFO *p8inf);
crypto/libressl/include/openssl/x509.h
544
int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key);
crypto/libressl/include/openssl/x509.h
545
int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey);
crypto/libressl/include/openssl/x509.h
546
EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
crypto/libressl/include/openssl/x509.h
547
int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey);
crypto/libressl/include/openssl/x509.h
548
EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a);
crypto/libressl/include/openssl/x509.h
891
int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
crypto/libressl/include/openssl/x509.h
892
int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
crypto/libressl/include/openssl/x509.h
894
int X509_print_ex(BIO *bp,X509 *x, unsigned long nmflag, unsigned long cflag);
crypto/libressl/include/openssl/x509.h
895
int X509_print(BIO *bp,X509 *x);
crypto/libressl/include/openssl/x509.h
896
int X509_ocspid_print(BIO *bp,X509 *x);
crypto/libressl/include/openssl/x509.h
897
int X509_CERT_AUX_print(BIO *bp,X509_CERT_AUX *x, int indent);
crypto/libressl/include/openssl/x509.h
898
int X509_CRL_print(BIO *bp,X509_CRL *x);
crypto/libressl/include/openssl/x509.h
899
int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag);
crypto/libressl/include/openssl/x509.h
900
int X509_REQ_print(BIO *bp,X509_REQ *req);
crypto/libressl/include/openssl/x509v3.h
569
int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
crypto/libressl/include/openssl/x509v3.h
610
int i2a_ACCESS_DESCRIPTION(BIO *bp, const ACCESS_DESCRIPTION* a);
crypto/libressl/include/openssl/x509v3.h
776
void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
crypto/libressl/include/openssl/x509v3.h
778
int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
crypto/libressl/include/openssl/x509v3.h
781
int X509V3_extensions_print(BIO *out, const char *title,
crypto/libressl/include/openssl/x509v3.h
846
void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
crypto/libressl/include/openssl/x509v3.h
91
BIO *out, int indent);
crypto/libressl/ssl/bio_ssl.c
108
ssl_new(BIO *bi)
crypto/libressl/ssl/bio_ssl.c
124
ssl_free(BIO *a)
crypto/libressl/ssl/bio_ssl.c
144
ssl_read(BIO *b, char *out, int outl)
crypto/libressl/ssl/bio_ssl.c
216
ssl_write(BIO *b, const char *out, int outl)
crypto/libressl/ssl/bio_ssl.c
282
ssl_ctrl(BIO *b, int cmd, long num, void *ptr)
crypto/libressl/ssl/bio_ssl.c
286
BIO *dbio, *bio;
crypto/libressl/ssl/bio_ssl.c
427
dbio = (BIO *)ptr;
crypto/libressl/ssl/bio_ssl.c
466
ssl_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
crypto/libressl/ssl/bio_ssl.c
491
ssl_puts(BIO *bp, const char *str)
crypto/libressl/ssl/bio_ssl.c
500
BIO *
crypto/libressl/ssl/bio_ssl.c
503
BIO *ret = NULL, *buf = NULL, *ssl = NULL;
crypto/libressl/ssl/bio_ssl.c
519
BIO *
crypto/libressl/ssl/bio_ssl.c
522
BIO *ret = NULL, *con = NULL, *ssl = NULL;
crypto/libressl/ssl/bio_ssl.c
538
BIO *
crypto/libressl/ssl/bio_ssl.c
541
BIO *ret;
crypto/libressl/ssl/bio_ssl.c
563
BIO_ssl_copy_session_id(BIO *t, BIO *f)
crypto/libressl/ssl/bio_ssl.c
579
BIO_ssl_shutdown(BIO *b)
crypto/libressl/ssl/bio_ssl.c
72
static int ssl_write(BIO *h, const char *buf, int num);
crypto/libressl/ssl/bio_ssl.c
73
static int ssl_read(BIO *h, char *buf, int size);
crypto/libressl/ssl/bio_ssl.c
74
static int ssl_puts(BIO *h, const char *str);
crypto/libressl/ssl/bio_ssl.c
75
static long ssl_ctrl(BIO *h, int cmd, long arg1, void *arg2);
crypto/libressl/ssl/bio_ssl.c
76
static int ssl_new(BIO *h);
crypto/libressl/ssl/bio_ssl.c
77
static int ssl_free(BIO *data);
crypto/libressl/ssl/bio_ssl.c
78
static long ssl_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
crypto/libressl/ssl/ssl_cert.c
575
BIO *in;
crypto/libressl/ssl/ssl_cert.c
645
BIO *in;
crypto/libressl/ssl/ssl_lib.c
2514
BIO *bio;
crypto/libressl/ssl/ssl_lib.c
3023
BIO *bbio;
crypto/libressl/ssl/ssl_lib.c
594
SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio)
crypto/libressl/ssl/ssl_lib.c
612
BIO *
crypto/libressl/ssl/ssl_lib.c
619
SSL_set0_rbio(SSL *s, BIO *rbio)
crypto/libressl/ssl/ssl_lib.c
625
BIO *
crypto/libressl/ssl/ssl_lib.c
641
BIO *b, *r;
crypto/libressl/ssl/ssl_lib.c
654
BIO *b, *r;
crypto/libressl/ssl/ssl_lib.c
667
BIO *bio = NULL;
crypto/libressl/ssl/ssl_lib.c
686
BIO *bio = NULL;
crypto/libressl/ssl/ssl_lib.c
709
BIO *bio = NULL;
crypto/libressl/ssl/ssl_locl.h
1084
BIO *rbio; /* used by SSL_read */
crypto/libressl/ssl/ssl_locl.h
1085
BIO *wbio; /* used by SSL_write */
crypto/libressl/ssl/ssl_locl.h
1086
BIO *bbio; /* used during session-id reuse to concatenate
crypto/libressl/ssl/ssl_pkt.c
133
BIO *bio;
crypto/libressl/ssl/ssl_rsa.c
227
BIO *in;
crypto/libressl/ssl/ssl_rsa.c
296
BIO *in;
crypto/libressl/ssl/ssl_rsa.c
441
BIO *in;
crypto/libressl/ssl/ssl_rsa.c
523
BIO *in;
crypto/libressl/ssl/ssl_rsa.c
589
BIO *in;
crypto/libressl/ssl/ssl_rsa.c
649
ssl_use_certificate_chain_bio(SSL_CTX *ctx, SSL *ssl, BIO *in)
crypto/libressl/ssl/ssl_rsa.c
698
BIO *in;
crypto/libressl/ssl/ssl_rsa.c
73
static int ssl_use_certificate_chain_bio(SSL_CTX *ctx, SSL *ssl, BIO *in);
crypto/libressl/ssl/ssl_rsa.c
734
BIO *in;
crypto/libressl/ssl/ssl_rsa.c
91
BIO *in;
crypto/libressl/ssl/ssl_sess.c
1218
PEM_read_bio_SSL_SESSION(BIO *bp, SSL_SESSION **x, pem_password_cb *cb, void *u)
crypto/libressl/ssl/ssl_sess.c
1225
PEM_write_bio_SSL_SESSION(BIO *bp, SSL_SESSION *x)
crypto/libressl/ssl/ssl_txt.c
109
SSL_SESSION_print(BIO *bp, const SSL_SESSION *x)
crypto/libressl/ssl/ssl_txt.c
95
BIO *b;
crypto/libressl/ssl/tls13_quic.c
165
BIO *bio;
crypto/libressl/tls/tls.c
332
BIO *bio = NULL;
crypto/libressl/tls/tls.c
591
BIO *bio = NULL;
crypto/libressl/tls/tls_bio_cb.c
101
bio_cb_write(BIO *bio, const char *buf, int num)
crypto/libressl/tls/tls_bio_cb.c
119
bio_cb_read(BIO *bio, char *buf, int size)
crypto/libressl/tls/tls_bio_cb.c
141
BIO *bio;
crypto/libressl/tls/tls_bio_cb.c
27
static int bio_cb_write(BIO *bio, const char *buf, int num);
crypto/libressl/tls/tls_bio_cb.c
28
static int bio_cb_read(BIO *bio, char *buf, int size);
crypto/libressl/tls/tls_bio_cb.c
29
static int bio_cb_puts(BIO *bio, const char *str);
crypto/libressl/tls/tls_bio_cb.c
30
static long bio_cb_ctrl(BIO *bio, int cmd, long num, void *ptr);
crypto/libressl/tls/tls_bio_cb.c
70
bio_cb_puts(BIO *bio, const char *str)
crypto/libressl/tls/tls_bio_cb.c
76
bio_cb_ctrl(BIO *bio, int cmd, long num, void *ptr)
crypto/libressl/tls/tls_client.c
170
BIO *bio = NULL;
crypto/libressl/tls/tls_client.c
226
BIO *bio = NULL;
crypto/libressl/tls/tls_conninfo.c
182
BIO *membio = NULL;
crypto/libressl/tls/tls_keypair.c
139
BIO *cert_bio = NULL;
crypto/libressl/tls/tls_signer.c
89
BIO *bio = NULL;
crypto/libressl/tls/tls_util.c
154
BIO *bio = NULL;
crypto/openssh/sshkey.c
3217
BIO *bio = NULL;
crypto/openssh/sshkey.c
3429
BIO *bio = NULL;
usr.sbin/uefisign/uefisign.c
154
BIO *bio, *t_bio;
usr.sbin/uefisign/uefisign.c
245
BIO *bio, *out;