Home
last modified time | relevance | path

Searched refs:ssl3_write_pending (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_pkt.c553 return (ssl3_write_pending(s, type, buf, len)); in do_ssl3_write()
633 return ssl3_write_pending(s, type, buf, len); in do_ssl3_write()
643 ssl3_write_pending(SSL *s, int type, const unsigned char *buf, unsigned int len) in ssl3_write_pending() function
H A Dd1_pkt.c944 return (ssl3_write_pending(s, type, buf, len)); in do_dtls1_write()
982 return ssl3_write_pending(s, type, buf, len); in do_dtls1_write()
H A Dssl_locl.h1424 int ssl3_write_pending(SSL *s, int type, const unsigned char *buf,