HomeSort by relevance Sort by last modified time
    Searched refs:BIO_TYPE_SOCKET (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/bio/
socket.c 165 BIO_TYPE_SOCKET, "socket", sock_write, sock_read, sock_puts,
  /external/openssl/crypto/bio/
bss_sock.c 84 BIO_TYPE_SOCKET,
bio.h 89 #define BIO_TYPE_SOCKET (5|0x0400|0x0100)
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 660 #define BIO_TYPE_SOCKET (5 | 0x0400 | 0x0100)
    [all...]
  /external/openssl/include/openssl/
bio.h 89 #define BIO_TYPE_SOCKET (5|0x0400|0x0100)
    [all...]
  /external/openssl/ssl/
ssl_lib.c 716 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
738 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
    [all...]

Completed in 96 milliseconds