Searched refs:dtls1_write_bytes (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/openssl/ssl/ |
| HD | d1_both.c | 373 ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off], in dtls1_do_write() 1447 r = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buffer, write_length); in dtls1_process_heartbeat() 1534 ret = dtls1_write_bytes(s, TLS1_RT_HEARTBEAT, buf, 3 + payload + padding); in dtls1_heartbeat()
|
| HD | d1_pkt.c | 1438 i = dtls1_write_bytes(s, type, buf_, len); in dtls1_write_app_data_bytes() 1479 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len) in dtls1_write_bytes() function
|
| HD | ssl_locl.h | 1231 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len);
|