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

  /external/openssl/crypto/bio/
bss_sock.c 84 BIO_TYPE_SOCKET,
bio.h 89 #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 687 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
709 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
    [all...]

Completed in 165 milliseconds