Loading crypto/asn1/bio_asn1.c +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ static const BIO_METHOD methods_asn1 = { BIO_TYPE_ASN1, "asn1", asn1_bio_write, /* TODO: Convert to new style read function */ bread_conv, asn1_bio_read, asn1_bio_puts, asn1_bio_gets, Loading crypto/bio/bf_buff.c +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ static const BIO_METHOD methods_buffer = { BIO_TYPE_BUFFER, "buffer", buffer_write, /* TODO: Convert to new style read function */ bread_conv, buffer_read, buffer_puts, buffer_gets, Loading crypto/bio/bf_lbuf.c +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ static const BIO_METHOD methods_linebuffer = { BIO_TYPE_LINEBUFFER, "linebuffer", linebuffer_write, /* TODO: Convert to new style read function */ bread_conv, linebuffer_read, linebuffer_puts, linebuffer_gets, Loading crypto/bio/bf_nbio.c +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ static const BIO_METHOD methods_nbiof = { BIO_TYPE_NBIO_TEST, "non-blocking IO test filter", nbiof_write, /* TODO: Convert to new style read function */ bread_conv, nbiof_read, nbiof_puts, nbiof_gets, Loading crypto/bio/bf_null.c +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ static const BIO_METHOD methods_nullf = { BIO_TYPE_NULL_FILTER, "NULL filter", nullf_write, /* TODO: Convert to new style read function */ bread_conv, nullf_read, nullf_puts, nullf_gets, Loading Loading
crypto/asn1/bio_asn1.c +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ static const BIO_METHOD methods_asn1 = { BIO_TYPE_ASN1, "asn1", asn1_bio_write, /* TODO: Convert to new style read function */ bread_conv, asn1_bio_read, asn1_bio_puts, asn1_bio_gets, Loading
crypto/bio/bf_buff.c +2 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,8 @@ static const BIO_METHOD methods_buffer = { BIO_TYPE_BUFFER, "buffer", buffer_write, /* TODO: Convert to new style read function */ bread_conv, buffer_read, buffer_puts, buffer_gets, Loading
crypto/bio/bf_lbuf.c +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ static const BIO_METHOD methods_linebuffer = { BIO_TYPE_LINEBUFFER, "linebuffer", linebuffer_write, /* TODO: Convert to new style read function */ bread_conv, linebuffer_read, linebuffer_puts, linebuffer_gets, Loading
crypto/bio/bf_nbio.c +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ static const BIO_METHOD methods_nbiof = { BIO_TYPE_NBIO_TEST, "non-blocking IO test filter", nbiof_write, /* TODO: Convert to new style read function */ bread_conv, nbiof_read, nbiof_puts, nbiof_gets, Loading
crypto/bio/bf_null.c +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ static const BIO_METHOD methods_nullf = { BIO_TYPE_NULL_FILTER, "NULL filter", nullf_write, /* TODO: Convert to new style read function */ bread_conv, nullf_read, nullf_puts, nullf_gets, Loading