Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_cb.c44 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback_ex()
53 if (bio->method->type & BIO_TYPE_DESCRIPTOR) in BIO_debug_callback_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h39 # define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
48 # define BIO_TYPE_FD ( 4|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
49 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
56 # define BIO_TYPE_CONNECT (12|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
57 # define BIO_TYPE_ACCEPT (13|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
63 # define BIO_TYPE_DGRAM (21|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
67 # define BIO_TYPE_DGRAM_SCTP (24|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
H A Dbio.h.in40 # define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
49 # define BIO_TYPE_FD ( 4|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
50 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
57 # define BIO_TYPE_CONNECT (12|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
58 # define BIO_TYPE_ACCEPT (13|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
64 # define BIO_TYPE_DGRAM (21|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
68 # define BIO_TYPE_DGRAM_SCTP (24|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
/freebsd/crypto/openssl/doc/man3/
H A DBIO_find_type.pod25 B<BIO_TYPE_DESCRIPTOR>, B<BIO_TYPE_FILTER>, and B<BIO_TYPE_SOURCE_SINK>.
H A DBIO_meth_new.pod75 additionally have the "descriptor" bit set (B<BIO_TYPE_DESCRIPTOR>). See the
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1377 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_rfd()
1389 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR); in SSL_get_wfd()