Searched refs:dtls1_read_bytes (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_pkt.c | 189 return dtls1_read_bytes(ssl, SSL3_RT_APPLICATION_DATA, buf, len, peek); in dtls1_read_app_data() 194 int ret = dtls1_read_bytes(ssl, SSL3_RT_CHANGE_CIPHER_SPEC, &byte, in dtls1_read_change_cipher_spec() 235 int dtls1_read_bytes(SSL *ssl, int type, unsigned char *buf, int len, int peek) { in dtls1_read_bytes() function
|
D | d1_both.c | 436 int ret = dtls1_read_bytes(ssl, SSL3_RT_HANDSHAKE, discard, chunk, 0); in dtls1_discard_fragment_body() 506 int ret = dtls1_read_bytes(ssl, SSL3_RT_HANDSHAKE, header, in dtls1_process_fragment() 561 ret = dtls1_read_bytes(ssl, SSL3_RT_HANDSHAKE, frag->fragment + frag_off, in dtls1_process_fragment()
|
D | internal.h | 1091 int dtls1_read_bytes(SSL *ssl, int type, uint8_t *buf, int len, int peek);
|
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
D | suppressions.txt | 87 fun:dtls1_read_bytes
|