HomeSort by relevance Sort by last modified time
    Searched full:bio_wpending (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c 252 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
259 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
288 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
    [all...]
s3_lib.c     [all...]
  /external/openssl/ssl/
d1_both.c 252 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
259 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
288 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
    [all...]
s3_lib.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/patches/
handshake_cutthrough.patch 161 + if (BIO_wpending(s->wbio) > 0)
  /external/openssl/patches/
handshake_cutthrough.patch 161 + if (BIO_wpending(s->wbio) > 0)
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio.h 575 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h 575 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
    [all...]
  /external/openssl/crypto/bio/
bio.h 572 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
    [all...]
  /external/openssl/include/openssl/
bio.h 572 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL)
    [all...]

Completed in 1058 milliseconds