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

  /external/boringssl/src/include/openssl/
ssl.h 271 /* SSL_set_wfd configures |ssl| to write to |fd|. It returns one on success and
273 OPENSSL_EXPORT int SSL_set_wfd(SSL *ssl, int fd);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 1010 int SSL_set_wfd(SSL *ssl, int fd) {
    [all...]

Completed in 38 milliseconds