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

  /external/boringssl/src/crypto/bio/
fd.c 272 int BIO_get_fd(BIO *bio, int *out_fd) {
  /external/boringssl/src/include/openssl/
bio.h 435 /* BIO_get_fd returns the file descriptor currently in use by |bio| or -1 if
441 OPENSSL_EXPORT int BIO_get_fd(BIO *bio, int *out_fd);
505 * Socket BIOs may be used with |BIO_set_fd| and |BIO_get_fd|.
    [all...]
  /external/libevent/
bufferevent_openssl.c 1200 fd = BIO_get_fd(bio, NULL);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.cc     [all...]

Completed in 115 milliseconds