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

  /external/boringssl/src/ssl/
d1_both.c 270 long mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
275 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU, s->d1->mtu, NULL);
300 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
308 ret = BIO_flush(SSL_get_wbio(s));
312 assert(BIO_wpending(SSL_get_wbio(s)) == 0);
758 (void)BIO_flush(SSL_get_wbio(s));
d1_lib.c 256 long mtu = BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_GET_FALLBACK_MTU, 0,
ssl_lib.c 597 BIO *SSL_get_wbio(const SSL *s) { return s->wbio; }
617 b = SSL_get_wbio(s);
681 SSL_set_bio(s, bio, SSL_get_wbio(s));
683 SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s));
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 103 milliseconds