Lines Matching refs:BIO

111 static int asn1_bio_write(BIO *h, const char *buf,int num);
112 static int asn1_bio_read(BIO *h, char *buf, int size);
113 static int asn1_bio_puts(BIO *h, const char *str);
114 static int asn1_bio_gets(BIO *h, char *str, int size);
115 static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
116 static int asn1_bio_new(BIO *h);
117 static int asn1_bio_free(BIO *data);
118 static long asn1_bio_callback_ctrl(BIO *h, int cmd, bio_info_cb fp);
121 static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
123 static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
148 static int asn1_bio_new(BIO *b)
183 static int asn1_bio_free(BIO *b)
198 static int asn1_bio_write(BIO *b, const char *in , int inl)
302 static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
330 static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
347 static int asn1_bio_read(BIO *b, char *in , int inl)
354 static int asn1_bio_puts(BIO *b, const char *str)
359 static int asn1_bio_gets(BIO *b, char *str, int size)
366 static long asn1_bio_callback_ctrl(BIO *b, int cmd, bio_info_cb fp)
372 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2)
455 static int asn1_bio_set_ex(BIO *b, int cmd,
464 static int asn1_bio_get_ex(BIO *b, int cmd,
478 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free)
483 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, asn1_ps_func **pprefix_free)
488 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free)
493 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, asn1_ps_func **psuffix_free)