Loading crypto/asn1/bio_asn1.c +2 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,8 @@ static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, static const BIO_METHOD methods_asn1 = { BIO_TYPE_ASN1, "asn1", /* TODO: Convert to new style write function */ bwrite_conv, asn1_bio_write, /* TODO: Convert to new style read function */ bread_conv, Loading crypto/bio/bf_buff.c +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ static long buffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_buffer = { BIO_TYPE_BUFFER, "buffer", /* TODO: Convert to new style write function */ bwrite_conv, buffer_write, /* TODO: Convert to new style read function */ bread_conv, Loading crypto/bio/bf_lbuf.c +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,8 @@ static long linebuffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_linebuffer = { BIO_TYPE_LINEBUFFER, "linebuffer", /* TODO: Convert to new style write function */ bwrite_conv, linebuffer_write, /* TODO: Convert to new style read function */ bread_conv, Loading crypto/bio/bf_nbio.c +2 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ typedef struct nbio_test_st { static const BIO_METHOD methods_nbiof = { BIO_TYPE_NBIO_TEST, "non-blocking IO test filter", /* TODO: Convert to new style write function */ bwrite_conv, nbiof_write, /* TODO: Convert to new style read function */ bread_conv, Loading crypto/bio/bf_null.c +2 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,8 @@ static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_nullf = { BIO_TYPE_NULL_FILTER, "NULL filter", /* TODO: Convert to new style write function */ bwrite_conv, nullf_write, /* TODO: Convert to new style read function */ bread_conv, Loading Loading
crypto/asn1/bio_asn1.c +2 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,8 @@ static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, static const BIO_METHOD methods_asn1 = { BIO_TYPE_ASN1, "asn1", /* TODO: Convert to new style write function */ bwrite_conv, asn1_bio_write, /* TODO: Convert to new style read function */ bread_conv, Loading
crypto/bio/bf_buff.c +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,8 @@ static long buffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_buffer = { BIO_TYPE_BUFFER, "buffer", /* TODO: Convert to new style write function */ bwrite_conv, buffer_write, /* TODO: Convert to new style read function */ bread_conv, Loading
crypto/bio/bf_lbuf.c +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,8 @@ static long linebuffer_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_linebuffer = { BIO_TYPE_LINEBUFFER, "linebuffer", /* TODO: Convert to new style write function */ bwrite_conv, linebuffer_write, /* TODO: Convert to new style read function */ bread_conv, Loading
crypto/bio/bf_nbio.c +2 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ typedef struct nbio_test_st { static const BIO_METHOD methods_nbiof = { BIO_TYPE_NBIO_TEST, "non-blocking IO test filter", /* TODO: Convert to new style write function */ bwrite_conv, nbiof_write, /* TODO: Convert to new style read function */ bread_conv, Loading
crypto/bio/bf_null.c +2 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,8 @@ static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); static const BIO_METHOD methods_nullf = { BIO_TYPE_NULL_FILTER, "NULL filter", /* TODO: Convert to new style write function */ bwrite_conv, nullf_write, /* TODO: Convert to new style read function */ bread_conv, Loading