Searched refs:dtls1_write_bytes (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_pkt.c | 699 i = dtls1_write_bytes(s, SSL3_RT_APPLICATION_DATA, buf_, len, in dtls1_write_app_data() 706 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len, in dtls1_write_bytes() function
|
D | d1_both.c | 353 ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off], len, in dtls1_do_write()
|
D | internal.h | 936 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len,
|