Home
last modified time | relevance | path

Searched refs:BIO_TYPE_DESCRIPTOR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_cb.c96 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback()
106 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h102 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c644 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_rfd()
657 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_wfd()