Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_sock.c39 BIO_TYPE_SOCKET,
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h49 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR) macro
H A Dbio.h.in50 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR) macro
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1427 if (rbio == NULL || BIO_method_type(rbio) != BIO_TYPE_SOCKET in SSL_set_wfd()
1457 if (wbio == NULL || BIO_method_type(wbio) != BIO_TYPE_SOCKET in SSL_set_rfd()