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

  /external/openssl/ssl/
d1_both.c 186 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
194 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
205 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
209 else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0)
212 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
214 ret = BIO_flush(SSL_get_wbio(s));
242 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
248 ret = BIO_flush(SSL_get_wbio(s));
293 if ( BIO_ctrl(SSL_get_wbio(s),
295 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s)
    [all...]
ssl_lib.c 561 BIO *SSL_get_wbio(const SSL *s)
586 b=SSL_get_wbio(s);
651 SSL_set_bio(s,bio,SSL_get_wbio(s));
654 SSL_set_bio(s,SSL_get_wbio(s),SSL_get_wbio(s));
    [all...]
ssl.h     [all...]
  /external/openssl/apps/
s_client.c     [all...]
s_server.c     [all...]
  /dalvik/libcore/x-net/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 34 milliseconds