HomeSort by: relevance | last modified time | path
    Searched refs:BIO_TYPE_SOCKET (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_sock.c 39 BIO_TYPE_SOCKET,
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_sock.c 38 BIO_TYPE_SOCKET,
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_sock.c 48 BIO_TYPE_SOCKET,
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 38 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 52 #define BIO_TYPE_SOCKET (5 | BIO_TYPE_SOURCE_SINK | BIO_TYPE_DESCRIPTOR)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 50 # define BIO_TYPE_SOCKET ( 5|BIO_TYPE_SOURCE_SINK|BIO_TYPE_DESCRIPTOR)
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 1427 if (rbio == NULL || BIO_method_type(rbio) != BIO_TYPE_SOCKET
1457 if (wbio == NULL || BIO_method_type(wbio) != BIO_TYPE_SOCKET
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 1373 if (rbio == NULL || BIO_method_type(rbio) != BIO_TYPE_SOCKET
1394 if (wbio == NULL || BIO_method_type(wbio) != BIO_TYPE_SOCKET
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1736 int desired_type = IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET;
1764 int desired_type = IS_QUIC(s) ? BIO_TYPE_DGRAM : BIO_TYPE_SOCKET;

Completed in 177 milliseconds