Home
last modified time | relevance | path

Searched refs:BIO_wpending (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h488 #define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL) macro
/dragonfly/crypto/libressl/ssl/
H A Dd1_both.c249 curr_mtu = s->d1->mtu - BIO_wpending(SSL_get_wbio(s)) - in dtls1_do_write()