Searched refs:BIO_TYPE_SOCKET (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_sock.c81 BIO_TYPE_SOCKET,
H A Dbio.h81 #define BIO_TYPE_SOCKET (5|0x0400|0x0100) macro
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_lib.c589 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
611 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)

Completed in 105 milliseconds