Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_dtls.c579 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_reassemble_fragment()
592 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_reassemble_fragment()
676 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_process_out_of_seq_message()
703 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_process_out_of_seq_message()
761 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire, in dtls_get_reassembled_message()
860 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls_get_reassembled_message()
H A Dstatem_lib.c1160 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, in tls_get_message_header()
1275 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in tls_get_message_body()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_dtls.c644 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_reassemble_fragment()
657 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_reassemble_fragment()
741 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_process_out_of_seq_message()
768 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls1_process_out_of_seq_message()
827 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire, in dtls_get_reassembled_message()
933 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, NULL, in dtls_get_reassembled_message()
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c999 static int ssl_read_bytes(struct dt_io_thread* dtio, void* buf, size_t len) in ssl_read_bytes() function
1078 r = ssl_read_bytes(dtio, in dtio_read_accept_frame()
1124 r = ssl_read_bytes(dtio, dtio->read_frame.buf+ in dtio_read_accept_frame()
H A Dunbound-dnstap-socket.c680 static ssize_t ssl_read_bytes(struct tap_data* data, void* buf, size_t len) in ssl_read_bytes() function
726 return ssl_read_bytes(data, buf, len); in tap_receive()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Ds3_lib.c4444 s->method->ssl_read_bytes(s, 0, NULL, NULL, 0, 0, &readbytes); in ssl3_shutdown()
4477 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal()
4489 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
H A Dssl_local.h453 int (*ssl_read_bytes) (SSL *s, int type, int *recvd_type, member
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_lib.c4434 s->method->ssl_read_bytes(s, 0, NULL, NULL, 0, 0, &readbytes); in ssl3_shutdown()
4467 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, len, in ssl3_read_internal()
4479 s->method->ssl_read_bytes(s, SSL3_RT_APPLICATION_DATA, NULL, buf, in ssl3_read_internal()
H A Dssl_local.h501 int (*ssl_read_bytes) (SSL *s, int type, int *recvd_type, member