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.c479 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
Dd1_both.c305 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()
Dinternal.h1097 int dtls1_write_bytes(SSL *ssl, int type, const void *buf, int len,