Searched refs:do_dtls1_write (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/ssl/ |
| H A D | d1_msg.c | 58 i = do_dtls1_write(s, SSL3_RT_ALERT, &buf[0], sizeof(buf), &written); in dtls1_dispatch_alert()
|
| /src/crypto/openssl/ssl/record/ |
| H A D | record.h | 159 int do_dtls1_write(SSL_CONNECTION *s, uint8_t type, const unsigned char *buf,
|
| H A D | rec_layer_d1.c | 621 i = do_dtls1_write(s, type, buf, len, written); in dtls1_write_bytes() 625 int do_dtls1_write(SSL_CONNECTION *sc, uint8_t type, const unsigned char *buf, in do_dtls1_write() function
|