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

  /external/boringssl/src/ssl/
ssl_lib.cc 516 void SSL_set0_rbio(SSL *ssl, BIO *rbio) {
551 SSL_set0_rbio(ssl, rbio);
556 SSL_set0_rbio(ssl, rbio);
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 257 * |SSL_set0_rbio| and |SSL_set0_wbio| instead. */
260 /* SSL_set0_rbio configures |ssl| to write to |rbio|. It takes ownership of
265 OPENSSL_EXPORT void SSL_set0_rbio(SSL *ssl, BIO *rbio);
270 * Note that, although this function and |SSL_set0_rbio| may be called on the
    [all...]

Completed in 50 milliseconds