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

  /external/boringssl/src/ssl/
ssl_lib.c 979 int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); }
981 int SSL_get_rfd(const SSL *ssl) {
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 249 /* SSL_get_fd calls |SSL_get_rfd|. */
252 /* SSL_get_rfd returns the file descriptor that |ssl| is configured to read
255 OPENSSL_EXPORT int SSL_get_rfd(const SSL *ssl);
    [all...]

Completed in 59 milliseconds