Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/bio/
Dbio_cb.c87 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback()
95 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback()
Dbio.h101 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
/mirbsd/src/lib/libssl/src/doc/crypto/
DBIO_find_type.pod37 #define BIO_TYPE_DESCRIPTOR 0x0100
/mirbsd/src/lib/libssl/src/ssl/
Dssl_lib.c521 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR); in SSL_get_rfd()
533 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR); in SSL_get_wfd()