HomeSort by: relevance | last modified time | path
    Searched defs:SSL_get_wfd (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 1383 int SSL_get_wfd(const SSL *s)
2131 ret = ktls_sendfile(SSL_get_wfd(s), fd, offset, size, flags);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 1338 int SSL_get_wfd(const SSL *s)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1687 int SSL_get_wfd(const SSL *s)
2631 ret = ktls_sendfile(SSL_get_wfd(s), fd, offset, size, flags);

Completed in 32 milliseconds