Home
last modified time | relevance | path

Searched refs:ssl_read_bytes (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libssl/
H A Dssl_methods.c78 .ssl_read_bytes = dtls1_read_bytes,
98 .ssl_read_bytes = dtls1_read_bytes,
118 .ssl_read_bytes = dtls1_read_bytes,
138 .ssl_read_bytes = dtls1_read_bytes,
158 .ssl_read_bytes = dtls1_read_bytes,
178 .ssl_read_bytes = dtls1_read_bytes,
281 .ssl_read_bytes = ssl3_read_bytes,
321 .ssl_read_bytes = ssl3_read_bytes,
341 .ssl_read_bytes = ssl3_read_bytes,
361 .ssl_read_bytes = ssl3_read_bytes,
[all …]
H A Dd1_both.c600 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, in dtls1_reassemble_fragment()
612 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, in dtls1_reassemble_fragment()
690 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, in dtls1_process_out_of_seq_message()
712 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, in dtls1_process_out_of_seq_message()
757 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, wire, in dtls1_get_message_fragment()
826 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, in dtls1_get_message_fragment()
H A Dssl_both.c285 i = s->method->ssl_read_bytes(s, in ssl3_get_message()
350 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, in ssl3_get_message()
H A Ds3_lib.c2439 s->method->ssl_read_bytes(s, 0, NULL, 0, 0); in ssl3_shutdown()
2474 ret = s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, buf, len, in ssl3_read_internal()
2485 ret = s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, in ssl3_read_internal()
H A Dssl_local.h374 int (*ssl_read_bytes)(SSL *s, int type, unsigned char *buf, int len, member
/openbsd/usr.sbin/unbound/dnstap/
H A Ddtstream.c1005 static int ssl_read_bytes(struct dt_io_thread* dtio, void* buf, size_t len) in ssl_read_bytes() function
1084 r = ssl_read_bytes(dtio, in dtio_read_accept_frame()
1130 r = ssl_read_bytes(dtio, dtio->read_frame.buf+ in dtio_read_accept_frame()
H A Dunbound-dnstap-socket.c775 static ssize_t ssl_read_bytes(struct tap_data* data, void* buf, size_t len) in ssl_read_bytes() function
821 return ssl_read_bytes(data, buf, len); in tap_receive()