Searched refs:dtls1_write_bytes (Results 1 – 4 of 4) sorted by relevance
/openssl/ssl/ |
H A D | d1_msg.c | 36 return dtls1_write_bytes(sc, type, buf_, len, written); in dtls1_write_app_data_bytes()
|
/openssl/ssl/record/ |
H A D | record.h | 157 __owur int dtls1_write_bytes(SSL_CONNECTION *s, uint8_t type, const void *buf,
|
H A D | rec_layer_d1.c | 607 int dtls1_write_bytes(SSL_CONNECTION *s, uint8_t type, const void *buf, in dtls1_write_bytes() function
|
/openssl/ssl/statem/ |
H A D | statem_dtls.c | 225 ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off], len, in dtls1_do_write()
|
Completed in 9 milliseconds