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 234 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL);
242 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_SET_MTU,
253 curr_mtu = mtu - BIO_wpending(SSL_get_wbio(s));
257 else if ( ( ret = BIO_flush(SSL_get_wbio(s))) <= 0)
260 if ( BIO_wpending(SSL_get_wbio(s)) + s->init_num >= mtu)
262 ret = BIO_flush(SSL_get_wbio(s));
290 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) -
296 ret = BIO_flush(SSL_get_wbio(s));
341 if ( BIO_ctrl(SSL_get_wbio(s),
343 s->d1->mtu = BIO_ctrl(SSL_get_wbio(s)
    [all...]
ssl_lib.c 616 BIO *SSL_get_wbio(const SSL *s)
641 b=SSL_get_wbio(s);
706 SSL_set_bio(s,bio,SSL_get_wbio(s));
709 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...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]

Completed in 94 milliseconds