lib/libcrypto/asn1/a_enum.c
233
i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a)
lib/libcrypto/asn1/a_enum.c
268
a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size)
lib/libcrypto/asn1/a_int.c
398
i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a)
lib/libcrypto/asn1/a_int.c
439
a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size)
lib/libcrypto/asn1/a_object.c
505
i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *aobj)
lib/libcrypto/asn1/a_strex.c
569
X509_NAME_print(BIO *bio, const X509_NAME *name, int obase)
lib/libcrypto/asn1/a_strex.c
619
X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
lib/libcrypto/asn1/a_strex.c
633
BIO *btmp;
lib/libcrypto/asn1/a_strex.c
647
ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags)
lib/libcrypto/asn1/a_string.c
249
ASN1_STRING_print(BIO *bp, const ASN1_STRING *astr)
lib/libcrypto/asn1/a_string.c
326
i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *astr, int type)
lib/libcrypto/asn1/a_string.c
361
a2i_ASN1_STRING(BIO *bp, ASN1_STRING *astr, char *buf, int size)
lib/libcrypto/asn1/asn1.h
267
int fname##_print_ctx(BIO *out, stname *x, int indent, \
lib/libcrypto/asn1/asn1.h
690
int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a);
lib/libcrypto/asn1/asn1.h
691
int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size);
lib/libcrypto/asn1/asn1.h
692
int i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a);
lib/libcrypto/asn1/asn1.h
693
int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size);
lib/libcrypto/asn1/asn1.h
694
int i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *a);
lib/libcrypto/asn1/asn1.h
695
int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size);
lib/libcrypto/asn1/asn1.h
696
int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type);
lib/libcrypto/asn1/asn1.h
764
void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x);
lib/libcrypto/asn1/asn1.h
772
void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x);
lib/libcrypto/asn1/asn1.h
773
int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x);
lib/libcrypto/asn1/asn1.h
785
int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x);
lib/libcrypto/asn1/asn1.h
786
int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a);
lib/libcrypto/asn1/asn1.h
787
int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a);
lib/libcrypto/asn1/asn1.h
788
int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
lib/libcrypto/asn1/asn1.h
789
int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v);
lib/libcrypto/asn1/asn1.h
790
int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags);
lib/libcrypto/asn1/asn1.h
791
int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
lib/libcrypto/asn1/asn1.h
792
int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump);
lib/libcrypto/asn1/asn1.h
857
int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent,
lib/libcrypto/asn1/asn1.h
860
int SMIME_crlf_copy(BIO *in, BIO *out, int flags);
lib/libcrypto/asn1/asn1.h
861
int SMIME_text(BIO *in, BIO *out);
lib/libcrypto/asn1/asn1_item.c
473
asn1_d2i_read_bio(BIO *in, BUF_MEM **pb)
lib/libcrypto/asn1/asn1_item.c
616
ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x)
lib/libcrypto/asn1/asn1_item.c
640
BIO *b;
lib/libcrypto/asn1/asn1_item.c
655
ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x)
lib/libcrypto/asn1/asn1_item.c
685
BIO *b;
lib/libcrypto/asn1/asn1_local.h
125
int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb);
lib/libcrypto/asn1/asn1_local.h
176
BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
lib/libcrypto/asn1/asn1_local.h
178
int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
lib/libcrypto/asn1/asn1_local.h
180
int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
lib/libcrypto/asn1/asn1_local.h
182
int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
lib/libcrypto/asn1/asn1_local.h
185
ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
lib/libcrypto/asn1/asn1_old.c
114
ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x)
lib/libcrypto/asn1/asn1_old.c
138
BIO *b;
lib/libcrypto/asn1/asn1_old.c
153
ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x)
lib/libcrypto/asn1/asn1_old.c
99
BIO *b;
lib/libcrypto/asn1/asn1_par.c
106
ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent)
lib/libcrypto/asn1/asn1_par.c
113
ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump)
lib/libcrypto/asn1/asn1_par.c
120
asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset,
lib/libcrypto/asn1/asn1_par.c
65
static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
lib/libcrypto/asn1/asn1_par.c
67
static int asn1_parse2(BIO *bp, const unsigned char **pp, long length,
lib/libcrypto/asn1/asn1_par.c
71
asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
lib/libcrypto/asn1/asn1t.h
721
typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, int indent,
lib/libcrypto/asn1/asn1t.h
728
typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval,
lib/libcrypto/asn1/asn1t.h
783
BIO *out;
lib/libcrypto/asn1/asn1t.h
791
BIO *out;
lib/libcrypto/asn1/asn1t.h
793
BIO *ndef_bio;
lib/libcrypto/asn1/asn1t.h
955
fname##_print_ctx(BIO *out, stname *x, int indent, \
lib/libcrypto/asn1/asn_mime.c
106
static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
lib/libcrypto/asn1/asn_mime.c
117
i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
lib/libcrypto/asn1/asn_mime.c
120
BIO *bio, *tbio;
lib/libcrypto/asn1/asn_mime.c
149
B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
lib/libcrypto/asn1/asn_mime.c
152
BIO *b64;
lib/libcrypto/asn1/asn_mime.c
173
PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
lib/libcrypto/asn1/asn_mime.c
185
b64_read_asn1(BIO *bio, const ASN1_ITEM *it)
lib/libcrypto/asn1/asn_mime.c
187
BIO *b64;
lib/libcrypto/asn1/asn_mime.c
206
asn1_write_micalg(BIO *out, STACK_OF(X509_ALGOR) *mdalgs)
lib/libcrypto/asn1/asn_mime.c
278
SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
lib/libcrypto/asn1/asn_mime.c
374
asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
lib/libcrypto/asn1/asn_mime.c
377
BIO *tmpbio;
lib/libcrypto/asn1/asn_mime.c
429
SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it)
lib/libcrypto/asn1/asn_mime.c
431
BIO *asnin;
lib/libcrypto/asn1/asn_mime.c
433
STACK_OF(BIO) *parts = NULL;
lib/libcrypto/asn1/asn_mime.c
536
SMIME_crlf_copy(BIO *in, BIO *out, int flags)
lib/libcrypto/asn1/asn_mime.c
538
BIO *bf;
lib/libcrypto/asn1/asn_mime.c
574
SMIME_text(BIO *in, BIO *out)
lib/libcrypto/asn1/asn_mime.c
610
multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret)
lib/libcrypto/asn1/asn_mime.c
615
BIO *bpart = NULL;
lib/libcrypto/asn1/asn_mime.c
616
STACK_OF(BIO) *parts;
lib/libcrypto/asn1/asn_mime.c
671
mime_parse_hdr(BIO *bio)
lib/libcrypto/asn1/asn_mime.c
92
static int asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
lib/libcrypto/asn1/asn_mime.c
99
static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio);
lib/libcrypto/asn1/bio_asn1.c
117
static int asn1_bio_write(BIO *h, const char *buf, int num);
lib/libcrypto/asn1/bio_asn1.c
118
static int asn1_bio_read(BIO *h, char *buf, int size);
lib/libcrypto/asn1/bio_asn1.c
119
static int asn1_bio_puts(BIO *h, const char *str);
lib/libcrypto/asn1/bio_asn1.c
120
static int asn1_bio_gets(BIO *h, char *str, int size);
lib/libcrypto/asn1/bio_asn1.c
121
static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/asn1/bio_asn1.c
122
static int asn1_bio_new(BIO *h);
lib/libcrypto/asn1/bio_asn1.c
123
static int asn1_bio_free(BIO *data);
lib/libcrypto/asn1/bio_asn1.c
124
static long asn1_bio_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
lib/libcrypto/asn1/bio_asn1.c
126
static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
lib/libcrypto/asn1/bio_asn1.c
128
static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
lib/libcrypto/asn1/bio_asn1.c
152
asn1_bio_new(BIO *b)
lib/libcrypto/asn1/bio_asn1.c
176
asn1_bio_free(BIO *b)
lib/libcrypto/asn1/bio_asn1.c
197
asn1_bio_write(BIO *b, const char *in , int inl)
lib/libcrypto/asn1/bio_asn1.c
292
asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *cleanup,
lib/libcrypto/asn1/bio_asn1.c
320
asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup,
lib/libcrypto/asn1/bio_asn1.c
335
asn1_bio_read(BIO *b, char *in , int inl)
lib/libcrypto/asn1/bio_asn1.c
343
asn1_bio_puts(BIO *b, const char *str)
lib/libcrypto/asn1/bio_asn1.c
349
asn1_bio_gets(BIO *b, char *str, int size)
lib/libcrypto/asn1/bio_asn1.c
357
asn1_bio_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/asn1/bio_asn1.c
365
asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2)
lib/libcrypto/asn1/bio_asn1.c
433
asn1_bio_set_ex(BIO *b, int cmd, asn1_ps_func *ex_func, asn1_ps_func
lib/libcrypto/asn1/bio_asn1.c
444
BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free)
lib/libcrypto/asn1/bio_asn1.c
450
BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free)
lib/libcrypto/asn1/bio_ndef.c
100
static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
lib/libcrypto/asn1/bio_ndef.c
101
static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
lib/libcrypto/asn1/bio_ndef.c
102
static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
lib/libcrypto/asn1/bio_ndef.c
103
static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
lib/libcrypto/asn1/bio_ndef.c
105
BIO *
lib/libcrypto/asn1/bio_ndef.c
106
BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
lib/libcrypto/asn1/bio_ndef.c
109
BIO *asn_bio = NULL, *pop_bio = NULL;
lib/libcrypto/asn1/bio_ndef.c
174
ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
lib/libcrypto/asn1/bio_ndef.c
200
ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
lib/libcrypto/asn1/bio_ndef.c
217
ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
lib/libcrypto/asn1/bio_ndef.c
234
ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
lib/libcrypto/asn1/bio_ndef.c
64
int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free);
lib/libcrypto/asn1/bio_ndef.c
65
int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free);
lib/libcrypto/asn1/bio_ndef.c
91
BIO *ndef_bio;
lib/libcrypto/asn1/bio_ndef.c
93
BIO *out;
lib/libcrypto/asn1/t_crl.c
74
BIO *b;
lib/libcrypto/asn1/t_crl.c
89
X509_CRL_print(BIO *out, X509_CRL *x)
lib/libcrypto/asn1/t_req.c
259
X509_REQ_print(BIO *bp, X509_REQ *x)
lib/libcrypto/asn1/t_req.c
82
BIO *b;
lib/libcrypto/asn1/t_req.c
97
X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags,
lib/libcrypto/asn1/t_spki.c
79
NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki)
lib/libcrypto/asn1/t_x509.c
103
X509_print(BIO *bp, X509 *x)
lib/libcrypto/asn1/t_x509.c
110
x509_print_uids(BIO *bp, const X509 *x, int indent)
lib/libcrypto/asn1/t_x509.c
132
X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag)
lib/libcrypto/asn1/t_x509.c
293
X509_ocspid_print(BIO *bp, X509 *x)
lib/libcrypto/asn1/t_x509.c
345
X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent)
lib/libcrypto/asn1/t_x509.c
371
X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig)
lib/libcrypto/asn1/t_x509.c
398
ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm)
lib/libcrypto/asn1/t_x509.c
415
ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm)
lib/libcrypto/asn1/t_x509.c
470
ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm)
lib/libcrypto/asn1/t_x509.c
88
BIO *b;
lib/libcrypto/asn1/t_x509a.c
70
X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent)
lib/libcrypto/asn1/tasn_prn.c
110
asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it,
lib/libcrypto/asn1/tasn_prn.c
245
asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
lib/libcrypto/asn1/tasn_prn.c
301
asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname,
lib/libcrypto/asn1/tasn_prn.c
333
asn1_print_boolean_ctx(BIO *out, int boolval, const ASN1_PCTX *pctx)
lib/libcrypto/asn1/tasn_prn.c
358
asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str, const ASN1_PCTX *pctx)
lib/libcrypto/asn1/tasn_prn.c
371
asn1_print_oid_ctx(BIO *out, const ASN1_OBJECT *oid, const ASN1_PCTX *pctx)
lib/libcrypto/asn1/tasn_prn.c
385
asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent,
lib/libcrypto/asn1/tasn_prn.c
402
asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it,
lib/libcrypto/asn1/tasn_prn.c
78
static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
lib/libcrypto/asn1/tasn_prn.c
82
int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
lib/libcrypto/asn1/tasn_prn.c
85
static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
lib/libcrypto/asn1/tasn_prn.c
89
static int asn1_print_fsname(BIO *out, int indent, const char *fname,
lib/libcrypto/asn1/tasn_prn.c
93
ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it,
lib/libcrypto/asn1/x_bignum.c
196
bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
lib/libcrypto/asn1/x_bignum.c
79
static int bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
lib/libcrypto/asn1/x_long.c
234
long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent,
lib/libcrypto/asn1/x_long.c
84
static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it,
lib/libcrypto/asn1/x_name.c
447
x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent, const char *fname,
lib/libcrypto/asn1/x_name.c
88
static int x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent,
lib/libcrypto/asn1/x_pubkey.c
424
d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **pkey)
lib/libcrypto/asn1/x_pubkey.c
432
i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey)
lib/libcrypto/asn1/x_pubkey.c
524
d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa)
lib/libcrypto/asn1/x_pubkey.c
531
i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa)
lib/libcrypto/asn1/x_pubkey.c
620
d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa)
lib/libcrypto/asn1/x_pubkey.c
627
i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa)
lib/libcrypto/asn1/x_pubkey.c
717
d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **ec)
lib/libcrypto/asn1/x_pubkey.c
724
i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *ec)
lib/libcrypto/bio/b_dump.c
206
BIO_dump(BIO *bio, const char *s, int len)
lib/libcrypto/bio/b_dump.c
78
BIO_dump_indent(BIO *bio, const char *s, int len, int indent)
lib/libcrypto/bio/b_print.c
17
BIO_vprintf(BIO *bio, const char *format, va_list args)
lib/libcrypto/bio/b_print.c
36
BIO_vprintf(BIO *bio, const char *format, va_list args)
lib/libcrypto/bio/b_print.c
52
BIO_printf(BIO *bio, const char *format, ...)
lib/libcrypto/bio/bf_buff.c
131
buffer_free(BIO *a)
lib/libcrypto/bio/bf_buff.c
148
buffer_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bf_buff.c
219
buffer_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bf_buff.c
295
buffer_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bf_buff.c
297
BIO *dbio;
lib/libcrypto/bio/bf_buff.c
438
dbio = (BIO *)ptr;
lib/libcrypto/bio/bf_buff.c
456
buffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/bio/bf_buff.c
471
buffer_gets(BIO *b, char *buf, int size)
lib/libcrypto/bio/bf_buff.c
520
buffer_puts(BIO *b, const char *str)
lib/libcrypto/bio/bf_buff.c
68
static int buffer_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bf_buff.c
69
static int buffer_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bf_buff.c
70
static int buffer_puts(BIO *h, const char *str);
lib/libcrypto/bio/bf_buff.c
71
static int buffer_gets(BIO *h, char *str, int size);
lib/libcrypto/bio/bf_buff.c
72
static long buffer_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bf_buff.c
73
static int buffer_new(BIO *h);
lib/libcrypto/bio/bf_buff.c
74
static int buffer_free(BIO *data);
lib/libcrypto/bio/bf_buff.c
75
static long buffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
lib/libcrypto/bio/bf_buff.c
99
buffer_new(BIO *bi)
lib/libcrypto/bio/bf_nbio.c
106
nbiof_new(BIO *bi)
lib/libcrypto/bio/bf_nbio.c
121
nbiof_free(BIO *a)
lib/libcrypto/bio/bf_nbio.c
133
nbiof_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bf_nbio.c
164
nbiof_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bf_nbio.c
204
nbiof_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bf_nbio.c
227
nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/bio/bf_nbio.c
242
nbiof_gets(BIO *bp, char *buf, int size)
lib/libcrypto/bio/bf_nbio.c
250
nbiof_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bf_nbio.c
70
static int nbiof_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bf_nbio.c
71
static int nbiof_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bf_nbio.c
72
static int nbiof_puts(BIO *h, const char *str);
lib/libcrypto/bio/bf_nbio.c
73
static int nbiof_gets(BIO *h, char *str, int size);
lib/libcrypto/bio/bf_nbio.c
74
static long nbiof_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bf_nbio.c
75
static int nbiof_new(BIO *h);
lib/libcrypto/bio/bf_nbio.c
76
static int nbiof_free(BIO *data);
lib/libcrypto/bio/bf_nbio.c
77
static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
lib/libcrypto/bio/bf_null.c
108
nullf_free(BIO *a)
lib/libcrypto/bio/bf_null.c
119
nullf_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bf_null.c
134
nullf_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bf_null.c
149
nullf_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bf_null.c
171
nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/bio/bf_null.c
186
nullf_gets(BIO *bp, char *buf, int size)
lib/libcrypto/bio/bf_null.c
194
nullf_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bf_null.c
69
static int nullf_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bf_null.c
70
static int nullf_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bf_null.c
71
static int nullf_puts(BIO *h, const char *str);
lib/libcrypto/bio/bf_null.c
72
static int nullf_gets(BIO *h, char *str, int size);
lib/libcrypto/bio/bf_null.c
73
static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bf_null.c
74
static int nullf_new(BIO *h);
lib/libcrypto/bio/bf_null.c
75
static int nullf_free(BIO *data);
lib/libcrypto/bio/bf_null.c
76
static long nullf_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
lib/libcrypto/bio/bf_null.c
99
nullf_new(BIO *bi)
lib/libcrypto/bio/bio.h
208
void BIO_set_flags(BIO *b, int flags);
lib/libcrypto/bio/bio.h
209
int BIO_test_flags(const BIO *b, int flags);
lib/libcrypto/bio/bio.h
210
void BIO_clear_flags(BIO *b, int flags);
lib/libcrypto/bio/bio.h
262
typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
lib/libcrypto/bio/bio.h
264
typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
lib/libcrypto/bio/bio.h
267
BIO_callback_fn BIO_get_callback(const BIO *b);
lib/libcrypto/bio/bio.h
268
void BIO_set_callback(BIO *b, BIO_callback_fn callback);
lib/libcrypto/bio/bio.h
270
BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
lib/libcrypto/bio/bio.h
271
void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
lib/libcrypto/bio/bio.h
273
char *BIO_get_callback_arg(const BIO *b);
lib/libcrypto/bio/bio.h
274
void BIO_set_callback_arg(BIO *b, char *arg);
lib/libcrypto/bio/bio.h
276
const char *BIO_method_name(const BIO *b);
lib/libcrypto/bio/bio.h
277
int BIO_method_type(const BIO *b);
lib/libcrypto/bio/bio.h
279
typedef int BIO_info_cb(BIO *, int, int);
lib/libcrypto/bio/bio.h
285
DECLARE_STACK_OF(BIO)
lib/libcrypto/bio/bio.h
288
typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
lib/libcrypto/bio/bio.h
293
int (*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *, int);
lib/libcrypto/bio/bio.h
295
int (*write)(BIO *, const char *, int));
lib/libcrypto/bio/bio.h
296
int (*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int);
lib/libcrypto/bio/bio.h
297
int BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int));
lib/libcrypto/bio/bio.h
298
int (*BIO_meth_get_puts(const BIO_METHOD *biom))(BIO *, const char *);
lib/libcrypto/bio/bio.h
299
int BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *));
lib/libcrypto/bio/bio.h
300
int (*BIO_meth_get_gets(const BIO_METHOD *biom))(BIO *, char *, int);
lib/libcrypto/bio/bio.h
301
int BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int));
lib/libcrypto/bio/bio.h
302
long (*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int, long, void *);
lib/libcrypto/bio/bio.h
303
int BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(BIO *, int, long, void *));
lib/libcrypto/bio/bio.h
304
int (*BIO_meth_get_create(const BIO_METHOD *biom))(BIO *);
lib/libcrypto/bio/bio.h
305
int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *));
lib/libcrypto/bio/bio.h
306
int (*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *);
lib/libcrypto/bio/bio.h
307
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
lib/libcrypto/bio/bio.h
308
long (*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *);
lib/libcrypto/bio/bio.h
310
long (*callback_ctrl)(BIO *, int, BIO_info_cb *));
lib/libcrypto/bio/bio.h
481
size_t BIO_ctrl_pending(BIO *b);
lib/libcrypto/bio/bio.h
482
size_t BIO_ctrl_wpending(BIO *b);
lib/libcrypto/bio/bio.h
500
size_t BIO_ctrl_get_write_guarantee(BIO *b);
lib/libcrypto/bio/bio.h
501
size_t BIO_ctrl_get_read_request(BIO *b);
lib/libcrypto/bio/bio.h
502
int BIO_ctrl_reset_read_request(BIO *b);
lib/libcrypto/bio/bio.h
521
int BIO_set_ex_data(BIO *bio, int idx, void *data);
lib/libcrypto/bio/bio.h
522
void *BIO_get_ex_data(BIO *bio, int idx);
lib/libcrypto/bio/bio.h
525
unsigned long BIO_number_read(BIO *bio);
lib/libcrypto/bio/bio.h
526
unsigned long BIO_number_written(BIO *bio);
lib/libcrypto/bio/bio.h
530
BIO *BIO_new_file(const char *filename, const char *mode);
lib/libcrypto/bio/bio.h
531
BIO *BIO_new_fp(FILE *stream, int close_flag);
lib/libcrypto/bio/bio.h
532
BIO *BIO_new(const BIO_METHOD *type);
lib/libcrypto/bio/bio.h
533
int BIO_free(BIO *a);
lib/libcrypto/bio/bio.h
534
int BIO_up_ref(BIO *bio);
lib/libcrypto/bio/bio.h
535
void *BIO_get_data(BIO *a);
lib/libcrypto/bio/bio.h
536
void BIO_set_data(BIO *a, void *ptr);
lib/libcrypto/bio/bio.h
537
int BIO_get_init(BIO *a);
lib/libcrypto/bio/bio.h
538
void BIO_set_init(BIO *a, int init);
lib/libcrypto/bio/bio.h
539
int BIO_get_shutdown(BIO *a);
lib/libcrypto/bio/bio.h
540
void BIO_set_shutdown(BIO *a, int shut);
lib/libcrypto/bio/bio.h
541
void BIO_vfree(BIO *a);
lib/libcrypto/bio/bio.h
542
int BIO_read(BIO *b, void *data, int len)
lib/libcrypto/bio/bio.h
544
int BIO_gets(BIO *bp, char *buf, int size)
lib/libcrypto/bio/bio.h
546
int BIO_write(BIO *b, const void *data, int len)
lib/libcrypto/bio/bio.h
548
int BIO_puts(BIO *bp, const char *buf);
lib/libcrypto/bio/bio.h
549
int BIO_indent(BIO *b, int indent, int max);
lib/libcrypto/bio/bio.h
550
long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
lib/libcrypto/bio/bio.h
551
long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
lib/libcrypto/bio/bio.h
552
char * BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
lib/libcrypto/bio/bio.h
553
long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg);
lib/libcrypto/bio/bio.h
554
BIO * BIO_push(BIO *b, BIO *append);
lib/libcrypto/bio/bio.h
555
BIO * BIO_pop(BIO *b);
lib/libcrypto/bio/bio.h
556
void BIO_free_all(BIO *a);
lib/libcrypto/bio/bio.h
557
BIO * BIO_find_type(BIO *b, int bio_type);
lib/libcrypto/bio/bio.h
558
BIO * BIO_next(BIO *b);
lib/libcrypto/bio/bio.h
559
void BIO_set_next(BIO *b, BIO *next);
lib/libcrypto/bio/bio.h
560
BIO * BIO_get_retry_BIO(BIO *bio, int *reason);
lib/libcrypto/bio/bio.h
561
int BIO_get_retry_reason(BIO *bio);
lib/libcrypto/bio/bio.h
562
void BIO_set_retry_reason(BIO *bio, int reason);
lib/libcrypto/bio/bio.h
563
BIO * BIO_dup_chain(BIO *in);
lib/libcrypto/bio/bio.h
565
long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi,
lib/libcrypto/bio/bio.h
569
BIO *BIO_new_mem_buf(const void *buf, int len);
lib/libcrypto/bio/bio.h
592
int BIO_dump(BIO *b, const char *bytes, int len);
lib/libcrypto/bio/bio.h
593
int BIO_dump_indent(BIO *b, const char *bytes, int len, int indent);
lib/libcrypto/bio/bio.h
615
BIO *BIO_new_socket(int sock, int close_flag);
lib/libcrypto/bio/bio.h
616
BIO *BIO_new_dgram(int fd, int close_flag);
lib/libcrypto/bio/bio.h
617
BIO *BIO_new_fd(int fd, int close_flag);
lib/libcrypto/bio/bio.h
618
BIO *BIO_new_connect(const char *host_port);
lib/libcrypto/bio/bio.h
619
BIO *BIO_new_accept(const char *host_port);
lib/libcrypto/bio/bio.h
621
int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
lib/libcrypto/bio/bio.h
622
BIO **bio2, size_t writebuf2);
lib/libcrypto/bio/bio.h
628
void BIO_copy_next_retry(BIO *b);
lib/libcrypto/bio/bio.h
634
int BIO_printf(BIO *bio, const char *format, ...)
lib/libcrypto/bio/bio.h
637
int BIO_printf(BIO *bio, const char *format, ...)
lib/libcrypto/bio/bio_cb.c
148
b = (BIO *)bio->cb_arg;
lib/libcrypto/bio/bio_cb.c
68
BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl,
lib/libcrypto/bio/bio_cb.c
71
BIO *b;
lib/libcrypto/bio/bio_lib.c
134
BIO *
lib/libcrypto/bio/bio_lib.c
137
BIO *bio = NULL;
lib/libcrypto/bio/bio_lib.c
139
if ((bio = calloc(1, sizeof(BIO))) == NULL) {
lib/libcrypto/bio/bio_lib.c
164
BIO_free(BIO *bio)
lib/libcrypto/bio/bio_lib.c
192
BIO_vfree(BIO *bio)
lib/libcrypto/bio/bio_lib.c
199
BIO_up_ref(BIO *bio)
lib/libcrypto/bio/bio_lib.c
206
BIO_get_data(BIO *bio)
lib/libcrypto/bio/bio_lib.c
213
BIO_set_data(BIO *bio, void *ptr)
lib/libcrypto/bio/bio_lib.c
220
BIO_get_init(BIO *bio)
lib/libcrypto/bio/bio_lib.c
227
BIO_set_init(BIO *bio, int init)
lib/libcrypto/bio/bio_lib.c
234
BIO_get_shutdown(BIO *bio)
lib/libcrypto/bio/bio_lib.c
241
BIO_set_shutdown(BIO *bio, int shut)
lib/libcrypto/bio/bio_lib.c
248
BIO_clear_flags(BIO *bio, int flags)
lib/libcrypto/bio/bio_lib.c
255
BIO_test_flags(const BIO *bio, int flags)
lib/libcrypto/bio/bio_lib.c
262
BIO_set_flags(BIO *bio, int flags)
lib/libcrypto/bio/bio_lib.c
269
BIO_get_callback(const BIO *bio)
lib/libcrypto/bio/bio_lib.c
276
BIO_set_callback(BIO *bio, BIO_callback_fn cb)
lib/libcrypto/bio/bio_lib.c
283
BIO_get_callback_ex(const BIO *bio)
lib/libcrypto/bio/bio_lib.c
290
BIO_set_callback_ex(BIO *bio, BIO_callback_fn_ex cb)
lib/libcrypto/bio/bio_lib.c
297
BIO_set_callback_arg(BIO *bio, char *arg)
lib/libcrypto/bio/bio_lib.c
304
BIO_get_callback_arg(const BIO *bio)
lib/libcrypto/bio/bio_lib.c
311
BIO_method_name(const BIO *bio)
lib/libcrypto/bio/bio_lib.c
318
BIO_method_type(const BIO *bio)
lib/libcrypto/bio/bio_lib.c
325
BIO_read(BIO *b, void *out, int outl)
lib/libcrypto/bio/bio_lib.c
383
BIO_write(BIO *b, const void *in, int inl)
lib/libcrypto/bio/bio_lib.c
440
BIO_puts(BIO *b, const char *in)
lib/libcrypto/bio/bio_lib.c
485
BIO_gets(BIO *b, char *in, int inl)
lib/libcrypto/bio/bio_lib.c
528
BIO_indent(BIO *bio, int indent, int max)
lib/libcrypto/bio/bio_lib.c
541
BIO_int_ctrl(BIO *bio, int cmd, long larg, int iarg)
lib/libcrypto/bio/bio_lib.c
551
BIO_ptr_ctrl(BIO *bio, int cmd, long larg)
lib/libcrypto/bio/bio_lib.c
563
BIO_ctrl(BIO *b, int cmd, long larg, void *parg)
lib/libcrypto/bio/bio_lib.c
593
BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/bio/bio_lib.c
627
BIO_ctrl_pending(BIO *bio)
lib/libcrypto/bio/bio_lib.c
634
BIO_ctrl_wpending(BIO *bio)
lib/libcrypto/bio/bio_lib.c
646
BIO *
lib/libcrypto/bio/bio_lib.c
647
BIO_push(BIO *b, BIO *bio)
lib/libcrypto/bio/bio_lib.c
649
BIO *lb;
lib/libcrypto/bio/bio_lib.c
669
BIO *
lib/libcrypto/bio/bio_lib.c
670
BIO_pop(BIO *b)
lib/libcrypto/bio/bio_lib.c
672
BIO *ret;
lib/libcrypto/bio/bio_lib.c
691
BIO *
lib/libcrypto/bio/bio_lib.c
692
BIO_get_retry_BIO(BIO *bio, int *reason)
lib/libcrypto/bio/bio_lib.c
694
BIO *b, *last;
lib/libcrypto/bio/bio_lib.c
712
BIO_get_retry_reason(BIO *bio)
lib/libcrypto/bio/bio_lib.c
719
BIO_set_retry_reason(BIO *bio, int reason)
lib/libcrypto/bio/bio_lib.c
725
BIO *
lib/libcrypto/bio/bio_lib.c
726
BIO_find_type(BIO *bio, int type)
lib/libcrypto/bio/bio_lib.c
748
BIO *
lib/libcrypto/bio/bio_lib.c
749
BIO_next(BIO *b)
lib/libcrypto/bio/bio_lib.c
762
BIO_set_next(BIO *bio, BIO *next)
lib/libcrypto/bio/bio_lib.c
78
bio_call_callback(BIO *b, int oper, const char *argp, size_t len, int argi,
lib/libcrypto/bio/bio_lib.c
780
BIO_free_all(BIO *bio)
lib/libcrypto/bio/bio_lib.c
782
BIO *b;
lib/libcrypto/bio/bio_lib.c
797
BIO *
lib/libcrypto/bio/bio_lib.c
798
BIO_dup_chain(BIO *in)
lib/libcrypto/bio/bio_lib.c
800
BIO *new_chain = NULL, *new_bio = NULL, *tail = NULL;
lib/libcrypto/bio/bio_lib.c
801
BIO *bio;
lib/libcrypto/bio/bio_lib.c
840
BIO_copy_next_retry(BIO *b)
lib/libcrypto/bio/bio_lib.c
857
BIO_set_ex_data(BIO *bio, int idx, void *data)
lib/libcrypto/bio/bio_lib.c
864
BIO_get_ex_data(BIO *bio, int idx)
lib/libcrypto/bio/bio_lib.c
871
BIO_number_read(BIO *bio)
lib/libcrypto/bio/bio_lib.c
880
BIO_number_written(BIO *bio)
lib/libcrypto/bio/bio_local.h
123
int BIO_vprintf(BIO *bio, const char *format, va_list args);
lib/libcrypto/bio/bio_local.h
69
int (*bwrite)(BIO *, const char *, int);
lib/libcrypto/bio/bio_local.h
70
int (*bread)(BIO *, char *, int);
lib/libcrypto/bio/bio_local.h
71
int (*bputs)(BIO *, const char *);
lib/libcrypto/bio/bio_local.h
72
int (*bgets)(BIO *, char *, int);
lib/libcrypto/bio/bio_local.h
73
long (*ctrl)(BIO *, int, long, void *);
lib/libcrypto/bio/bio_local.h
74
int (*create)(BIO *);
lib/libcrypto/bio/bio_local.h
75
int (*destroy)(BIO *);
lib/libcrypto/bio/bio_local.h
76
long (*callback_ctrl)(BIO *, int, BIO_info_cb *);
lib/libcrypto/bio/bio_meth.c
107
(*BIO_meth_get_ctrl(const BIO_METHOD *biom))(BIO *, int, long, void *)
lib/libcrypto/bio/bio_meth.c
114
BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(BIO *, int, long, void *))
lib/libcrypto/bio/bio_meth.c
122
(*BIO_meth_get_create(const BIO_METHOD *biom))(BIO *)
lib/libcrypto/bio/bio_meth.c
129
BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *))
lib/libcrypto/bio/bio_meth.c
137
(*BIO_meth_get_destroy(const BIO_METHOD *biom))(BIO *)
lib/libcrypto/bio/bio_meth.c
144
BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *))
lib/libcrypto/bio/bio_meth.c
152
(*BIO_meth_get_callback_ctrl(const BIO_METHOD *biom))(BIO *, int, BIO_info_cb *)
lib/libcrypto/bio/bio_meth.c
160
long (*callback_ctrl)(BIO *, int, BIO_info_cb *))
lib/libcrypto/bio/bio_meth.c
47
(*BIO_meth_get_write(const BIO_METHOD *biom))(BIO *, const char *, int)
lib/libcrypto/bio/bio_meth.c
54
BIO_meth_set_write(BIO_METHOD *biom, int (*write)(BIO *, const char *, int))
lib/libcrypto/bio/bio_meth.c
62
(*BIO_meth_get_read(const BIO_METHOD *biom))(BIO *, char *, int)
lib/libcrypto/bio/bio_meth.c
69
BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int))
lib/libcrypto/bio/bio_meth.c
77
(*BIO_meth_get_puts(const BIO_METHOD *biom))(BIO *, const char *)
lib/libcrypto/bio/bio_meth.c
84
BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *))
lib/libcrypto/bio/bio_meth.c
92
(*BIO_meth_get_gets(const BIO_METHOD *biom))(BIO *, char *, int)
lib/libcrypto/bio/bio_meth.c
99
BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int))
lib/libcrypto/bio/bss_acpt.c
124
acpt_new(BIO *bi)
lib/libcrypto/bio/bss_acpt.c
164
acpt_close_socket(BIO *bio)
lib/libcrypto/bio/bss_acpt.c
178
acpt_free(BIO *a)
lib/libcrypto/bio/bss_acpt.c
197
acpt_state(BIO *b, BIO_ACCEPT *c)
lib/libcrypto/bio/bss_acpt.c
199
BIO *bio = NULL, *dbio;
lib/libcrypto/bio/bss_acpt.c
293
acpt_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bss_acpt.c
313
acpt_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bss_acpt.c
333
acpt_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_acpt.c
363
data->bio_chain = (BIO *)ptr;
lib/libcrypto/bio/bss_acpt.c
433
acpt_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bss_acpt.c
442
BIO *
lib/libcrypto/bio/bss_acpt.c
445
BIO *ret;
lib/libcrypto/bio/bss_acpt.c
87
BIO *bio_chain;
lib/libcrypto/bio/bss_acpt.c
90
static int acpt_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bss_acpt.c
91
static int acpt_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_acpt.c
92
static int acpt_puts(BIO *h, const char *str);
lib/libcrypto/bio/bss_acpt.c
93
static long acpt_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_acpt.c
94
static int acpt_new(BIO *h);
lib/libcrypto/bio/bss_acpt.c
95
static int acpt_free(BIO *data);
lib/libcrypto/bio/bss_acpt.c
96
static int acpt_state(BIO *b, BIO_ACCEPT *c);
lib/libcrypto/bio/bss_acpt.c
97
static void acpt_close_socket(BIO *data);
lib/libcrypto/bio/bss_bio.c
118
BIO *peer; /* NULL if buf == NULL.
lib/libcrypto/bio/bss_bio.c
137
bio_new(BIO *bio)
lib/libcrypto/bio/bss_bio.c
154
bio_free(BIO *bio)
lib/libcrypto/bio/bss_bio.c
175
bio_read(BIO *bio, char *buf, int size_)
lib/libcrypto/bio/bss_bio.c
255
bio_write(BIO *bio, const char *buf, int num_)
lib/libcrypto/bio/bss_bio.c
327
bio_ctrl(BIO *bio, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_bio.c
362
BIO *other_bio = ptr;
lib/libcrypto/bio/bss_bio.c
448
BIO *other_bio = ptr;
lib/libcrypto/bio/bss_bio.c
469
BIO *other_bio = ptr;
lib/libcrypto/bio/bss_bio.c
488
bio_puts(BIO *bio, const char *str)
lib/libcrypto/bio/bss_bio.c
495
bio_make_pair(BIO *bio1, BIO *bio2)
lib/libcrypto/bio/bss_bio.c
544
bio_destroy_pair(BIO *bio)
lib/libcrypto/bio/bss_bio.c
549
BIO *peer_bio = b->peer;
lib/libcrypto/bio/bss_bio.c
575
BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, BIO **bio2_p, size_t writebuf2)
lib/libcrypto/bio/bss_bio.c
577
BIO *bio1 = NULL, *bio2 = NULL;
lib/libcrypto/bio/bss_bio.c
623
BIO_ctrl_get_write_guarantee(BIO *bio)
lib/libcrypto/bio/bss_bio.c
630
BIO_ctrl_get_read_request(BIO *bio)
lib/libcrypto/bio/bss_bio.c
637
BIO_ctrl_reset_read_request(BIO *bio)
lib/libcrypto/bio/bss_bio.c
89
static int bio_new(BIO *bio);
lib/libcrypto/bio/bss_bio.c
90
static int bio_free(BIO *bio);
lib/libcrypto/bio/bss_bio.c
91
static int bio_read(BIO *bio, char *buf, int size);
lib/libcrypto/bio/bss_bio.c
92
static int bio_write(BIO *bio, const char *buf, int num);
lib/libcrypto/bio/bss_bio.c
93
static long bio_ctrl(BIO *bio, int cmd, long num, void *ptr);
lib/libcrypto/bio/bss_bio.c
94
static int bio_puts(BIO *bio, const char *str);
lib/libcrypto/bio/bss_bio.c
96
static int bio_make_pair(BIO *bio1, BIO *bio2);
lib/libcrypto/bio/bss_bio.c
97
static void bio_destroy_pair(BIO *bio);
lib/libcrypto/bio/bss_conn.c
100
static int conn_puts(BIO *h, const char *str);
lib/libcrypto/bio/bss_conn.c
101
static long conn_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_conn.c
102
static int conn_new(BIO *h);
lib/libcrypto/bio/bss_conn.c
103
static int conn_free(BIO *data);
lib/libcrypto/bio/bss_conn.c
104
static long conn_callback_ctrl(BIO *h, int cmd, BIO_info_cb *);
lib/libcrypto/bio/bss_conn.c
106
static int conn_state(BIO *b, BIO_CONNECT *c);
lib/libcrypto/bio/bss_conn.c
107
static void conn_close_socket(BIO *data);
lib/libcrypto/bio/bss_conn.c
124
conn_state(BIO *b, BIO_CONNECT *c)
lib/libcrypto/bio/bss_conn.c
279
if (!(ret = cb((BIO *)b, c->state, ret)))
lib/libcrypto/bio/bss_conn.c
287
ret = cb((BIO *)b, c->state, ret);
lib/libcrypto/bio/bss_conn.c
332
conn_new(BIO *bi)
lib/libcrypto/bio/bss_conn.c
344
conn_close_socket(BIO *bio)
lib/libcrypto/bio/bss_conn.c
359
conn_free(BIO *a)
lib/libcrypto/bio/bss_conn.c
378
conn_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bss_conn.c
403
conn_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bss_conn.c
426
conn_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_conn.c
428
BIO *dbio;
lib/libcrypto/bio/bss_conn.c
520
dbio = (BIO *)ptr;
lib/libcrypto/bio/bss_conn.c
555
conn_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/bio/bss_conn.c
574
conn_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bss_conn.c
583
BIO *
lib/libcrypto/bio/bss_conn.c
586
BIO *ret;
lib/libcrypto/bio/bss_conn.c
98
static int conn_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bss_conn.c
99
static int conn_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_dgram.c
124
BIO *
lib/libcrypto/bio/bss_dgram.c
127
BIO *ret;
lib/libcrypto/bio/bss_dgram.c
138
dgram_new(BIO *bi)
lib/libcrypto/bio/bss_dgram.c
154
dgram_free(BIO *a)
lib/libcrypto/bio/bss_dgram.c
170
dgram_clear(BIO *a)
lib/libcrypto/bio/bss_dgram.c
186
dgram_adjust_rcv_timeout(BIO *b)
lib/libcrypto/bio/bss_dgram.c
237
dgram_reset_rcv_timeout(BIO *b)
lib/libcrypto/bio/bss_dgram.c
253
dgram_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bss_dgram.c
292
dgram_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bss_dgram.c
326
dgram_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_dgram.c
625
dgram_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bss_dgram.c
80
static int dgram_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bss_dgram.c
81
static int dgram_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_dgram.c
82
static int dgram_puts(BIO *h, const char *str);
lib/libcrypto/bio/bss_dgram.c
83
static long dgram_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_dgram.c
84
static int dgram_new(BIO *h);
lib/libcrypto/bio/bss_dgram.c
85
static int dgram_free(BIO *data);
lib/libcrypto/bio/bss_dgram.c
86
static int dgram_clear(BIO *bio);
lib/libcrypto/bio/bss_fd.c
101
BIO *ret;
lib/libcrypto/bio/bss_fd.c
111
fd_new(BIO *bi)
lib/libcrypto/bio/bss_fd.c
121
fd_free(BIO *a)
lib/libcrypto/bio/bss_fd.c
136
fd_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bss_fd.c
153
fd_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bss_fd.c
167
fd_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_fd.c
219
fd_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bss_fd.c
229
fd_gets(BIO *bp, char *buf, int size)
lib/libcrypto/bio/bss_fd.c
70
static int fd_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bss_fd.c
71
static int fd_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_fd.c
72
static int fd_puts(BIO *h, const char *str);
lib/libcrypto/bio/bss_fd.c
73
static int fd_gets(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_fd.c
74
static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_fd.c
75
static int fd_new(BIO *h);
lib/libcrypto/bio/bss_fd.c
76
static int fd_free(BIO *data);
lib/libcrypto/bio/bss_fd.c
98
BIO *
lib/libcrypto/bio/bss_file.c
100
static int file_new(BIO *h);
lib/libcrypto/bio/bss_file.c
101
static int file_free(BIO *data);
lib/libcrypto/bio/bss_file.c
115
BIO *
lib/libcrypto/bio/bss_file.c
118
BIO *ret;
lib/libcrypto/bio/bss_file.c
142
BIO *
lib/libcrypto/bio/bss_file.c
145
BIO *ret;
lib/libcrypto/bio/bss_file.c
163
file_new(BIO *bi)
lib/libcrypto/bio/bss_file.c
173
file_free(BIO *a)
lib/libcrypto/bio/bss_file.c
189
file_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bss_file.c
205
file_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bss_file.c
215
file_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_file.c
301
file_gets(BIO *bp, char *buf, int size)
lib/libcrypto/bio/bss_file.c
315
file_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bss_file.c
95
static int file_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bss_file.c
96
static int file_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_file.c
97
static int file_puts(BIO *h, const char *str);
lib/libcrypto/bio/bss_file.c
98
static int file_gets(BIO *h, char *str, int size);
lib/libcrypto/bio/bss_file.c
99
static long file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_mem.c
122
BIO *
lib/libcrypto/bio/bss_mem.c
126
BIO *bio;
lib/libcrypto/bio/bss_mem.c
156
mem_new(BIO *bio)
lib/libcrypto/bio/bss_mem.c
182
mem_free(BIO *bio)
lib/libcrypto/bio/bss_mem.c
204
mem_read(BIO *bio, char *out, int out_len)
lib/libcrypto/bio/bss_mem.c
229
mem_write(BIO *bio, const char *in, int in_len)
lib/libcrypto/bio/bss_mem.c
268
mem_ctrl(BIO *bio, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_mem.c
335
mem_gets(BIO *bio, char *out, int out_len)
lib/libcrypto/bio/bss_mem.c
371
mem_puts(BIO *bio, const char *in)
lib/libcrypto/bio/bss_mem.c
90
static int mem_new(BIO *bio);
lib/libcrypto/bio/bss_mem.c
91
static int mem_free(BIO *bio);
lib/libcrypto/bio/bss_mem.c
92
static int mem_write(BIO *bio, const char *in, int in_len);
lib/libcrypto/bio/bss_mem.c
93
static int mem_read(BIO *bio, char *out, int out_len);
lib/libcrypto/bio/bss_mem.c
94
static int mem_puts(BIO *bio, const char *in);
lib/libcrypto/bio/bss_mem.c
95
static int mem_gets(BIO *bio, char *out, int out_len);
lib/libcrypto/bio/bss_mem.c
96
static long mem_ctrl(BIO *bio, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_null.c
104
null_free(BIO *a)
lib/libcrypto/bio/bss_null.c
112
null_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bss_null.c
118
null_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bss_null.c
124
null_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_null.c
150
null_gets(BIO *bp, char *buf, int size)
lib/libcrypto/bio/bss_null.c
156
null_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bss_null.c
67
static int null_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bss_null.c
68
static int null_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_null.c
69
static int null_puts(BIO *h, const char *str);
lib/libcrypto/bio/bss_null.c
70
static int null_gets(BIO *h, char *str, int size);
lib/libcrypto/bio/bss_null.c
71
static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_null.c
72
static int null_new(BIO *h);
lib/libcrypto/bio/bss_null.c
73
static int null_free(BIO *data);
lib/libcrypto/bio/bss_null.c
95
null_new(BIO *bi)
lib/libcrypto/bio/bss_sock.c
110
sock_new(BIO *bi)
lib/libcrypto/bio/bss_sock.c
120
sock_free(BIO *a)
lib/libcrypto/bio/bss_sock.c
136
sock_read(BIO *b, char *out, int outl)
lib/libcrypto/bio/bss_sock.c
153
sock_write(BIO *b, const char *in, int inl)
lib/libcrypto/bio/bss_sock.c
168
sock_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/bio/bss_sock.c
207
sock_puts(BIO *bp, const char *str)
lib/libcrypto/bio/bss_sock.c
70
static int sock_write(BIO *h, const char *buf, int num);
lib/libcrypto/bio/bss_sock.c
71
static int sock_read(BIO *h, char *buf, int size);
lib/libcrypto/bio/bss_sock.c
72
static int sock_puts(BIO *h, const char *str);
lib/libcrypto/bio/bss_sock.c
73
static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/bio/bss_sock.c
74
static int sock_new(BIO *h);
lib/libcrypto/bio/bss_sock.c
75
static int sock_free(BIO *data);
lib/libcrypto/bio/bss_sock.c
96
BIO *
lib/libcrypto/bio/bss_sock.c
99
BIO *ret;
lib/libcrypto/bn/bn.h
354
int BN_print(BIO *fp, const BIGNUM *a);
lib/libcrypto/bn/bn_local.h
340
int bn_printf(BIO *bio, const BIGNUM *bn, int indent, const char *fmt, ...)
lib/libcrypto/bn/bn_print.c
125
bn_printf(BIO *bio, const BIGNUM *bn, int indent, const char *fmt, ...)
lib/libcrypto/bn/bn_print.c
152
BN_print(BIO *bio, const BIGNUM *bn)
lib/libcrypto/bn/bn_print.c
33
bn_print_zero(BIO *bio, const BIGNUM *bn)
lib/libcrypto/bn/bn_print.c
43
bn_print_word(BIO *bio, const BIGNUM *bn)
lib/libcrypto/bn/bn_print.c
62
bn_print_bignum(BIO *bio, const BIGNUM *bn, int indent)
lib/libcrypto/cms/cms.h
137
BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont);
lib/libcrypto/cms/cms.h
138
int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio);
lib/libcrypto/cms/cms.h
144
CMS_ContentInfo *PEM_read_bio_CMS(BIO *bp, CMS_ContentInfo **x,
lib/libcrypto/cms/cms.h
148
int PEM_write_bio_CMS(BIO *bp, const CMS_ContentInfo *x);
lib/libcrypto/cms/cms.h
151
CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
lib/libcrypto/cms/cms.h
152
int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
lib/libcrypto/cms/cms.h
154
BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms);
lib/libcrypto/cms/cms.h
155
int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags);
lib/libcrypto/cms/cms.h
156
int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in,
lib/libcrypto/cms/cms.h
158
CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
lib/libcrypto/cms/cms.h
159
int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags);
lib/libcrypto/cms/cms.h
161
int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
lib/libcrypto/cms/cms.h
164
BIO *data, unsigned int flags);
lib/libcrypto/cms/cms.h
169
int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags);
lib/libcrypto/cms/cms.h
170
CMS_ContentInfo *CMS_data_create(BIO *in, unsigned int flags);
lib/libcrypto/cms/cms.h
172
int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
lib/libcrypto/cms/cms.h
174
CMS_ContentInfo *CMS_digest_create(BIO *in, const EVP_MD *md,
lib/libcrypto/cms/cms.h
178
size_t keylen, BIO *dcont, BIO *out, unsigned int flags);
lib/libcrypto/cms/cms.h
180
CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/cms/cms.h
187
X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
lib/libcrypto/cms/cms.h
194
CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
lib/libcrypto/cms/cms.h
198
BIO *dcont, BIO *out, unsigned int flags);
lib/libcrypto/cms/cms.h
243
int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
lib/libcrypto/cms/cms.h
245
CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);
lib/libcrypto/cms/cms.h
278
int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
lib/libcrypto/cms/cms.h
94
int CMS_ContentInfo_print_ctx(BIO *out, CMS_ContentInfo *x, int indent, const ASN1_PCTX *pctx);
lib/libcrypto/cms/cms_dd.c
100
BIO *
lib/libcrypto/cms/cms_dd.c
111
cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify)
lib/libcrypto/cms/cms_enc.c
257
BIO *
lib/libcrypto/cms/cms_enc.c
73
BIO *
lib/libcrypto/cms/cms_enc.c
76
BIO *b;
lib/libcrypto/cms/cms_env.c
936
BIO *
lib/libcrypto/cms/cms_env.c
943
BIO *ret;
lib/libcrypto/cms/cms_io.c
103
PEM_read_bio_CMS(BIO *bp, CMS_ContentInfo **x, pem_password_cb *cb, void *u)
lib/libcrypto/cms/cms_io.c
119
PEM_write_bio_CMS(BIO *bp, const CMS_ContentInfo *x)
lib/libcrypto/cms/cms_io.c
134
BIO *
lib/libcrypto/cms/cms_io.c
135
BIO_new_CMS(BIO *out, CMS_ContentInfo *cms)
lib/libcrypto/cms/cms_io.c
144
i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
lib/libcrypto/cms/cms_io.c
152
PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
lib/libcrypto/cms/cms_io.c
160
SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags)
lib/libcrypto/cms/cms_io.c
175
SMIME_read_CMS(BIO *bio, BIO **bcont)
lib/libcrypto/cms/cms_io.c
88
d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms)
lib/libcrypto/cms/cms_io.c
95
i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms)
lib/libcrypto/cms/cms_lib.c
127
static BIO *
lib/libcrypto/cms/cms_lib.c
147
BIO *
lib/libcrypto/cms/cms_lib.c
148
CMS_dataInit(CMS_ContentInfo *cms, BIO *in_content_bio)
lib/libcrypto/cms/cms_lib.c
150
BIO *cms_bio = NULL, *content_bio = NULL;
lib/libcrypto/cms/cms_lib.c
194
CMS_dataFinal(CMS_ContentInfo *cms, BIO *cmsbio)
lib/libcrypto/cms/cms_lib.c
202
BIO *mbio;
lib/libcrypto/cms/cms_lib.c
433
BIO *
lib/libcrypto/cms/cms_lib.c
436
BIO *mdbio = NULL;
lib/libcrypto/cms/cms_lib.c
462
cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain, X509_ALGOR *mdalg)
lib/libcrypto/cms/cms_lib.c
99
CMS_ContentInfo_print_ctx(BIO *out, CMS_ContentInfo *x, int indent, const ASN1_PCTX *pctx)
lib/libcrypto/cms/cms_local.h
413
BIO *cms_DigestedData_init_bio(CMS_ContentInfo *cms);
lib/libcrypto/cms/cms_local.h
414
int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify);
lib/libcrypto/cms/cms_local.h
416
BIO *cms_SignedData_init_bio(CMS_ContentInfo *cms);
lib/libcrypto/cms/cms_local.h
417
int cms_SignedData_final(CMS_ContentInfo *cms, BIO *chain);
lib/libcrypto/cms/cms_local.h
423
BIO *cms_DigestAlgorithm_init_bio(X509_ALGOR *digestAlgorithm);
lib/libcrypto/cms/cms_local.h
424
int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain,
lib/libcrypto/cms/cms_local.h
432
BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec);
lib/libcrypto/cms/cms_local.h
433
BIO *cms_EncryptedData_init_bio(CMS_ContentInfo *cms);
lib/libcrypto/cms/cms_local.h
441
BIO *cms_EnvelopedData_init_bio(CMS_ContentInfo *cms);
lib/libcrypto/cms/cms_sd.c
642
cms_SignerInfo_content_sign(CMS_ContentInfo *cms, CMS_SignerInfo *si, BIO *chain)
lib/libcrypto/cms/cms_sd.c
732
cms_SignedData_final(CMS_ContentInfo *cms, BIO *chain)
lib/libcrypto/cms/cms_sd.c
864
BIO *
lib/libcrypto/cms/cms_sd.c
869
BIO *chain = NULL;
lib/libcrypto/cms/cms_sd.c
878
BIO *mdbio;
lib/libcrypto/cms/cms_sd.c
898
CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain)
lib/libcrypto/cms/cms_smime.c
148
do_free_upto(BIO *f, BIO *upto)
lib/libcrypto/cms/cms_smime.c
151
BIO *tbio;
lib/libcrypto/cms/cms_smime.c
163
CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
165
BIO *cont;
lib/libcrypto/cms/cms_smime.c
183
CMS_data_create(BIO *in, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
201
CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
203
BIO *cont;
lib/libcrypto/cms/cms_smime.c
227
CMS_digest_create(BIO *in, const EVP_MD *md, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
251
size_t keylen, BIO *dcont, BIO *out, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
253
BIO *cont;
lib/libcrypto/cms/cms_smime.c
277
CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/cms/cms_smime.c
351
BIO *dcont, BIO *out, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
359
BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL;
lib/libcrypto/cms/cms_smime.c
526
CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data,
lib/libcrypto/cms/cms_smime.c
576
BIO *rct_cont = NULL;
lib/libcrypto/cms/cms_smime.c
638
CMS_encrypt(STACK_OF(X509) *certs, BIO *data, const EVP_CIPHER *cipher,
lib/libcrypto/cms/cms_smime.c
71
static BIO *
lib/libcrypto/cms/cms_smime.c
72
cms_get_text_bio(BIO *out, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
74
BIO *rbio;
lib/libcrypto/cms/cms_smime.c
838
CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert, BIO *dcont,
lib/libcrypto/cms/cms_smime.c
839
BIO *out, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
842
BIO *cont;
lib/libcrypto/cms/cms_smime.c
873
CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
875
BIO *cmsbio;
lib/libcrypto/cms/cms_smime.c
88
cms_copy_content(BIO *out, BIO *in, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
902
CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
910
CMS_compress(BIO *in, int comp_nid, unsigned int flags)
lib/libcrypto/cms/cms_smime.c
92
BIO *tmpout;
lib/libcrypto/conf/conf.h
119
int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
lib/libcrypto/conf/conf_def.c
129
def_load_bio(CONF *conf, BIO *in, long *line)
lib/libcrypto/conf/conf_def.c
340
BIO *in = NULL;
lib/libcrypto/conf/conf_def.c
610
dump_value_doall_arg(CONF_VALUE *a, BIO *out)
lib/libcrypto/conf/conf_def.c
618
static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_value, CONF_VALUE, BIO)
lib/libcrypto/conf/conf_def.c
621
def_dump(const CONF *conf, BIO *out)
lib/libcrypto/conf/conf_def.c
624
BIO, out);
lib/libcrypto/conf/conf_lib.c
120
NCONF_load_bio(CONF *conf, BIO *bp, long *eline)
lib/libcrypto/conf/conf_local.h
72
int (*load_bio)(CONF *conf, BIO *bp, long *eline);
lib/libcrypto/conf/conf_local.h
73
int (*dump)(const CONF *conf, BIO *bp);
lib/libcrypto/conf/conf_sap.c
91
BIO *bio_err;
lib/libcrypto/ct/ct.h
321
void SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *logs);
lib/libcrypto/ct/ct.h
330
void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
lib/libcrypto/ct/ct_prn.c
100
SCT_signature_algorithms_print(const SCT *sct, BIO *out)
lib/libcrypto/ct/ct_prn.c
111
timestamp_print(uint64_t timestamp, BIO *out)
lib/libcrypto/ct/ct_prn.c
152
SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store)
lib/libcrypto/ct/ct_prn.c
197
SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent,
lib/libcrypto/ct/ct_prn.c
74
BIO_hex_string(BIO *out, int indent, int width, unsigned char *data,
lib/libcrypto/ct/ct_x509v3.c
81
i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out,
lib/libcrypto/dh/dh.h
117
DH *d2i_DHparams_bio(BIO *bp, DH **a);
lib/libcrypto/dh/dh.h
118
int i2d_DHparams_bio(BIO *bp, DH *a);
lib/libcrypto/dh/dh.h
177
int DHparams_print(BIO *bp, const DH *x);
lib/libcrypto/dh/dh_ameth.c
331
do_dh_print(BIO *bp, const DH *x, int indent, ASN1_PCTX *ctx, int ptype)
lib/libcrypto/dh/dh_ameth.c
456
dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/dh/dh_ameth.c
462
dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/dh/dh_ameth.c
468
dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/dh/dh_ameth.c
474
DHparams_print(BIO *bp, const DH *x)
lib/libcrypto/dh/dh_ameth.c
483
BIO *b;
lib/libcrypto/dh/dh_asn1.c
144
d2i_DHparams_bio(BIO *bp, DH **a)
lib/libcrypto/dh/dh_asn1.c
151
i2d_DHparams_bio(BIO *bp, DH *a)
lib/libcrypto/dsa/dsa.h
108
DSA *d2i_DSAparams_bio(BIO *bp, DSA **a);
lib/libcrypto/dsa/dsa.h
109
int i2d_DSAparams_bio(BIO *bp, DSA *a);
lib/libcrypto/dsa/dsa.h
170
int DSAparams_print(BIO *bp, const DSA *x);
lib/libcrypto/dsa/dsa.h
171
int DSA_print(BIO *bp, const DSA *x, int off);
lib/libcrypto/dsa/dsa_ameth.c
414
do_dsa_print(BIO *bp, const DSA *x, int off, int ptype)
lib/libcrypto/dsa/dsa_ameth.c
493
dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/dsa/dsa_ameth.c
499
dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/dsa/dsa_ameth.c
505
dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/dsa/dsa_ameth.c
591
dsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig,
lib/libcrypto/dsa/dsa_asn1.c
320
d2i_DSAparams_bio(BIO *bp, DSA **a)
lib/libcrypto/dsa/dsa_asn1.c
327
i2d_DSAparams_bio(BIO *bp, DSA *a)
lib/libcrypto/dsa/dsa_prn.c
101
DSA_print(BIO *bp, const DSA *x, int off)
lib/libcrypto/dsa/dsa_prn.c
120
DSAparams_print(BIO *bp, const DSA *x)
lib/libcrypto/dsa/dsa_prn.c
69
BIO *b;
lib/libcrypto/dsa/dsa_prn.c
86
BIO *b;
lib/libcrypto/ec/ec.h
222
int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
lib/libcrypto/ec/ec.h
270
int ECParameters_print(BIO *bp, const EC_KEY *key);
lib/libcrypto/ec/ec.h
271
int EC_KEY_print(BIO *bp, const EC_KEY *key, int off);
lib/libcrypto/ec/ec_ameth.c
496
do_EC_KEY_print(BIO *bp, const EC_KEY *x, int off, int ktype)
lib/libcrypto/ec/ec_ameth.c
588
eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/ec/ec_ameth.c
594
eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/ec/ec_ameth.c
601
eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/ec/eck_prn.c
100
BIO *bio;
lib/libcrypto/ec/eck_prn.c
119
ECParameters_print(BIO *bio, const EC_KEY *ec_key)
lib/libcrypto/ec/eck_prn.c
142
BIO *bio;
lib/libcrypto/ec/eck_prn.c
161
ecpk_print_asn1_parameters(BIO *bio, const EC_GROUP *group, int off)
lib/libcrypto/ec/eck_prn.c
200
ecpk_print_explicit_parameters(BIO *bio, const EC_GROUP *group, int off)
lib/libcrypto/ec/eck_prn.c
324
ECPKParameters_print(BIO *bio, const EC_GROUP *group, int off)
lib/libcrypto/ec/eck_prn.c
341
BIO *bio;
lib/libcrypto/ec/eck_prn.c
77
EC_KEY_print(BIO *bio, const EC_KEY *ec_key, int off)
lib/libcrypto/ec/ecx_methods.c
299
ecx_buf_print(BIO *bio, const uint8_t *buf, size_t buf_len, int indent)
lib/libcrypto/ec/ecx_methods.c
334
ecx_pub_print(BIO *bio, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/ec/ecx_methods.c
446
ecx_priv_print(BIO *bio, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/err/err.h
303
void ERR_print_errors(BIO *bp);
lib/libcrypto/err/err_prn.c
115
ERR_print_errors(BIO *bp)
lib/libcrypto/evp/bio_b64.c
117
b64_new(BIO *bi)
lib/libcrypto/evp/bio_b64.c
141
b64_free(BIO *a)
lib/libcrypto/evp/bio_b64.c
153
b64_read(BIO *b, char *out, int outl)
lib/libcrypto/evp/bio_b64.c
355
b64_write(BIO *b, const char *in, int inl)
lib/libcrypto/evp/bio_b64.c
469
b64_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/evp/bio_b64.c
554
b64_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/evp/bio_b64.c
569
b64_puts(BIO *b, const char *str)
lib/libcrypto/evp/bio_b64.c
69
static int b64_write(BIO *h, const char *buf, int num);
lib/libcrypto/evp/bio_b64.c
70
static int b64_read(BIO *h, char *buf, int size);
lib/libcrypto/evp/bio_b64.c
71
static int b64_puts(BIO *h, const char *str);
lib/libcrypto/evp/bio_b64.c
73
static long b64_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/evp/bio_b64.c
74
static int b64_new(BIO *h);
lib/libcrypto/evp/bio_b64.c
75
static int b64_free(BIO *data);
lib/libcrypto/evp/bio_b64.c
76
static long b64_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
lib/libcrypto/evp/bio_enc.c
123
enc_new(BIO *bio)
lib/libcrypto/evp/bio_enc.c
148
enc_free(BIO *bio)
lib/libcrypto/evp/bio_enc.c
160
enc_read(BIO *bio, char *out, int outl)
lib/libcrypto/evp/bio_enc.c
247
enc_write(BIO *bio, const char *in, int inl)
lib/libcrypto/evp/bio_enc.c
300
enc_ctrl(BIO *bio, int cmd, long num, void *ptr)
lib/libcrypto/evp/bio_enc.c
302
BIO *dbio;
lib/libcrypto/evp/bio_enc.c
389
enc_callback_ctrl(BIO *bio, int cmd, BIO_info_cb *fp)
lib/libcrypto/evp/bio_enc.c
406
BIO_set_cipher(BIO *bio, const EVP_CIPHER *c, const unsigned char *k,
lib/libcrypto/evp/bio_enc.c
410
long (*cb)(BIO *, int, const char *, int, long, long);
lib/libcrypto/evp/bio_enc.c
70
static int enc_write(BIO *h, const char *buf, int num);
lib/libcrypto/evp/bio_enc.c
71
static int enc_read(BIO *h, char *buf, int size);
lib/libcrypto/evp/bio_enc.c
74
static long enc_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/evp/bio_enc.c
75
static int enc_new(BIO *h);
lib/libcrypto/evp/bio_enc.c
76
static int enc_free(BIO *data);
lib/libcrypto/evp/bio_enc.c
77
static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
lib/libcrypto/evp/bio_md.c
100
md_new(BIO *bi)
lib/libcrypto/evp/bio_md.c
115
md_free(BIO *a)
lib/libcrypto/evp/bio_md.c
127
md_read(BIO *b, char *out, int outl)
lib/libcrypto/evp/bio_md.c
153
md_write(BIO *b, const char *in, int inl)
lib/libcrypto/evp/bio_md.c
181
md_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libcrypto/evp/bio_md.c
187
BIO *dbio;
lib/libcrypto/evp/bio_md.c
245
md_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libcrypto/evp/bio_md.c
260
md_gets(BIO *bp, char *buf, int size)
lib/libcrypto/evp/bio_md.c
71
static int md_write(BIO *h, char const *buf, int num);
lib/libcrypto/evp/bio_md.c
72
static int md_read(BIO *h, char *buf, int size);
lib/libcrypto/evp/bio_md.c
74
static int md_gets(BIO *h, char *str, int size);
lib/libcrypto/evp/bio_md.c
75
static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libcrypto/evp/bio_md.c
76
static int md_new(BIO *h);
lib/libcrypto/evp/bio_md.c
77
static int md_free(BIO *data);
lib/libcrypto/evp/bio_md.c
78
static long md_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
lib/libcrypto/evp/evp.h
561
int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
lib/libcrypto/evp/evp.h
822
int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/evp.h
824
int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/evp.h
826
int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/evp_local.h
103
int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/evp_local.h
108
int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/evp_local.h
124
int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/evp_local.h
126
int (*sig_print)(BIO *out, const X509_ALGOR *sigalg,
lib/libcrypto/evp/p_lib.c
805
unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, const char *kstr)
lib/libcrypto/evp/p_lib.c
815
EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/p_lib.c
826
EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/evp/p_lib.c
837
EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent,
lib/libcrypto/objects/obj_dat.c
481
OBJ_create_objects(BIO *in)
lib/libcrypto/objects/objects.h
109
int OBJ_create_objects(BIO *in);
lib/libcrypto/ocsp/ocsp.h
192
OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req);
lib/libcrypto/ocsp/ocsp.h
193
OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req,
lib/libcrypto/ocsp/ocsp.h
368
OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a);
lib/libcrypto/ocsp/ocsp.h
369
int i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a);
lib/libcrypto/ocsp/ocsp.h
390
OCSP_REQUEST *d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a);
lib/libcrypto/ocsp/ocsp.h
391
int i2d_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST *a);
lib/libcrypto/ocsp/ocsp.h
418
int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* a, unsigned long flags);
lib/libcrypto/ocsp/ocsp.h
419
int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
lib/libcrypto/ocsp/ocsp_asn.c
375
d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a)
lib/libcrypto/ocsp/ocsp_asn.c
382
i2d_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST *a)
lib/libcrypto/ocsp/ocsp_asn.c
507
d2i_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE **a)
lib/libcrypto/ocsp/ocsp_asn.c
514
i2d_OCSP_RESPONSE_bio(BIO *bp, OCSP_RESPONSE *a)
lib/libcrypto/ocsp/ocsp_ht.c
157
OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, int maxline)
lib/libcrypto/ocsp/ocsp_ht.c
450
OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req)
lib/libcrypto/ocsp/ocsp_ht.c
78
BIO *io; /* BIO to perform I/O with */
lib/libcrypto/ocsp/ocsp_ht.c
79
BIO *mem; /* Memory BIO response is built into */
lib/libcrypto/ocsp/ocsp_prn.c
152
OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
lib/libcrypto/ocsp/ocsp_prn.c
204
OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags)
lib/libcrypto/ocsp/ocsp_prn.c
72
ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent)
lib/libcrypto/pem/pem.h
187
type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
lib/libcrypto/pem/pem.h
193
int PEM_write_bio_##name(BIO *bp, type *x) \
lib/libcrypto/pem/pem.h
199
int PEM_write_bio_##name(BIO *bp, const type *x) \
lib/libcrypto/pem/pem.h
205
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
212
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
271
type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
lib/libcrypto/pem/pem.h
274
int PEM_write_bio_##name(BIO *bp, type *x);
lib/libcrypto/pem/pem.h
277
int PEM_write_bio_##name(BIO *bp, const type *x);
lib/libcrypto/pem/pem.h
280
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
327
int PEM_read_bio(BIO *bp, char **name, char **header,
lib/libcrypto/pem/pem.h
329
int PEM_write_bio(BIO *bp, const char *name, const char *hdr,
lib/libcrypto/pem/pem.h
332
const char *name, BIO *bp, pem_password_cb *cb, void *u);
lib/libcrypto/pem/pem.h
333
void * PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp,
lib/libcrypto/pem/pem.h
335
int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x,
lib/libcrypto/pem/pem.h
339
STACK_OF(X509_INFO) * PEM_X509_INFO_read_bio(BIO *bp,
lib/libcrypto/pem/pem.h
413
int PEM_write_bio_PrivateKey_traditional(BIO *bp, EVP_PKEY *x,
lib/libcrypto/pem/pem.h
416
int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
lib/libcrypto/pem/pem.h
419
int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
lib/libcrypto/pem/pem.h
421
int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem.h
424
int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
lib/libcrypto/pem/pem.h
427
EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
lib/libcrypto/pem/pem.h
446
EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x);
lib/libcrypto/pem/pem.h
447
int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x);
lib/libcrypto/pem/pem.h
452
EVP_PKEY *b2i_PrivateKey_bio(BIO *in);
lib/libcrypto/pem/pem.h
453
EVP_PKEY *b2i_PublicKey_bio(BIO *in);
lib/libcrypto/pem/pem.h
454
int i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk);
lib/libcrypto/pem/pem.h
455
int i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk);
lib/libcrypto/pem/pem.h
457
EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u);
lib/libcrypto/pem/pem.h
458
int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb,
lib/libcrypto/pem/pem_all.c
161
PEM_read_bio_X509_REQ(BIO *bp, X509_REQ **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
169
PEM_write_bio_X509_REQ(BIO *bp, X509_REQ *x)
lib/libcrypto/pem/pem_all.c
185
PEM_write_bio_X509_REQ_NEW(BIO *bp, X509_REQ *x)
lib/libcrypto/pem/pem_all.c
209
PEM_read_bio_X509_CRL(BIO *bp, X509_CRL **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
217
PEM_write_bio_X509_CRL(BIO *bp, X509_CRL *x)
lib/libcrypto/pem/pem_all.c
241
PEM_read_bio_PKCS7(BIO *bp, PKCS7 **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
249
PEM_write_bio_PKCS7(BIO *bp, PKCS7 *x)
lib/libcrypto/pem/pem_all.c
304
PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
314
PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x,
lib/libcrypto/pem/pem_all.c
340
PEM_read_bio_RSAPublicKey(BIO *bp, RSA **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
348
PEM_write_bio_RSAPublicKey(BIO *bp, const RSA *x)
lib/libcrypto/pem/pem_all.c
372
PEM_read_bio_RSA_PUBKEY(BIO *bp, RSA **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
380
PEM_write_bio_RSA_PUBKEY(BIO *bp, RSA *x)
lib/libcrypto/pem/pem_all.c
429
PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
439
PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x,
lib/libcrypto/pem/pem_all.c
465
PEM_write_bio_DSA_PUBKEY(BIO *bp, DSA *x)
lib/libcrypto/pem/pem_all.c
473
PEM_read_bio_DSA_PUBKEY(BIO *bp, DSA **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
497
PEM_read_bio_DSAparams(BIO *bp, DSA **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
505
PEM_write_bio_DSAparams(BIO *bp, const DSA *x)
lib/libcrypto/pem/pem_all.c
551
PEM_read_bio_ECPKParameters(BIO *bp, EC_GROUP **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
559
PEM_write_bio_ECPKParameters(BIO *bp, const EC_GROUP *x)
lib/libcrypto/pem/pem_all.c
586
PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
595
PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x,
lib/libcrypto/pem/pem_all.c
621
PEM_read_bio_EC_PUBKEY(BIO *bp, EC_KEY **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
629
PEM_write_bio_EC_PUBKEY(BIO *bp, EC_KEY *x)
lib/libcrypto/pem/pem_all.c
657
PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
665
PEM_write_bio_DHparams(BIO *bp, const DH *x)
lib/libcrypto/pem/pem_all.c
691
PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_all.c
699
PEM_write_bio_PUBKEY(BIO *bp, EVP_PKEY *x)
lib/libcrypto/pem/pem_info.c
137
PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb,
lib/libcrypto/pem/pem_lib.c
175
BIO *b;
lib/libcrypto/pem/pem_lib.c
280
const char *name, BIO *bp, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_lib.c
329
BIO *b;
lib/libcrypto/pem/pem_lib.c
344
PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x,
lib/libcrypto/pem/pem_lib.c
583
BIO *b;
lib/libcrypto/pem/pem_lib.c
598
PEM_write_bio(BIO *bp, const char *name, const char *header,
lib/libcrypto/pem/pem_lib.c
658
BIO *b;
lib/libcrypto/pem/pem_lib.c
673
PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data,
lib/libcrypto/pem/pem_oth.c
72
PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
lib/libcrypto/pem/pem_pk8.c
106
i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
lib/libcrypto/pem/pem_pk8.c
114
do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pk8.c
161
d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_pk8.c
234
BIO *bp;
lib/libcrypto/pem/pem_pk8.c
249
BIO *bp;
lib/libcrypto/pem/pem_pk8.c
279
PEM_read_bio_PKCS8(BIO *bp, X509_SIG **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_pk8.c
287
PEM_write_bio_PKCS8(BIO *bp, X509_SIG *x)
lib/libcrypto/pem/pem_pk8.c
311
PEM_read_bio_PKCS8_PRIV_KEY_INFO(BIO *bp, PKCS8_PRIV_KEY_INFO **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_pk8.c
319
PEM_write_bio_PKCS8_PRIV_KEY_INFO(BIO *bp, PKCS8_PRIV_KEY_INFO *x)
lib/libcrypto/pem/pem_pk8.c
70
static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid,
lib/libcrypto/pem/pem_pk8.c
82
PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr,
lib/libcrypto/pem/pem_pk8.c
90
PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pk8.c
98
i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pkey.c
149
PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pkey.c
162
PEM_write_bio_PrivateKey_traditional(BIO *bp, EVP_PKEY *x,
lib/libcrypto/pem/pem_pkey.c
176
PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x)
lib/libcrypto/pem/pem_pkey.c
217
PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x)
lib/libcrypto/pem/pem_pkey.c
234
BIO *b;
lib/libcrypto/pem/pem_pkey.c
252
BIO *b;
lib/libcrypto/pem/pem_pkey.c
78
PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_x509.c
85
PEM_read_bio_X509(BIO *bp, X509 **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_x509.c
93
PEM_write_bio_X509(BIO *bp, X509 *x)
lib/libcrypto/pem/pem_xaux.c
85
PEM_read_bio_X509_AUX(BIO *bp, X509 **x, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pem_xaux.c
93
PEM_write_bio_X509_AUX(BIO *bp, X509 *x)
lib/libcrypto/pem/pvkfmt.c
273
do_b2i_bio(BIO *in, int ispub)
lib/libcrypto/pem/pvkfmt.c
427
b2i_PrivateKey_bio(BIO *in)
lib/libcrypto/pem/pvkfmt.c
434
b2i_PublicKey_bio(BIO *in)
lib/libcrypto/pem/pvkfmt.c
535
do_i2b_bio(BIO *out, EVP_PKEY *pk, int ispub)
lib/libcrypto/pem/pvkfmt.c
649
i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk)
lib/libcrypto/pem/pvkfmt.c
656
i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk)
lib/libcrypto/pem/pvkfmt.c
813
b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u)
lib/libcrypto/pem/pvkfmt.c
924
i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, pem_password_cb *cb, void *u)
lib/libcrypto/pkcs12/p12_utl.c
132
i2d_PKCS12_bio(BIO *bp, PKCS12 *p12)
lib/libcrypto/pkcs12/p12_utl.c
146
d2i_PKCS12_bio(BIO *bp, PKCS12 **p12)
lib/libcrypto/pkcs12/pkcs12.h
216
int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12);
lib/libcrypto/pkcs12/pkcs12.h
218
PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
lib/libcrypto/pkcs7/pk7_asn1.c
1005
PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx)
lib/libcrypto/pkcs7/pk7_asn1.c
1013
d2i_PKCS7_bio(BIO *bp, PKCS7 **p7)
lib/libcrypto/pkcs7/pk7_asn1.c
1020
i2d_PKCS7_bio(BIO *bp, PKCS7 *p7)
lib/libcrypto/pkcs7/pk7_doit.c
107
PKCS7_bio_add_digest(BIO **pbio, X509_ALGOR *alg)
lib/libcrypto/pkcs7/pk7_doit.c
109
BIO *btmp;
lib/libcrypto/pkcs7/pk7_doit.c
252
BIO *
lib/libcrypto/pkcs7/pk7_doit.c
253
PKCS7_dataInit(PKCS7 *p7, BIO *bio)
lib/libcrypto/pkcs7/pk7_doit.c
256
BIO *out = NULL, *btmp = NULL;
lib/libcrypto/pkcs7/pk7_doit.c
424
BIO *
lib/libcrypto/pkcs7/pk7_doit.c
425
PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert)
lib/libcrypto/pkcs7/pk7_doit.c
428
BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL;
lib/libcrypto/pkcs7/pk7_doit.c
639
static BIO *
lib/libcrypto/pkcs7/pk7_doit.c
640
PKCS7_find_digest(EVP_MD_CTX **pmd, BIO *bio, int nid)
lib/libcrypto/pkcs7/pk7_doit.c
693
PKCS7_dataFinal(PKCS7 *p7, BIO *bio)
lib/libcrypto/pkcs7/pk7_doit.c
697
BIO *btmp;
lib/libcrypto/pkcs7/pk7_doit.c
929
PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio,
lib/libcrypto/pkcs7/pk7_doit.c
991
PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509)
lib/libcrypto/pkcs7/pk7_doit.c
998
BIO *btmp;
lib/libcrypto/pkcs7/pk7_mime.c
106
SMIME_read_PKCS7(BIO *bio, BIO **bcont)
lib/libcrypto/pkcs7/pk7_mime.c
64
BIO *
lib/libcrypto/pkcs7/pk7_mime.c
65
BIO_new_PKCS7(BIO *out, PKCS7 *p7)
lib/libcrypto/pkcs7/pk7_mime.c
72
i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
lib/libcrypto/pkcs7/pk7_mime.c
79
PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
lib/libcrypto/pkcs7/pk7_mime.c
87
SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags)
lib/libcrypto/pkcs7/pk7_smime.c
117
PKCS7_final(PKCS7 *p7, BIO *data, int flags)
lib/libcrypto/pkcs7/pk7_smime.c
119
BIO *p7bio;
lib/libcrypto/pkcs7/pk7_smime.c
251
PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata,
lib/libcrypto/pkcs7/pk7_smime.c
252
BIO *out, int flags)
lib/libcrypto/pkcs7/pk7_smime.c
261
BIO *p7bio;
lib/libcrypto/pkcs7/pk7_smime.c
262
BIO *tmpin, *tmpout;
lib/libcrypto/pkcs7/pk7_smime.c
486
PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/pkcs7/pk7_smime.c
490
BIO *p7bio = NULL;
lib/libcrypto/pkcs7/pk7_smime.c
528
PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags)
lib/libcrypto/pkcs7/pk7_smime.c
530
BIO *tmpmem;
lib/libcrypto/pkcs7/pk7_smime.c
555
BIO *tmpbuf;
lib/libcrypto/pkcs7/pk7_smime.c
72
PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, BIO *data,
lib/libcrypto/pkcs7/pkcs7.h
269
PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7);
lib/libcrypto/pkcs7/pkcs7.h
270
int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7);
lib/libcrypto/pkcs7/pkcs7.h
271
int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
lib/libcrypto/pkcs7/pkcs7.h
272
int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
lib/libcrypto/pkcs7/pkcs7.h
323
int PKCS7_print_ctx(BIO *out, PKCS7 *x, int indent, const ASN1_PCTX *pctx);
lib/libcrypto/pkcs7/pkcs7.h
338
BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
lib/libcrypto/pkcs7/pkcs7.h
339
int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
lib/libcrypto/pkcs7/pkcs7.h
342
BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
lib/libcrypto/pkcs7/pkcs7.h
343
int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
lib/libcrypto/pkcs7/pkcs7.h
344
BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
lib/libcrypto/pkcs7/pkcs7.h
376
BIO *data, int flags);
lib/libcrypto/pkcs7/pkcs7.h
382
int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
lib/libcrypto/pkcs7/pkcs7.h
384
BIO *indata, BIO *out, int flags);
lib/libcrypto/pkcs7/pkcs7.h
386
PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/pkcs7/pkcs7.h
388
int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
lib/libcrypto/pkcs7/pkcs7.h
400
int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
lib/libcrypto/pkcs7/pkcs7.h
401
PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
lib/libcrypto/pkcs7/pkcs7.h
403
BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);
lib/libcrypto/rsa/rsa.h
297
int RSA_print(BIO *bp, const RSA *r, int offset);
lib/libcrypto/rsa/rsa_ameth.c
351
rsa_pss_param_print(BIO *bp, int pss_key, RSA_PSS_PARAMS *pss, int indent)
lib/libcrypto/rsa/rsa_ameth.c
446
pkey_rsa_print(BIO *bp, const EVP_PKEY *pkey, int off, int priv)
lib/libcrypto/rsa/rsa_ameth.c
501
rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/rsa/rsa_ameth.c
507
rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx)
lib/libcrypto/rsa/rsa_ameth.c
513
rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig,
lib/libcrypto/rsa/rsa_prn.c
69
BIO *b;
lib/libcrypto/rsa/rsa_prn.c
84
RSA_print(BIO *bp, const RSA *x, int off)
lib/libcrypto/stack/safestack.h
332
#define sk_BIO_new(cmp) SKM_sk_new(BIO, (cmp))
lib/libcrypto/stack/safestack.h
333
#define sk_BIO_new_null() SKM_sk_new_null(BIO)
lib/libcrypto/stack/safestack.h
334
#define sk_BIO_free(st) SKM_sk_free(BIO, (st))
lib/libcrypto/stack/safestack.h
335
#define sk_BIO_num(st) SKM_sk_num(BIO, (st))
lib/libcrypto/stack/safestack.h
336
#define sk_BIO_value(st, i) SKM_sk_value(BIO, (st), (i))
lib/libcrypto/stack/safestack.h
337
#define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val))
lib/libcrypto/stack/safestack.h
338
#define sk_BIO_zero(st) SKM_sk_zero(BIO, (st))
lib/libcrypto/stack/safestack.h
339
#define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val))
lib/libcrypto/stack/safestack.h
340
#define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val))
lib/libcrypto/stack/safestack.h
341
#define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val))
lib/libcrypto/stack/safestack.h
342
#define sk_BIO_delete(st, i) SKM_sk_delete(BIO, (st), (i))
lib/libcrypto/stack/safestack.h
343
#define sk_BIO_delete_ptr(st, ptr) SKM_sk_delete_ptr(BIO, (st), (ptr))
lib/libcrypto/stack/safestack.h
344
#define sk_BIO_insert(st, val, i) SKM_sk_insert(BIO, (st), (val), (i))
lib/libcrypto/stack/safestack.h
345
#define sk_BIO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BIO, (st), (cmp))
lib/libcrypto/stack/safestack.h
346
#define sk_BIO_dup(st) SKM_sk_dup(BIO, st)
lib/libcrypto/stack/safestack.h
347
#define sk_BIO_pop_free(st, free_func) SKM_sk_pop_free(BIO, (st), (free_func))
lib/libcrypto/stack/safestack.h
348
#define sk_BIO_shift(st) SKM_sk_shift(BIO, (st))
lib/libcrypto/stack/safestack.h
349
#define sk_BIO_pop(st) SKM_sk_pop(BIO, (st))
lib/libcrypto/stack/safestack.h
350
#define sk_BIO_sort(st) SKM_sk_sort(BIO, (st))
lib/libcrypto/stack/safestack.h
351
#define sk_BIO_is_sorted(st) SKM_sk_is_sorted(BIO, (st))
lib/libcrypto/ts/ts.h
144
TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
lib/libcrypto/ts/ts.h
145
int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
lib/libcrypto/ts/ts.h
157
TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
lib/libcrypto/ts/ts.h
158
int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
lib/libcrypto/ts/ts.h
169
TS_RESP *d2i_TS_RESP_bio(BIO *fp, TS_RESP **a);
lib/libcrypto/ts/ts.h
170
int i2d_TS_RESP_bio(BIO *fp, TS_RESP *a);
lib/libcrypto/ts/ts.h
188
TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a);
lib/libcrypto/ts/ts.h
189
int i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a);
lib/libcrypto/ts/ts.h
255
int TS_REQ_print_bio(BIO *bio, TS_REQ *a);
lib/libcrypto/ts/ts.h
430
TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio);
lib/libcrypto/ts/ts.h
495
BIO *TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio);
lib/libcrypto/ts/ts.h
524
int TS_RESP_print_bio(BIO *bio, TS_RESP *a);
lib/libcrypto/ts/ts.h
525
int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a);
lib/libcrypto/ts/ts.h
526
int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a);
lib/libcrypto/ts/ts.h
530
int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num);
lib/libcrypto/ts/ts.h
531
int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj);
lib/libcrypto/ts/ts.h
532
int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions);
lib/libcrypto/ts/ts.h
533
int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg);
lib/libcrypto/ts/ts.h
534
int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *msg);
lib/libcrypto/ts/ts_asn1.c
132
d2i_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT **a)
lib/libcrypto/ts/ts_asn1.c
139
i2d_TS_MSG_IMPRINT_bio(BIO *bp, TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_asn1.c
254
d2i_TS_REQ_bio(BIO *bp, TS_REQ **a)
lib/libcrypto/ts/ts_asn1.c
261
i2d_TS_REQ_bio(BIO *bp, TS_REQ *a)
lib/libcrypto/ts/ts_asn1.c
475
d2i_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO **a)
lib/libcrypto/ts/ts_asn1.c
482
i2d_TS_TST_INFO_bio(BIO *bp, TS_TST_INFO *a)
lib/libcrypto/ts/ts_asn1.c
692
d2i_TS_RESP_bio(BIO *bp, TS_RESP **a)
lib/libcrypto/ts/ts_asn1.c
699
i2d_TS_RESP_bio(BIO *bp, TS_RESP *a)
lib/libcrypto/ts/ts_conf.c
115
BIO *certs = NULL;
lib/libcrypto/ts/ts_conf.c
150
BIO *key = NULL;
lib/libcrypto/ts/ts_conf.c
97
BIO *cert = NULL;
lib/libcrypto/ts/ts_lib.c
100
TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj)
lib/libcrypto/ts/ts_lib.c
114
TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions)
lib/libcrypto/ts/ts_lib.c
140
TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg)
lib/libcrypto/ts/ts_lib.c
150
TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a)
lib/libcrypto/ts/ts_lib.c
75
TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num)
lib/libcrypto/ts/ts_local.h
286
BIO *data;
lib/libcrypto/ts/ts_req_print.c
69
TS_REQ_print_bio(BIO *bio, TS_REQ *a)
lib/libcrypto/ts/ts_rsp_print.c
101
TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a)
lib/libcrypto/ts/ts_rsp_print.c
184
TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v)
lib/libcrypto/ts/ts_rsp_print.c
200
TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
lib/libcrypto/ts/ts_rsp_print.c
283
TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy)
lib/libcrypto/ts/ts_rsp_print.c
75
static int TS_status_map_print(BIO *bio, struct status_map_st *a,
lib/libcrypto/ts/ts_rsp_print.c
77
static int TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy);
lib/libcrypto/ts/ts_rsp_print.c
82
TS_RESP_print_bio(BIO *bio, TS_RESP *a)
lib/libcrypto/ts/ts_rsp_sign.c
443
TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio)
lib/libcrypto/ts/ts_rsp_sign.c
743
BIO *p7bio = NULL;
lib/libcrypto/ts/ts_rsp_verify.c
160
BIO *p7bio = NULL;
lib/libcrypto/ts/ts_rsp_verify.c
691
TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info, X509_ALGOR **out_md_alg,
lib/libcrypto/ts/ts_rsp_verify.c
86
static int TS_compute_imprint(BIO *data, TS_TST_INFO *tst_info,
lib/libcrypto/ts/ts_verify_ctx.c
144
BIO *
lib/libcrypto/ts/ts_verify_ctx.c
145
TS_VERIFY_CTX_set_data(TS_VERIFY_CTX *ctx, BIO *bio)
lib/libcrypto/txt_db/txt_db.c
249
TXT_DB_write(BIO *out, TXT_DB *db)
lib/libcrypto/txt_db/txt_db.c
70
TXT_DB_read(BIO *in, int num)
lib/libcrypto/txt_db/txt_db.h
96
TXT_DB *TXT_DB_read(BIO *in, int num);
lib/libcrypto/txt_db/txt_db.h
97
long TXT_DB_write(BIO *out, TXT_DB *db);
lib/libcrypto/x509/by_file.c
115
BIO *in = NULL;
lib/libcrypto/x509/by_file.c
172
BIO *in = NULL;
lib/libcrypto/x509/by_file.c
230
BIO *in;
lib/libcrypto/x509/by_mem.c
97
BIO *in = NULL;
lib/libcrypto/x509/x509.h
342
int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki);
lib/libcrypto/x509/x509.h
344
int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent);
lib/libcrypto/x509/x509.h
345
int X509_signature_print(BIO *bp, const X509_ALGOR *alg,
lib/libcrypto/x509/x509.h
406
X509 *d2i_X509_bio(BIO *bp, X509 **x509);
lib/libcrypto/x509/x509.h
407
int i2d_X509_bio(BIO *bp, X509 *x509);
lib/libcrypto/x509/x509.h
408
X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl);
lib/libcrypto/x509/x509.h
409
int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl);
lib/libcrypto/x509/x509.h
410
X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req);
lib/libcrypto/x509/x509.h
411
int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req);
lib/libcrypto/x509/x509.h
413
RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
lib/libcrypto/x509/x509.h
414
int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);
lib/libcrypto/x509/x509.h
415
RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa);
lib/libcrypto/x509/x509.h
416
int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa);
lib/libcrypto/x509/x509.h
417
RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa);
lib/libcrypto/x509/x509.h
418
int i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa);
lib/libcrypto/x509/x509.h
421
DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa);
lib/libcrypto/x509/x509.h
422
int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa);
lib/libcrypto/x509/x509.h
423
DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa);
lib/libcrypto/x509/x509.h
424
int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa);
lib/libcrypto/x509/x509.h
427
EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey);
lib/libcrypto/x509/x509.h
428
int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey);
lib/libcrypto/x509/x509.h
429
EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey);
lib/libcrypto/x509/x509.h
430
int i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey);
lib/libcrypto/x509/x509.h
432
X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8);
lib/libcrypto/x509/x509.h
433
int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8);
lib/libcrypto/x509/x509.h
434
PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp,
lib/libcrypto/x509/x509.h
436
int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO *p8inf);
lib/libcrypto/x509/x509.h
437
int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key);
lib/libcrypto/x509/x509.h
438
int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey);
lib/libcrypto/x509/x509.h
439
EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
lib/libcrypto/x509/x509.h
440
int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey);
lib/libcrypto/x509/x509.h
441
EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a);
lib/libcrypto/x509/x509.h
774
int X509_NAME_print_ex(BIO *out, const X509_NAME *nm, int indent,
lib/libcrypto/x509/x509.h
776
int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflag, unsigned long cflag);
lib/libcrypto/x509/x509.h
777
int X509_print(BIO *bp, X509 *x);
lib/libcrypto/x509/x509.h
778
int X509_ocspid_print(BIO *bp, X509 *x);
lib/libcrypto/x509/x509.h
779
int X509_CRL_print(BIO *bp, X509_CRL *x);
lib/libcrypto/x509/x509.h
780
int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag);
lib/libcrypto/x509/x509.h
781
int X509_REQ_print(BIO *bp, X509_REQ *req);
lib/libcrypto/x509/x509_addr.c
598
i2r_address(BIO *out, const unsigned afi, const unsigned char fill,
lib/libcrypto/x509/x509_addr.c
641
i2r_IPAddressOrRanges(BIO *out, const int indent,
lib/libcrypto/x509/x509_addr.c
682
i2r_IPAddrBlocks(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
lib/libcrypto/x509/x509_alt.c
269
GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen)
lib/libcrypto/x509/x509_asid.c
312
i2r_ASIdentifierChoice(BIO *out, ASIdentifierChoice *choice, int indent,
lib/libcrypto/x509/x509_asid.c
364
i2r_ASIdentifiers(const X509V3_EXT_METHOD *method, void *ext, BIO *out,
lib/libcrypto/x509/x509_cpols.c
694
i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out,
lib/libcrypto/x509/x509_cpols.c
713
print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent)
lib/libcrypto/x509/x509_cpols.c
73
BIO *out, int indent);
lib/libcrypto/x509/x509_cpols.c
744
print_notice(BIO *out, USERNOTICE *notice, int indent)
lib/libcrypto/x509/x509_cpols.c
76
static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals,
lib/libcrypto/x509/x509_cpols.c
78
static void print_notice(BIO *out, USERNOTICE *notice, int indent);
lib/libcrypto/x509/x509_crld.c
257
print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent)
lib/libcrypto/x509/x509_crld.c
661
static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
lib/libcrypto/x509/x509_crld.c
72
static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out,
lib/libcrypto/x509/x509_crld.c
745
print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
lib/libcrypto/x509/x509_crld.c
758
print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
lib/libcrypto/x509/x509_crld.c
775
i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent)
lib/libcrypto/x509/x509_crld.c
801
i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, int indent)
lib/libcrypto/x509/x509_info.c
327
i2a_ACCESS_DESCRIPTION(BIO *bp, const ACCESS_DESCRIPTION* a)
lib/libcrypto/x509/x509_local.h
167
int X509_CERT_AUX_print(BIO *bp,X509_CERT_AUX *x, int indent);
lib/libcrypto/x509/x509_ncons.c
246
i2r_NAME_CONSTRAINTS(const X509V3_EXT_METHOD *method, void *a, BIO *bp, int ind)
lib/libcrypto/x509/x509_ncons.c
259
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name)
lib/libcrypto/x509/x509_ncons.c
279
print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip)
lib/libcrypto/x509/x509_ncons.c
72
void *a, BIO *bp, int ind);
lib/libcrypto/x509/x509_ncons.c
74
STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name);
lib/libcrypto/x509/x509_ncons.c
75
static int print_nc_ipadd(BIO *bp, ASN1_OCTET_STRING *ip);
lib/libcrypto/x509/x509_ocsp.c
260
i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
lib/libcrypto/x509/x509_ocsp.c
294
i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp,
lib/libcrypto/x509/x509_ocsp.c
305
i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind)
lib/libcrypto/x509/x509_ocsp.c
371
i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out,
lib/libcrypto/x509/x509_ocsp.c
384
i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out,
lib/libcrypto/x509/x509_ocsp.c
398
i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind)
lib/libcrypto/x509/x509_ocsp.c
78
BIO *out, int indent);
lib/libcrypto/x509/x509_ocsp.c
80
BIO *out, int indent);
lib/libcrypto/x509/x509_ocsp.c
81
static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out,
lib/libcrypto/x509/x509_ocsp.c
89
BIO *out, int indent);
lib/libcrypto/x509/x509_ocsp.c
92
void *nocheck, BIO *out, int indent);
lib/libcrypto/x509/x509_ocsp.c
96
BIO *bp, int ind);
lib/libcrypto/x509/x509_pku.c
151
BIO *out, int indent)
lib/libcrypto/x509/x509_pku.c
66
PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
lib/libcrypto/x509/x509_prn.c
108
X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
lib/libcrypto/x509/x509_prn.c
160
X509V3_extensions_print(BIO *bp, const char *title,
lib/libcrypto/x509/x509_prn.c
196
unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
lib/libcrypto/x509/x509_prn.c
223
BIO *bio_tmp;
lib/libcrypto/x509/x509_prn.c
69
static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
lib/libcrypto/x509/x509_prn.c
75
X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
lib/libcrypto/x509/x509v3.h
472
int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
lib/libcrypto/x509/x509v3.h
513
int i2a_ACCESS_DESCRIPTION(BIO *bp, const ACCESS_DESCRIPTION* a);
lib/libcrypto/x509/x509v3.h
648
void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent,
lib/libcrypto/x509/x509v3.h
650
int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent);
lib/libcrypto/x509/x509v3.h
653
int X509V3_extensions_print(BIO *out, const char *title,
lib/libcrypto/x509/x509v3.h
91
BIO *out, int indent);
lib/libcrypto/x509/x_all.c
107
d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
lib/libcrypto/x509/x_all.c
114
i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl)
lib/libcrypto/x509/x_all.c
135
d2i_X509_REQ_bio(BIO *bp, X509_REQ **req)
lib/libcrypto/x509/x_all.c
142
i2d_X509_REQ_bio(BIO *bp, X509_REQ *req)
lib/libcrypto/x509/x_all.c
164
d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa)
lib/libcrypto/x509/x_all.c
171
i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa)
lib/libcrypto/x509/x_all.c
192
d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa)
lib/libcrypto/x509/x_all.c
199
i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa)
lib/libcrypto/x509/x_all.c
222
d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa)
lib/libcrypto/x509/x_all.c
229
i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa)
lib/libcrypto/x509/x_all.c
252
d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey)
lib/libcrypto/x509/x_all.c
259
i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey)
lib/libcrypto/x509/x_all.c
281
d2i_PKCS8_bio(BIO *bp, X509_SIG **p8)
lib/libcrypto/x509/x_all.c
288
i2d_PKCS8_bio(BIO *bp, X509_SIG *p8)
lib/libcrypto/x509/x_all.c
309
d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO **p8inf)
lib/libcrypto/x509/x_all.c
317
i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO *p8inf)
lib/libcrypto/x509/x_all.c
341
d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a)
lib/libcrypto/x509/x_all.c
349
i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey)
lib/libcrypto/x509/x_all.c
371
i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key)
lib/libcrypto/x509/x_all.c
79
d2i_X509_bio(BIO *bp, X509 **x509)
lib/libcrypto/x509/x_all.c
86
i2d_X509_bio(BIO *bp, X509 *x509)
lib/libfido2/src/cred.c
280
BIO *rawcert = NULL;
lib/libkeynote/signature.c
792
BIO *biokey = NULL;
lib/libssl/bio_ssl.c
109
ssl_new(BIO *bi)
lib/libssl/bio_ssl.c
126
ssl_free(BIO *a)
lib/libssl/bio_ssl.c
146
ssl_read(BIO *b, char *out, int outl)
lib/libssl/bio_ssl.c
218
ssl_write(BIO *b, const char *out, int outl)
lib/libssl/bio_ssl.c
282
ssl_ctrl(BIO *b, int cmd, long num, void *ptr)
lib/libssl/bio_ssl.c
286
BIO *dbio, *bio;
lib/libssl/bio_ssl.c
425
dbio = (BIO *)ptr;
lib/libssl/bio_ssl.c
464
ssl_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
lib/libssl/bio_ssl.c
489
ssl_puts(BIO *bp, const char *str)
lib/libssl/bio_ssl.c
498
BIO *
lib/libssl/bio_ssl.c
501
BIO *ret = NULL, *buf = NULL, *ssl = NULL;
lib/libssl/bio_ssl.c
518
BIO *
lib/libssl/bio_ssl.c
521
BIO *ret = NULL, *con = NULL, *ssl = NULL;
lib/libssl/bio_ssl.c
538
BIO *
lib/libssl/bio_ssl.c
541
BIO *ret;
lib/libssl/bio_ssl.c
564
BIO_ssl_copy_session_id(BIO *t, BIO *f)
lib/libssl/bio_ssl.c
581
BIO_ssl_shutdown(BIO *b)
lib/libssl/bio_ssl.c
72
static int ssl_write(BIO *h, const char *buf, int num);
lib/libssl/bio_ssl.c
73
static int ssl_read(BIO *h, char *buf, int size);
lib/libssl/bio_ssl.c
74
static int ssl_puts(BIO *h, const char *str);
lib/libssl/bio_ssl.c
75
static long ssl_ctrl(BIO *h, int cmd, long arg1, void *arg2);
lib/libssl/bio_ssl.c
76
static int ssl_new(BIO *h);
lib/libssl/bio_ssl.c
77
static int ssl_free(BIO *data);
lib/libssl/bio_ssl.c
78
static long ssl_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
lib/libssl/ssl.h
1082
BIO *BIO_new_ssl(SSL_CTX *ctx, int client);
lib/libssl/ssl.h
1083
BIO *BIO_new_ssl_connect(SSL_CTX *ctx);
lib/libssl/ssl.h
1084
BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx);
lib/libssl/ssl.h
1085
int BIO_ssl_copy_session_id(BIO *to, BIO *from);
lib/libssl/ssl.h
1086
void BIO_ssl_shutdown(BIO *ssl_bio);
lib/libssl/ssl.h
1132
void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio);
lib/libssl/ssl.h
1133
BIO * SSL_get_rbio(const SSL *s);
lib/libssl/ssl.h
1134
void SSL_set0_rbio(SSL *s, BIO *rbio);
lib/libssl/ssl.h
1135
BIO * SSL_get_wbio(const SSL *s);
lib/libssl/ssl.h
1208
int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses);
lib/libssl/ssl.h
747
SSL_SESSION *PEM_read_bio_SSL_SESSION(BIO *bp, SSL_SESSION **x,
lib/libssl/ssl.h
751
int PEM_write_bio_SSL_SESSION(BIO *bp, SSL_SESSION *x);
lib/libssl/ssl_cert.c
579
BIO *in;
lib/libssl/ssl_cert.c
650
BIO *in;
lib/libssl/ssl_lib.c
2613
BIO *bio;
lib/libssl/ssl_lib.c
3140
BIO *bbio;
lib/libssl/ssl_lib.c
611
SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio)
lib/libssl/ssl_lib.c
630
BIO *
lib/libssl/ssl_lib.c
638
SSL_set0_rbio(SSL *s, BIO *rbio)
lib/libssl/ssl_lib.c
645
BIO *
lib/libssl/ssl_lib.c
663
BIO *b, *r;
lib/libssl/ssl_lib.c
677
BIO *b, *r;
lib/libssl/ssl_lib.c
691
BIO *bio = NULL;
lib/libssl/ssl_lib.c
711
BIO *bio = NULL;
lib/libssl/ssl_lib.c
735
BIO *bio = NULL;
lib/libssl/ssl_local.h
870
BIO *rbio; /* used by SSL_read */
lib/libssl/ssl_local.h
871
BIO *wbio; /* used by SSL_write */
lib/libssl/ssl_local.h
872
BIO *bbio; /* used during session-id reuse to concatenate
lib/libssl/ssl_pkt.c
135
BIO *bio;
lib/libssl/ssl_rsa.c
235
BIO *in;
lib/libssl/ssl_rsa.c
307
BIO *in;
lib/libssl/ssl_rsa.c
455
BIO *in;
lib/libssl/ssl_rsa.c
544
BIO *in;
lib/libssl/ssl_rsa.c
613
BIO *in;
lib/libssl/ssl_rsa.c
675
ssl_use_certificate_chain_bio(SSL_CTX *ctx, SSL *ssl, BIO *in)
lib/libssl/ssl_rsa.c
724
BIO *in;
lib/libssl/ssl_rsa.c
73
static int ssl_use_certificate_chain_bio(SSL_CTX *ctx, SSL *ssl, BIO *in);
lib/libssl/ssl_rsa.c
762
BIO *in;
lib/libssl/ssl_rsa.c
92
BIO *in;
lib/libssl/ssl_sess.c
1341
PEM_read_bio_SSL_SESSION(BIO *bp, SSL_SESSION **x, pem_password_cb *cb, void *u)
lib/libssl/ssl_sess.c
1349
PEM_write_bio_SSL_SESSION(BIO *bp, SSL_SESSION *x)
lib/libssl/ssl_txt.c
109
SSL_SESSION_print(BIO *bp, const SSL_SESSION *x)
lib/libssl/ssl_txt.c
94
BIO *b;
lib/libssl/tls13_quic.c
174
BIO *bio;
lib/libtls/tls.c
342
BIO *bio = NULL;
lib/libtls/tls.c
627
BIO *bio = NULL;
lib/libtls/tls_bio_cb.c
102
bio_cb_write(BIO *bio, const char *buf, int num)
lib/libtls/tls_bio_cb.c
120
bio_cb_read(BIO *bio, char *buf, int size)
lib/libtls/tls_bio_cb.c
142
BIO *bio;
lib/libtls/tls_bio_cb.c
28
static int bio_cb_write(BIO *bio, const char *buf, int num);
lib/libtls/tls_bio_cb.c
29
static int bio_cb_read(BIO *bio, char *buf, int size);
lib/libtls/tls_bio_cb.c
30
static int bio_cb_puts(BIO *bio, const char *str);
lib/libtls/tls_bio_cb.c
31
static long bio_cb_ctrl(BIO *bio, int cmd, long num, void *ptr);
lib/libtls/tls_bio_cb.c
71
bio_cb_puts(BIO *bio, const char *str)
lib/libtls/tls_bio_cb.c
77
bio_cb_ctrl(BIO *bio, int cmd, long num, void *ptr)
lib/libtls/tls_client.c
175
BIO *bio = NULL;
lib/libtls/tls_client.c
236
BIO *bio = NULL;
lib/libtls/tls_conninfo.c
206
BIO *membio = NULL;
lib/libtls/tls_keypair.c
139
BIO *cert_bio = NULL;
lib/libtls/tls_signer.c
98
BIO *bio = NULL;
lib/libtls/tls_util.c
155
BIO *bio = NULL;
regress/lib/libcrypto/asn1/asn1object.c
383
BIO *bio = NULL;
regress/lib/libcrypto/asn1/asn1x509.c
266
BIO *bio_mem = NULL;
regress/lib/libcrypto/asn1/asn1x509.c
352
BIO *bio_mem = NULL;
regress/lib/libcrypto/asn1/asn1x509.c
553
BIO *bio_mem = NULL;
regress/lib/libcrypto/asn1/asn1x509.c
704
BIO *bio_mem = NULL;
regress/lib/libcrypto/base64/base64test.c
283
BIO *bio_b64, *bio_mem;
regress/lib/libcrypto/base64/base64test.c
365
BIO *bio_b64, *bio_mem;
regress/lib/libcrypto/bio/bio_asn1.c
108
BIO *bio_in = NULL, *bio_out = NULL;
regress/lib/libcrypto/bio/bio_asn1.c
153
inf_loop_cb(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret)
regress/lib/libcrypto/bio/bio_asn1.c
185
BIO *asn_bio = NULL, *bio = NULL;
regress/lib/libcrypto/bio/bio_asn1.c
54
BIO *out = NULL;
regress/lib/libcrypto/bio/bio_asn1.c
91
read_leak_cb(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret)
regress/lib/libcrypto/bio/bio_chain.c
196
walk(BIO *(*step)(BIO *), BIO *start, BIO **end, size_t *len)
regress/lib/libcrypto/bio/bio_chain.c
198
BIO *current = NULL;
regress/lib/libcrypto/bio/bio_chain.c
199
BIO *next = start;
regress/lib/libcrypto/bio/bio_chain.c
211
walk_report(BIO *last, BIO *expected_last, size_t len, size_t expected_len,
regress/lib/libcrypto/bio/bio_chain.c
231
walk_forward(BIO *start, BIO *expected_end, size_t expected_len,
regress/lib/libcrypto/bio/bio_chain.c
234
BIO *end;
regress/lib/libcrypto/bio/bio_chain.c
244
walk_backward(BIO *expected_start, BIO *end, size_t expected_len,
regress/lib/libcrypto/bio/bio_chain.c
247
BIO *start;
regress/lib/libcrypto/bio/bio_chain.c
257
check_chain(BIO *start, BIO *end, size_t expected_len, size_t i, size_t j,
regress/lib/libcrypto/bio/bio_chain.c
315
BIO *A[LINK_CHAIN_A_LEN], *B[LINK_CHAIN_B_LEN];
regress/lib/libcrypto/bio/bio_chain.c
316
BIO *new_start, *new_end;
regress/lib/libcrypto/bio/bio_chain.c
317
BIO *oldhead_start, *oldhead_end, *oldtail_start, *oldtail_end;
regress/lib/libcrypto/bio/bio_chain.c
34
static BIO *
regress/lib/libcrypto/bio/bio_chain.c
35
BIO_prev(BIO *bio)
regress/lib/libcrypto/bio/bio_chain.c
43
static void bio_chain_destroy(BIO **, size_t);
regress/lib/libcrypto/bio/bio_chain.c
46
bio_chain_create(const BIO_METHOD *meth, BIO *chain[], size_t len)
regress/lib/libcrypto/bio/bio_chain.c
464
dup_leak_cb(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret)
regress/lib/libcrypto/bio/bio_chain.c
475
BIO *bio[CHAIN_POP_LEN];
regress/lib/libcrypto/bio/bio_chain.c
476
BIO *dup;
regress/lib/libcrypto/bio/bio_chain.c
48
BIO *prev;
regress/lib/libcrypto/bio/bio_chain.c
51
memset(chain, 0, len * sizeof(BIO *));
regress/lib/libcrypto/bio/bio_chain.c
74
bio_chain_destroy(BIO *chain[], size_t len)
regress/lib/libcrypto/bio/bio_chain.c
81
memset(chain, 0, len * sizeof(BIO *));
regress/lib/libcrypto/bio/bio_chain.c
87
BIO *bio[CHAIN_POP_LEN];
regress/lib/libcrypto/bio/bio_chain.c
88
BIO *prev, *next;
regress/lib/libcrypto/bio/bio_dump.c
794
BIO *bio;
regress/lib/libcrypto/bio/bio_mem.c
160
BIO *bio;
regress/lib/libcrypto/bio/bio_mem.c
231
BIO *bio = NULL;
regress/lib/libcrypto/bio/bio_mem.c
36
BIO *bio = NULL;
regress/lib/libcrypto/bn/bn_print.c
155
BIO *bio;
regress/lib/libcrypto/bn/bn_test.c
100
int test_mod(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
1002
test_mod_exp(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
101
int test_mod_mul(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
102
int test_mod_exp(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
103
int test_mod_exp_mont_consttime(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
104
int test_mod_exp_mont5(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
105
int test_mod_exp_sizes(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
106
int test_exp(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
107
int test_kron(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
108
int test_sqrt(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
1135
test_mod_exp_mont_consttime(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
1213
test_mod_exp_mont5(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
123
message(BIO *out, char *m)
regress/lib/libcrypto/bn/bn_test.c
1371
test_exp(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
138
BIO *out;
regress/lib/libcrypto/bn/bn_test.c
1440
test_kron(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
1543
test_sqrt(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
1639
test_lshift(BIO *bp, BN_CTX *ctx, int use_lst)
regress/lib/libcrypto/bn/bn_test.c
1703
test_lshift1(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
1749
test_rshift(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
1800
test_rshift1(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
1854
test_mod_exp_sizes(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
299
test_add(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
348
test_sub(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
402
test_div(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
477
print_word(BIO *bp, BN_ULONG w)
regress/lib/libcrypto/bn/bn_test.c
483
test_div_word(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
555
test_div_reciprocal(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
628
test_mul(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
682
test_sqr(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
778
test_mont(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
867
test_mod(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
88
int test_add(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
89
int test_sub(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
90
int test_lshift1(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
91
int test_lshift(BIO *bp, BN_CTX *ctx, int use_lst);
regress/lib/libcrypto/bn/bn_test.c
918
test_mod_mul(BIO *bp, BN_CTX *ctx)
regress/lib/libcrypto/bn/bn_test.c
92
int test_rshift1(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
93
int test_rshift(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
94
int test_div(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
95
int test_div_word(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
96
int test_div_reciprocal(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
97
int test_mul(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
98
int test_sqr(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/bn/bn_test.c
99
int test_mont(BIO *bp, BN_CTX *ctx);
regress/lib/libcrypto/cms/cmstest.c
151
BIO *bio_mem = NULL;
regress/lib/libcrypto/cms/cmstest.c
152
BIO *bio_out = NULL;
regress/lib/libcrypto/cms/cmstest.c
248
BIO *bio_mem = NULL;
regress/lib/libcrypto/cms/cmstest.c
249
BIO *bio_out = NULL;
regress/lib/libcrypto/ct/cttest.c
164
BIO *bio = NULL;
regress/lib/libcrypto/ct/cttest.c
183
BIO *bio_err = NULL;
regress/lib/libcrypto/dsa/dsatest.c
112
static BIO *bio_err = NULL;
regress/lib/libcrypto/dsa/dsatest.c
228
BIO_printf((BIO *)arg, "error in dsatest\n");
regress/lib/libcrypto/ec/ec_asn1_test.c
149
BIO *bio_mem = NULL;
regress/lib/libcrypto/evp/evp_ecx_test.c
140
BIO *bio = NULL;
regress/lib/libcrypto/evp/evp_ecx_test.c
183
BIO *bio = NULL;
regress/lib/libcrypto/evp/evp_ecx_test.c
393
BIO *bio = NULL;
regress/lib/libcrypto/evp/evp_ecx_test.c
455
BIO *bio = NULL;
regress/lib/libcrypto/evp/evp_ecx_test.c
495
BIO *bio = NULL;
regress/lib/libcrypto/evp/evp_ecx_test.c
536
BIO *bio = NULL;
regress/lib/libcrypto/evp/evp_ecx_test.c
615
BIO *bio = NULL;
regress/lib/libcrypto/pem/x509_info.c
59
BIO *bp;
regress/lib/libcrypto/pkcs7/pkcs7test.c
129
BIO *bio_in, *bio_content, *bio_out, *bio_cert, *bio_pkey;
regress/lib/libcrypto/sm2/sm2evptest.c
66
BIO *bufio = NULL;
regress/lib/libcrypto/x509/bettertls/verify.c
46
BIO *bio = NULL;
regress/lib/libcrypto/x509/callback.c
50
BIO *bio = NULL;
regress/lib/libcrypto/x509/callbackfailures.c
54
BIO *bio = NULL;
regress/lib/libcrypto/x509/expirecallback.c
49
BIO *bio = NULL;
regress/lib/libcrypto/x509/policy/policy.c
59
BIO *bio = NULL;
regress/lib/libcrypto/x509/verify.c
50
BIO *bio = NULL;
regress/lib/libcrypto/x509/x509_name_test.c
217
BIO *bio = NULL;
regress/lib/libcrypto/x509/x509_name_test.c
345
BIO *bio;
regress/lib/libssl/api/apitest.c
115
tls_server(BIO *rbio, BIO *wbio)
regress/lib/libssl/api/apitest.c
234
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libssl/api/apitest.c
84
tls_client(BIO *rbio, BIO *wbio)
regress/lib/libssl/asn1/asn1test.c
476
BIO *bio = NULL;
regress/lib/libssl/client/clienttest.c
932
BIO *rbio = NULL, *wbio = NULL;
regress/lib/libssl/dtls/dtlstest.c
103
bio_packet_monkey_delay_flush(BIO *bio)
regress/lib/libssl/dtls/dtlstest.c
124
bio_packet_monkey_ctrl(BIO *bio, int cmd, long num, void *ptr)
regress/lib/libssl/dtls/dtlstest.c
166
bio_packet_monkey_read(BIO *bio, char *out, int out_len)
regress/lib/libssl/dtls/dtlstest.c
191
bio_packet_monkey_write(BIO *bio, const char *in, int in_len)
regress/lib/libssl/dtls/dtlstest.c
266
bio_packet_monkey_puts(BIO *bio, const char *str)
regress/lib/libssl/dtls/dtlstest.c
288
static BIO *
regress/lib/libssl/dtls/dtlstest.c
295
BIO_packet_monkey_delay(BIO *bio, int num, int count)
regress/lib/libssl/dtls/dtlstest.c
304
BIO_packet_monkey_delay_flush(BIO *bio)
regress/lib/libssl/dtls/dtlstest.c
310
BIO_packet_monkey_drop(BIO *bio, int num)
regress/lib/libssl/dtls/dtlstest.c
317
BIO_packet_monkey_drop_random(BIO *bio, int num)
regress/lib/libssl/dtls/dtlstest.c
419
BIO *bio = NULL;
regress/lib/libssl/dtls/dtlstest.c
453
BIO *bio = NULL;
regress/lib/libssl/dtls/dtlstest.c
603
BIO *bio;
regress/lib/libssl/dtls/dtlstest.c
633
BIO *bio;
regress/lib/libssl/dtls/dtlstest.c
72
bio_packet_monkey_new(BIO *bio)
regress/lib/libssl/dtls/dtlstest.c
88
bio_packet_monkey_free(BIO *bio)
regress/lib/libssl/dtls/dtlstest.c
928
BIO *bio_monkey;
regress/lib/libssl/dtls/dtlstest.c
929
BIO *bio;
regress/lib/libssl/interop/client.c
48
BIO *bio;
regress/lib/libssl/interop/server.c
49
BIO *abio, *cbio;
regress/lib/libssl/interop/util.c
106
print_peername(BIO *bio)
regress/lib/libssl/interop/util.c
85
print_sockname(BIO *bio)
regress/lib/libssl/interop/util.h
20
void print_sockname(BIO *);
regress/lib/libssl/interop/util.h
21
void print_peername(BIO *);
regress/lib/libssl/quic/quictest.c
266
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libssl/quic/quictest.c
45
BIO *rbio;
regress/lib/libssl/quic/quictest.c
46
BIO *wbio;
regress/lib/libssl/renegotiation/renegotiation_test.c
429
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libssl/renegotiation/renegotiation_test.c
46
tls_client(BIO *rbio, BIO *wbio)
regress/lib/libssl/renegotiation/renegotiation_test.c
68
tls_server(BIO *rbio, BIO *wbio)
regress/lib/libssl/server/servertest.c
117
BIO *rbio = NULL, *wbio = NULL;
regress/lib/libssl/shutdown/shutdowntest.c
366
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libssl/shutdown/shutdowntest.c
43
tls_client(BIO *rbio, BIO *wbio)
regress/lib/libssl/shutdown/shutdowntest.c
485
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libssl/shutdown/shutdowntest.c
65
tls_server(BIO *rbio, BIO *wbio)
regress/lib/libssl/ssl/ssltest.c
1131
BIO *c_to_s = NULL;
regress/lib/libssl/ssl/ssltest.c
1132
BIO *s_to_c = NULL;
regress/lib/libssl/ssl/ssltest.c
1133
BIO *c_bio = NULL;
regress/lib/libssl/ssl/ssltest.c
1134
BIO *s_bio = NULL;
regress/lib/libssl/ssl/ssltest.c
188
static BIO *bio_err = NULL;
regress/lib/libssl/ssl/ssltest.c
189
static BIO *bio_stdout = NULL;
regress/lib/libssl/ssl/ssltest.c
778
BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL;
regress/lib/libssl/ssl/ssltest.c
779
BIO *server = NULL, *server_io = NULL;
regress/lib/libssl/ssl/ssltest.c
780
BIO *client = NULL, *client_io = NULL;
regress/lib/libssl/ssl/ssltest.c
986
BIO *io1 = server_io, *io2 = client_io;
regress/lib/libssl/tls/tlstest.c
300
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libssl/tls/tlstest.c
43
tls_client(BIO *rbio, BIO *wbio)
regress/lib/libssl/tls/tlstest.c
65
tls_server(BIO *rbio, BIO *wbio)
regress/lib/libssl/tlslegacy/tlslegacytest.c
561
BIO *rbio = NULL, *wbio = NULL;
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
252
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libssl/verify/verify.c
183
BIO *client_wbio = NULL, *server_wbio = NULL;
regress/lib/libtls/signer/signertest.c
176
BIO *bio = NULL;
regress/sbin/isakmpd/x509/x509test.c
165
BIO *certfile, *keyfile;
regress/usr.bin/openssl/options/optionstest.c
28
BIO *bio_err;
regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c
298
BIO *bio = NULL;
regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c
84
BIO *bio = NULL;
sbin/iked/ca.c
1146
BIO *in = NULL;
sbin/iked/ca.c
1325
BIO *rawserial = NULL;
sbin/iked/ca.c
1419
BIO *out;
sbin/iked/ca.c
1576
BIO *rawcert = NULL;
sbin/iked/ca.c
1617
BIO *rawcert = NULL;
sbin/iked/ca.c
1877
BIO *rawcert = NULL;
sbin/iked/ca.c
233
BIO *rawcert = NULL;
sbin/iked/crypto.c
777
BIO *rawcert = NULL;
sbin/iked/ikev2.c
7752
BIO *rawcert = NULL;
sbin/iked/ocsp.c
274
BIO *rawcert = NULL;
sbin/iked/ocsp.c
435
BIO *bio = NULL;
sbin/iked/ocsp.c
47
BIO *ocsp_cbio; /* matching OpenSSL obj */
sbin/isakmpd/x509.c
1052
BIO *certh;
sbin/unwind/libunbound/util/net_help.c
1147
BIO* bio;
sbin/unwind/libunbound/util/netevent.c
3078
static long win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp),
usr.bin/openssl/apps.c
1006
setup_verify(BIO *bp, char *CAfile, char *CApath)
usr.bin/openssl/apps.c
1044
load_config(BIO *err, CONF *cnf)
usr.bin/openssl/apps.c
1126
BIO *in = NULL;
usr.bin/openssl/apps.c
1178
BIO *out = NULL;
usr.bin/openssl/apps.c
1295
BIO *in = BIO_new(BIO_s_file());
usr.bin/openssl/apps.c
1380
BIO *out;
usr.bin/openssl/apps.c
1698
args_verify(char ***pargs, int *pargc, int *badarg, BIO *err,
usr.bin/openssl/apps.c
1839
bio_to_mem(unsigned char **out, int maxlen, BIO *in)
usr.bin/openssl/apps.c
1841
BIO *mem;
usr.bin/openssl/apps.c
203
dump_cert_text(BIO *out, X509 *x)
usr.bin/openssl/apps.c
342
static char *app_get_pass(BIO *err, char *arg, int keepbio);
usr.bin/openssl/apps.c
345
app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2)
usr.bin/openssl/apps.c
369
app_get_pass(BIO *err, char *arg, int keepbio)
usr.bin/openssl/apps.c
372
static BIO *pwdbio = NULL;
usr.bin/openssl/apps.c
396
BIO *btmp;
usr.bin/openssl/apps.c
445
add_oid_section(BIO *err, CONF *conf)
usr.bin/openssl/apps.c
472
load_pkcs12(BIO *err, BIO *in, const char *desc, pem_password_cb *pem_cb,
usr.bin/openssl/apps.c
514
load_cert(BIO *err, const char *file, int format, const char *pass,
usr.bin/openssl/apps.c
518
BIO *cert;
usr.bin/openssl/apps.c
560
load_key(BIO *err, const char *file, int format, int maybe_stdin,
usr.bin/openssl/apps.c
563
BIO *key = NULL;
usr.bin/openssl/apps.c
619
load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
usr.bin/openssl/apps.c
622
BIO *key = NULL;
usr.bin/openssl/apps.c
690
load_certs_crls(BIO *err, const char *file, int format, const char *pass,
usr.bin/openssl/apps.c
695
BIO *bio;
usr.bin/openssl/apps.c
773
load_certs(BIO *err, const char *file, int format, const char *pass,
usr.bin/openssl/apps.c
784
load_crls(BIO *err, const char *file, int format, const char *pass,
usr.bin/openssl/apps.c
980
print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags)
usr.bin/openssl/apps.h
139
extern BIO *bio_err;
usr.bin/openssl/apps.h
161
int dump_cert_text(BIO *out, X509 *x);
usr.bin/openssl/apps.h
162
void print_name(BIO *out, const char *title, X509_NAME *nm,
usr.bin/openssl/apps.h
169
int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);
usr.bin/openssl/apps.h
170
int add_oid_section(BIO *err, CONF *conf);
usr.bin/openssl/apps.h
171
X509 *load_cert(BIO *err, const char *file, int format,
usr.bin/openssl/apps.h
173
EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,
usr.bin/openssl/apps.h
175
EVP_PKEY *load_pubkey(BIO *err, const char *file, int format, int maybe_stdin,
usr.bin/openssl/apps.h
177
STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
usr.bin/openssl/apps.h
179
STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format,
usr.bin/openssl/apps.h
181
X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
usr.bin/openssl/apps.h
184
OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
usr.bin/openssl/apps.h
189
int load_config(BIO *err, CONF *cnf);
usr.bin/openssl/apps.h
235
int args_verify(char ***pargs, int *pargc, int *badarg, BIO *err,
usr.bin/openssl/apps.h
237
int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
usr.bin/openssl/apps.h
239
int init_gen_str(BIO *err, EVP_PKEY_CTX **pctx, const char *algname,
usr.bin/openssl/apps.h
241
int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
usr.bin/openssl/apps.h
243
int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
usr.bin/openssl/apps.h
245
int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
usr.bin/openssl/apps.h
382
int ssl_print_tmp_key(BIO *out, SSL *s);
usr.bin/openssl/apps.h
387
long bio_dump_callback(BIO *bio, int cmd, const char *argp, int argi,
usr.bin/openssl/asn1pars.c
234
static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
usr.bin/openssl/asn1pars.c
241
BIO *in = NULL, *out = NULL, *b64 = NULL, *derout = NULL;
usr.bin/openssl/asn1pars.c
312
BIO *tmp;
usr.bin/openssl/asn1pars.c
415
do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
usr.bin/openssl/ca.c
138
static int write_new_certificate(BIO *bp, X509 *x, int output_der,
usr.bin/openssl/ca.c
153
int old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str);
usr.bin/openssl/ca.c
1540
BIO *in = NULL;
usr.bin/openssl/ca.c
2255
write_new_certificate(BIO *bp, X509 *x, int output_der, int notext)
usr.bin/openssl/ca.c
2699
old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str)
usr.bin/openssl/ca.c
621
BIO *in = NULL, *out = NULL, *Sout = NULL, *Cout = NULL;
usr.bin/openssl/ca.c
700
BIO *oid_bio;
usr.bin/openssl/certhash.c
300
certhash_cert(BIO *bio, const char *filename, const EVP_MD *digest)
usr.bin/openssl/certhash.c
327
certhash_crl(BIO *bio, const char *filename, const EVP_MD *digest)
usr.bin/openssl/certhash.c
513
BIO *bio = NULL;
usr.bin/openssl/cms.c
1172
BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL;
usr.bin/openssl/cms.c
1810
BIO *tmp;
usr.bin/openssl/cms.c
1824
gnames_stack_print(BIO *out, STACK_OF(GENERAL_NAMES) *gns)
usr.bin/openssl/cms.c
1843
receipt_request_print(BIO *out, CMS_ContentInfo *cms)
usr.bin/openssl/cms.c
72
static void receipt_request_print(BIO *out, CMS_ContentInfo *cms);
usr.bin/openssl/crl.c
216
static BIO *bio_out = NULL;
usr.bin/openssl/crl.c
224
BIO *out = NULL;
usr.bin/openssl/crl.c
449
BIO *in = NULL;
usr.bin/openssl/crl2p7.c
163
BIO *in = NULL, *out = NULL;
usr.bin/openssl/crl2p7.c
291
BIO *in = NULL;
usr.bin/openssl/dgst.c
328
BIO *in = NULL, *inp;
usr.bin/openssl/dgst.c
329
BIO *bmd = NULL;
usr.bin/openssl/dgst.c
330
BIO *out = NULL;
usr.bin/openssl/dgst.c
515
BIO *sigbio;
usr.bin/openssl/dgst.c
596
do_fp(BIO * out, unsigned char *buf, BIO * bp, int sep, int binout,
usr.bin/openssl/dgst.c
599
const char *file, BIO * bmd)
usr.bin/openssl/dgst.c
76
do_fp(BIO * out, unsigned char *buf, BIO * bp, int sep, int binout,
usr.bin/openssl/dgst.c
79
const char *file, BIO * bmd);
usr.bin/openssl/dh.c
151
BIO *in = NULL, *out = NULL;
usr.bin/openssl/dhparam.c
232
BIO *in = NULL, *out = NULL;
usr.bin/openssl/dsa.c
236
BIO *in = NULL, *out = NULL;
usr.bin/openssl/dsaparam.c
159
BIO *in = NULL, *out = NULL;
usr.bin/openssl/ec.c
267
BIO *in = NULL, *out = NULL;
usr.bin/openssl/ecparam.c
246
BIO *in = NULL, *out = NULL;
usr.bin/openssl/enc.c
341
BIO *in = NULL, *out = NULL, *b64 = NULL, *benc = NULL;
usr.bin/openssl/enc.c
342
BIO *rbio = NULL, *wbio = NULL;
usr.bin/openssl/gendh.c
134
BIO *out = NULL;
usr.bin/openssl/gendsa.c
231
BIO *out = NULL, *in = NULL;
usr.bin/openssl/genpkey.c
221
BIO *in = NULL, *out = NULL;
usr.bin/openssl/genpkey.c
318
init_keygen_file(BIO * err, EVP_PKEY_CTX ** pctx, const char *file)
usr.bin/openssl/genpkey.c
320
BIO *pbio;
usr.bin/openssl/genpkey.c
358
init_gen_str(BIO * err, EVP_PKEY_CTX ** pctx, const char *algname, int do_param)
usr.bin/openssl/genpkey.c
404
BIO *b = EVP_PKEY_CTX_get_app_data(ctx);
usr.bin/openssl/genpkey.c
68
static int init_keygen_file(BIO * err, EVP_PKEY_CTX **pctx, const char *file);
usr.bin/openssl/genrsa.c
279
BIO *out = NULL;
usr.bin/openssl/ocsp.c
100
static OCSP_RESPONSE *query_responder(BIO *err, BIO *cbio, char *path,
usr.bin/openssl/ocsp.c
1187
print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
usr.bin/openssl/ocsp.c
1371
static BIO *
usr.bin/openssl/ocsp.c
1374
BIO *acbio = NULL, *bufbio = NULL;
usr.bin/openssl/ocsp.c
1400
do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port)
usr.bin/openssl/ocsp.c
1405
BIO *cbio = NULL;
usr.bin/openssl/ocsp.c
1446
send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp)
usr.bin/openssl/ocsp.c
1461
query_responder(BIO *err, BIO *cbio, char *path, STACK_OF(CONF_VALUE) *headers,
usr.bin/openssl/ocsp.c
1550
process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path,
usr.bin/openssl/ocsp.c
1553
BIO *cbio = NULL;
usr.bin/openssl/ocsp.c
1565
BIO *sbio;
usr.bin/openssl/ocsp.c
794
BIO *acbio = NULL, *cbio = NULL;
usr.bin/openssl/ocsp.c
795
BIO *derbio = NULL;
usr.bin/openssl/ocsp.c
796
BIO *out = NULL;
usr.bin/openssl/ocsp.c
87
static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
usr.bin/openssl/ocsp.c
96
static BIO *init_responder(char *port);
usr.bin/openssl/ocsp.c
97
static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
usr.bin/openssl/ocsp.c
99
static int send_ocsp_response(BIO *cbio, OCSP_RESPONSE *resp);
usr.bin/openssl/openssl.c
337
static void list_pkey(BIO * out);
usr.bin/openssl/openssl.c
338
static void list_cipher(BIO * out);
usr.bin/openssl/openssl.c
339
static void list_md(BIO * out);
usr.bin/openssl/openssl.c
343
BIO *bio_err = NULL;
usr.bin/openssl/openssl.c
507
BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
usr.bin/openssl/openssl.c
525
BIO *bio_stdout;
usr.bin/openssl/openssl.c
620
list_pkey(BIO * out)
usr.bin/openssl/openssl.c
666
list_cipher(BIO * out)
usr.bin/openssl/openssl.c
686
list_md(BIO * out)
usr.bin/openssl/passwd.c
141
BIO *in = NULL, *out = NULL;
usr.bin/openssl/passwd.c
40
char *passwd, BIO * out, int quiet, int table, int reverse,
usr.bin/openssl/passwd.c
438
char *passwd, BIO * out, int quiet, int table, int reverse,
usr.bin/openssl/pkcs12.c
1004
alg_print(BIO *x, const X509_ALGOR *alg)
usr.bin/openssl/pkcs12.c
1024
hex_print(BIO *out, const ASN1_STRING *str)
usr.bin/openssl/pkcs12.c
1036
print_attribute(BIO *out, const ASN1_TYPE *av)
usr.bin/openssl/pkcs12.c
1067
print_attribs(BIO *out, const STACK_OF(X509_ATTRIBUTE) *attrlst,
usr.bin/openssl/pkcs12.c
1108
set_pbe(BIO *err, int *ppbe, const char *str)
usr.bin/openssl/pkcs12.c
518
BIO *in = NULL, *out = NULL;
usr.bin/openssl/pkcs12.c
818
dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options,
usr.bin/openssl/pkcs12.c
83
static int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen,
usr.bin/openssl/pkcs12.c
85
static int dump_certs_pkeys_bags(BIO *out, const STACK_OF(PKCS12_SAFEBAG) *bags,
usr.bin/openssl/pkcs12.c
863
dump_certs_pkeys_bags(BIO *out, const STACK_OF(PKCS12_SAFEBAG) *bags,
usr.bin/openssl/pkcs12.c
87
static int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass,
usr.bin/openssl/pkcs12.c
879
dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen,
usr.bin/openssl/pkcs12.c
89
static int print_attribs(BIO *out, const STACK_OF(X509_ATTRIBUTE) *attrlst,
usr.bin/openssl/pkcs12.c
91
static int alg_print(BIO *x, const X509_ALGOR *alg);
usr.bin/openssl/pkcs12.c
92
static int set_pbe(BIO *err, int *ppbe, const char *str);
usr.bin/openssl/pkcs7.c
153
BIO *in = NULL, *out = NULL;
usr.bin/openssl/pkcs8.c
198
BIO *in = NULL, *out = NULL;
usr.bin/openssl/pkey.c
205
BIO *in = NULL, *out = NULL;
usr.bin/openssl/pkeyparam.c
116
BIO *in = NULL, *out = NULL;
usr.bin/openssl/pkeyutl.c
258
BIO *in = NULL, *out = NULL;
usr.bin/openssl/pkeyutl.c
320
BIO *sigbio = BIO_new_file(cfg.sigfile, "rb");
usr.bin/openssl/prime.c
117
BIO *bio_out;
usr.bin/openssl/rand.c
110
BIO *out = NULL;
usr.bin/openssl/rand.c
149
BIO *b64 = BIO_new(BIO_f_base64());
usr.bin/openssl/req.c
123
static EVP_PKEY_CTX *set_keygen_ctx(BIO * err, const char *gstr, int *pkey_type,
usr.bin/openssl/req.c
134
BIO *addext_bio;
usr.bin/openssl/req.c
1585
set_keygen_ctx(BIO * err, const char *gstr, int *pkey_type,
usr.bin/openssl/req.c
1591
BIO *pbio = NULL;
usr.bin/openssl/req.c
1719
BIO *b = EVP_PKEY_CTX_get_app_data(ctx);
usr.bin/openssl/req.c
1736
do_sign_init(BIO * err, EVP_MD_CTX * ctx, EVP_PKEY * pkey,
usr.bin/openssl/req.c
1763
do_X509_sign(BIO * err, X509 * x, EVP_PKEY * pkey, const EVP_MD * md,
usr.bin/openssl/req.c
1783
do_X509_REQ_sign(BIO * err, X509_REQ * x, EVP_PKEY * pkey, const EVP_MD * md,
usr.bin/openssl/req.c
1804
do_X509_CRL_sign(BIO * err, X509_CRL * x, EVP_PKEY * pkey, const EVP_MD * md,
usr.bin/openssl/req.c
561
BIO *in = NULL, *out = NULL;
usr.bin/openssl/req.c
638
BIO *oid_bio;
usr.bin/openssl/rsa.c
254
BIO *out = NULL;
usr.bin/openssl/rsautl.c
236
BIO *in = NULL, *out = NULL;
usr.bin/openssl/s_cb.c
257
ssl_print_tmp_key(BIO *out, SSL *s)
usr.bin/openssl/s_cb.c
299
bio_dump_callback(BIO * bio, int cmd, const char *argp,
usr.bin/openssl/s_cb.c
302
BIO *out;
usr.bin/openssl/s_cb.c
304
out = (BIO *) BIO_get_callback_arg(bio);
usr.bin/openssl/s_cb.c
360
BIO *bio = arg;
usr.bin/openssl/s_cb.c
654
BIO *bio = arg;
usr.bin/openssl/s_client.c
1045
BIO *stmp = BIO_new_file(cfg.sess_in, "r");
usr.bin/openssl/s_client.c
1141
BIO *test;
usr.bin/openssl/s_client.c
1190
BIO *fbio = BIO_new(BIO_f_buffer());
usr.bin/openssl/s_client.c
1227
BIO *fbio = BIO_new(BIO_f_buffer());
usr.bin/openssl/s_client.c
1251
BIO *fbio;
usr.bin/openssl/s_client.c
1281
BIO *fbio = BIO_new(BIO_f_buffer());
usr.bin/openssl/s_client.c
1347
BIO *stmp = BIO_new_file(
usr.bin/openssl/s_client.c
1656
print_stuff(BIO *bio, SSL *s, int full)
usr.bin/openssl/s_client.c
167
static void print_stuff(BIO *berr, SSL *con, int full);
usr.bin/openssl/s_client.c
184
BIO *biodebug;
usr.bin/openssl/s_client.c
880
BIO *bio_c_out = NULL;
usr.bin/openssl/s_client.c
881
BIO *sbio;
usr.bin/openssl/s_server.c
1441
print_stats(BIO *bio, SSL_CTX *ssl_ctx)
usr.bin/openssl/s_server.c
1478
BIO *sbio;
usr.bin/openssl/s_server.c
1537
BIO *test;
usr.bin/openssl/s_server.c
179
static void print_stats(BIO *bp, SSL_CTX *ctx);
usr.bin/openssl/s_server.c
1883
BIO *bio;
usr.bin/openssl/s_server.c
1902
BIO *io, *ssl_bio, *sbio;
usr.bin/openssl/s_server.c
1935
BIO *test;
usr.bin/openssl/s_server.c
205
static BIO *bio_s_out = NULL;
usr.bin/openssl/s_server.c
2060
BIO *file;
usr.bin/openssl/s_server.c
213
BIO *biodebug;
usr.bin/openssl/s_server.c
223
BIO *err;
usr.bin/openssl/s_server.c
2267
BIO *err = srctx->err;
usr.bin/openssl/s_time.c
343
BIO *conn;
usr.bin/openssl/sess_id.c
158
BIO *out = NULL;
usr.bin/openssl/sess_id.c
260
BIO *in = NULL;
usr.bin/openssl/smime.c
1085
BIO *tmp;
usr.bin/openssl/smime.c
720
BIO *in = NULL, *out = NULL, *indata = NULL;
usr.bin/openssl/ts.c
1037
BIO *out = NULL;
usr.bin/openssl/ts.c
1062
BIO *in_bio = NULL;
usr.bin/openssl/ts.c
1111
BIO *input = NULL;
usr.bin/openssl/ts.c
1122
BIO *data_bio;
usr.bin/openssl/ts.c
510
BIO *oid_bio = BIO_new_file(p, "r");
usr.bin/openssl/ts.c
536
BIO *in_bio = NULL;
usr.bin/openssl/ts.c
537
BIO *data_bio = NULL;
usr.bin/openssl/ts.c
538
BIO *out_bio = NULL;
usr.bin/openssl/ts.c
585
static BIO *
usr.bin/openssl/ts.c
593
create_query(BIO *data_bio, char *digest, const EVP_MD *md, const char *policy,
usr.bin/openssl/ts.c
678
create_digest(BIO *input, char *digest, const EVP_MD *md,
usr.bin/openssl/ts.c
770
BIO *in_bio = NULL;
usr.bin/openssl/ts.c
771
BIO *query_bio = NULL;
usr.bin/openssl/ts.c
772
BIO *inkey_bio = NULL;
usr.bin/openssl/ts.c
773
BIO *signer_bio = NULL;
usr.bin/openssl/ts.c
774
BIO *out_bio = NULL;
usr.bin/openssl/ts.c
844
read_PKCS7(BIO *in_bio)
usr.bin/openssl/ts.c
86
static BIO *BIO_open_with_default(const char *file, const char *mode,
usr.bin/openssl/ts.c
88
static TS_REQ *create_query(BIO *data_bio, char *digest, const EVP_MD *md,
usr.bin/openssl/ts.c
893
BIO *query_bio = NULL;
usr.bin/openssl/ts.c
90
static int create_digest(BIO *input, char *digest, const EVP_MD *md,
usr.bin/openssl/ts.c
98
static TS_RESP *read_PKCS7(BIO *in_bio);
usr.bin/openssl/ts.c
993
BIO *in = NULL;
usr.bin/openssl/x509.c
1686
purpose_print(BIO *bio, X509 *cert, const X509_PURPOSE *pt)
usr.bin/openssl/x509.c
789
BIO *out = NULL;
usr.bin/openssl/x509.c
90
static int purpose_print(BIO *bio, X509 *cert, const X509_PURPOSE *pt);
usr.bin/openssl/x509.c
909
BIO *in;
usr.bin/ssh/sshkey.c
3240
BIO *bio = NULL;
usr.bin/ssh/sshkey.c
3433
BIO *bio = NULL;
usr.sbin/nsd/server.c
2038
BIO *bio;
usr.sbin/ocspcheck/ocspcheck.c
249
BIO *bio;
usr.sbin/relayd/ca.c
103
BIO *in = NULL;
usr.sbin/relayd/ssl.c
102
BIO *in, *out = NULL;
usr.sbin/relayd/ssl.c
180
BIO *in;
usr.sbin/relayd/ssl.c
54
BIO *bio = NULL;
usr.sbin/smtpd/ca.c
99
BIO *in = NULL;
usr.sbin/smtpd/ssl.c
116
BIO *bio = NULL;
usr.sbin/smtpd/ssl.c
252
BIO *in;
usr.sbin/unbound/smallapp/unbound-anchor.c
1007
static BIO*
usr.sbin/unbound/smallapp/unbound-anchor.c
1013
BIO* mem = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1092
BIO* tmp = do_chunked_read(ssl);
usr.sbin/unbound/smallapp/unbound-anchor.c
1117
static BIO*
usr.sbin/unbound/smallapp/unbound-anchor.c
1122
BIO* m;
usr.sbin/unbound/smallapp/unbound-anchor.c
1145
static BIO*
usr.sbin/unbound/smallapp/unbound-anchor.c
1151
BIO* bio;
usr.sbin/unbound/smallapp/unbound-anchor.c
1188
static BIO*
usr.sbin/unbound/smallapp/unbound-anchor.c
1193
BIO* bio = NULL;
usr.sbin/unbound/smallapp/unbound-anchor.c
1222
BIO* ds;
usr.sbin/unbound/smallapp/unbound-anchor.c
1227
BIO* czone;
usr.sbin/unbound/smallapp/unbound-anchor.c
1229
BIO* ctag;
usr.sbin/unbound/smallapp/unbound-anchor.c
1231
BIO* calgo;
usr.sbin/unbound/smallapp/unbound-anchor.c
1233
BIO* cdigtype;
usr.sbin/unbound/smallapp/unbound-anchor.c
1235
BIO* cdigest;
usr.sbin/unbound/smallapp/unbound-anchor.c
1239
static BIO*
usr.sbin/unbound/smallapp/unbound-anchor.c
1242
BIO* b = NULL;
usr.sbin/unbound/smallapp/unbound-anchor.c
1265
BIO* b = NULL;
usr.sbin/unbound/smallapp/unbound-anchor.c
1418
xml_is_zone_name(BIO* zone, const char* name)
usr.sbin/unbound/smallapp/unbound-anchor.c
1446
BIO* b;
usr.sbin/unbound/smallapp/unbound-anchor.c
1481
xml_append_str(BIO* b, const char* s)
usr.sbin/unbound/smallapp/unbound-anchor.c
1491
xml_append_bio(BIO* b, BIO* a)
usr.sbin/unbound/smallapp/unbound-anchor.c
1616
static BIO*
usr.sbin/unbound/smallapp/unbound-anchor.c
1617
xml_parse(BIO* xml, time_t now)
usr.sbin/unbound/smallapp/unbound-anchor.c
1778
verify_p7sig(BIO* data, BIO* p7s, STACK_OF(X509)* trust, const char* p7signer)
usr.sbin/unbound/smallapp/unbound-anchor.c
1916
write_root_anchor(const char* root_anchor_file, BIO* ds)
usr.sbin/unbound/smallapp/unbound-anchor.c
1943
verify_and_update_anchor(const char* root_anchor_file, BIO* xml, BIO* p7s,
usr.sbin/unbound/smallapp/unbound-anchor.c
1946
BIO* ds;
usr.sbin/unbound/smallapp/unbound-anchor.c
1980
BIO *xml, *p7s;
usr.sbin/unbound/smallapp/unbound-anchor.c
358
read_cert_bio(BIO* bio)
usr.sbin/unbound/smallapp/unbound-anchor.c
448
BIO *bio;
usr.sbin/unbound/testcode/doqclient.c
1336
BIO *f;
usr.sbin/unbound/testcode/doqclient.c
2073
BIO* f = BIO_new_file(data->session_file, "r");
usr.sbin/unbound/util/net_help.c
1147
BIO* bio;
usr.sbin/unbound/util/netevent.c
3078
static long win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp),