Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c662 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, NULL, in dtls1_reassemble_fragment()
673 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, NULL, in dtls1_reassemble_fragment()
756 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, NULL, in dtls1_process_out_of_seq_message()
781 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, NULL, in dtls1_process_out_of_seq_message()
846 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, &recvd_type, p, in dtls_get_reassembled_message()
951 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, NULL, in dtls_get_reassembled_message()
H A Dstatem_lib.c1567 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, &recvd_type, in tls_get_message_header()
1681 i = ssl->method->ssl_read_bytes(ssl, SSL3_RT_HANDSHAKE, NULL, in tls_get_message_body()
/freebsd/contrib/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.c776 static ssize_t ssl_read_bytes(struct tap_data* data, void* buf, size_t len) in ssl_read_bytes()
822 return ssl_read_bytes(data, buf, len); in tap_receive()
775 static ssize_t ssl_read_bytes(struct tap_data* data, void* buf, size_t len) ssl_read_bytes() function
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c5020 s->method->ssl_read_bytes(s, 0, NULL, NULL, 0, 0, &readbytes); in ssl3_shutdown()
5061 ret = s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal()
5072 ret = s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
H A Dssl_local.h423 int (*ssl_read_bytes)(SSL *s, uint8_t type, uint8_t *recvd_type, member