Home
last modified time | relevance | path

Searched refs:bgets (Results 1 – 11 of 11) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
HDbio_meth.c86 return biom->bgets; in BIO_meth_get_gets()
92 biom->bgets = gets; in BIO_meth_set_gets()
HDbio_local.h70 int (*bgets)(BIO *, char *, int); member
HDbss_null.c81 .bgets = null_gets,
HDbss_fd.c85 .bgets = fd_gets,
HDbf_nbio.c91 .bgets = nbiof_gets,
HDbss_file.c109 .bgets = file_gets,
HDbio_lib.c470 if (b == NULL || b->method == NULL || b->method->bgets == NULL) { in BIO_gets()
486 if ((ret = b->method->bgets(b, in, inl)) > 0) in BIO_gets()
HDbss_mem.c104 .bgets = mem_gets,
HDbf_buff.c84 .bgets = buffer_gets,
/dragonfly/crypto/libressl/crypto/evp/
HDbio_md.c85 .bgets = md_gets,
/dragonfly/crypto/libressl/crypto/asn1/
HDbio_asn1.c135 .bgets = asn1_bio_gets,