Searched refs:do_dtls1_write (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/ |
D | d1_msg.c | 50 i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), 0, &written); in dtls1_dispatch_alert()
|
/third_party/openssl/ssl/record/ |
D | record.h | 232 int do_dtls1_write(SSL *s, int type, const unsigned char *buf,
|
D | rec_layer_d1.c | 796 i = do_dtls1_write(s, type, buf, len, 0, written); in dtls1_write_bytes() 800 int do_dtls1_write(SSL *s, int type, const unsigned char *buf, in do_dtls1_write() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1136 SSL_F_DO_DTLS1_WRITE:245:do_dtls1_write
|