Searched refs:dtls1_write_bytes (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssl/ssl/ |
| H A D | d1_msg.c | 37 return dtls1_write_bytes(sc, type, buf_, len, written); in dtls1_write_app_data_bytes()
|
| /src/crypto/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 | 611 int dtls1_write_bytes(SSL_CONNECTION *s, uint8_t type, const void *buf, in dtls1_write_bytes() function
|
| /src/crypto/openssl/ssl/statem/ |
| H A D | statem_dtls.c | 242 ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off], len, in dtls1_do_write()
|