Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDd1_both.c373 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()
HDd1_pkt.c1438 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
HDssl_locl.h1231 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len);