Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_pkt.c699 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
Dd1_both.c353 ret = dtls1_write_bytes(s, type, &s->init_buf->data[s->init_off], len, in dtls1_do_write()
Dinternal.h936 int dtls1_write_bytes(SSL *s, int type, const void *buf, int len,