Searched refs:ssl3_read_bytes (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ssl/ |
D | s3_pkt.c | 318 return ssl3_read_bytes(ssl, SSL3_RT_APPLICATION_DATA, buf, len, peek); in ssl3_read_app_data() 323 int ret = ssl3_read_bytes(ssl, SSL3_RT_CHANGE_CIPHER_SPEC, &byte, 1 /* len */, in ssl3_read_change_cipher_spec() 345 ssl3_read_bytes(ssl, 0, NULL, 0, 0); in ssl3_read_close_notify() 377 int ssl3_read_bytes(SSL *ssl, int type, uint8_t *buf, int len, int peek) { in ssl3_read_bytes() function
|
D | s3_both.c | 351 int bytes_read = ssl3_read_bytes( in ssl3_get_message() 408 ssl3_read_bytes(ssl, SSL3_RT_HANDSHAKE, &p[ssl->init_num], n, 0); in ssl3_get_message()
|
D | internal.h | 1063 int ssl3_read_bytes(SSL *ssl, int type, uint8_t *buf, int len, int peek);
|
/external/webrtc/tools/valgrind-webrtc/memcheck/ |
D | suppressions.txt | 67 fun:ssl3_read_bytes
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 267 #2 0x580be3 in ssl3_read_bytes openssl-1.0.1f/ssl/s3_pkt.c:1092:4
|