Searched refs:dtls1_write_bytes (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_pkt.c | 479 i = dtls1_write_bytes(ssl, SSL3_RT_APPLICATION_DATA, buf_, len, in dtls1_write_app_data() 486 int dtls1_write_bytes(SSL *ssl, int type, const void *buf, int len, in dtls1_write_bytes() function
|
D | d1_both.c | 305 dtls1_write_bytes(ssl, SSL3_RT_CHANGE_CIPHER_SPEC, kChangeCipherSpec, in dtls1_write_change_cipher_spec() 385 int write_ret = dtls1_write_bytes(ssl, SSL3_RT_HANDSHAKE, buf, len, in dtls1_do_handshake_write()
|
D | internal.h | 1097 int dtls1_write_bytes(SSL *ssl, int type, const void *buf, int len,
|