| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 ssh_hmac_update_buffer| Name:  | ssh_hmac_update_buffer |  | Prototype:  | int ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/hmac.c |  | Lines:  | 98-102 |  
  |  | 1 | 1 | 
 ssh_init_forwarding| Name:  | ssh_init_forwarding |  | Prototype:  | static void ssh_init_forwarding(struct ssh *ssh, char **ifname) |  | Coverage:  |   0.000% (0/34) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/ssh.c |  | Lines:  | 1665-1733 |  
  |  | 77 | 10 | 
 ssh_init_stdio_forwarding| Name:  | ssh_init_stdio_forwarding |  | Prototype:  | static void ssh_init_stdio_forwarding(struct ssh *ssh) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/ssh.c |  | Lines:  | 1643-1663 |  
  |  | 30 | 4 | 
 ssh_input_space| Name:  | ssh_input_space |  | Prototype:  | int ssh_input_space(struct ssh *ssh, size_t len) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/ssh_api.c |  | Lines:  | 307-311 |  
  |  | 1 | 1 | 
 ssh_kex2| Name:  | ssh_kex2 |  | Prototype:  | void ssh_kex2(char *host, struct sockaddr *hostaddr, u_short port) |  | Coverage:  |   0.000% (0/24) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect2.c |  | Lines:  | 157-241 |  
  |  | 59 | 7 | 
 ssh_keysign| Name:  | ssh_keysign |  | Prototype:  | static int ssh_keysign(struct sshkey *key, u_char **sigp, size_t *lenp, const u_char *data, size_t datalen) |  | Coverage:  |   0.000% (0/64) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect2.c |  | Lines:  | 1804-1916 |  
  |  | 193 | 22 | 
 ssh_kill_proxy_command| Name:  | ssh_kill_proxy_command |  | Prototype:  | void ssh_kill_proxy_command(void) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect.c |  | Lines:  | 256-265 |  
  |  | 6 | 2 | 
 ssh_krl_check_key| Name:  | ssh_krl_check_key |  | Prototype:  | int ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 1316-1331 |  
  |  | 8 | 4 | 
 ssh_krl_file_contains_key| Name:  | ssh_krl_file_contains_key |  | Prototype:  | int ssh_krl_file_contains_key(const char *path, const struct sshkey *key) |  | Coverage:  |   0.000% (0/23) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 1333-1366 |  
  |  | 55 | 9 | 
 ssh_krl_free| Name:  | ssh_krl_free |  | Prototype:  | void ssh_krl_free(struct ssh_krl *krl) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 163-192 |  
  |  | 41 | 7 | 
 ssh_krl_from_blob| Name:  | ssh_krl_from_blob |  | Prototype:  | int ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp, const struct sshkey **sign_ca_keys, size_t nsign_ca_keys) |  | Coverage:  |   0.000% (0/159) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 983-1216 |  
  |  | 237 | 49 | 
 ssh_krl_init| Name:  | ssh_krl_init |  | Prototype:  | struct ssh_krl * ssh_krl_init(void) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 131-143 |  
  |  | 30 | 2 | 
 ssh_krl_revoke_cert_by_key_id| Name:  | ssh_krl_revoke_cert_by_key_id |  | Prototype:  | int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, const char *key_id) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 342-365 |  
  |  | 54 | 5 | 
 ssh_krl_revoke_cert_by_serial| Name:  | ssh_krl_revoke_cert_by_serial |  | Prototype:  | int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t serial) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 321-326 |  
  |  | 1 | 1 | 
 ssh_krl_revoke_cert_by_serial_range| Name:  | ssh_krl_revoke_cert_by_serial_range |  | Prototype:  | int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 328-340 |  
  |  | 7 | 3 | 
 ssh_krl_revoke_key| Name:  | ssh_krl_revoke_key |  | Prototype:  | int ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 453-469 |  
  |  | 9 | 3 | 
 ssh_krl_revoke_key_explicit| Name:  | ssh_krl_revoke_key_explicit |  | Prototype:  | int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 405-416 |  
  |  | 7 | 2 | 
 ssh_krl_revoke_key_sha1| Name:  | ssh_krl_revoke_key_sha1 |  | Prototype:  | int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const u_char *p, size_t len) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 435-442 |  
  |  | 4 | 2 | 
 ssh_krl_revoke_key_sha256| Name:  | ssh_krl_revoke_key_sha256 |  | Prototype:  | int ssh_krl_revoke_key_sha256(struct ssh_krl *krl, const u_char *p, size_t len) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 444-451 |  
  |  | 4 | 2 | 
 ssh_krl_set_comment| Name:  | ssh_krl_set_comment |  | Prototype:  | int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 200-207 |  
  |  | 38 | 3 | 
 ssh_krl_set_version| Name:  | ssh_krl_set_version |  | Prototype:  | void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 194-198 |  
  |  | 1 | 1 | 
 ssh_krl_to_blob| Name:  | ssh_krl_to_blob |  | Prototype:  | int ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf, const struct sshkey **sign_keys, u_int nsign_keys) |  | Coverage:  |   0.000% (0/90) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/krl.c |  | Lines:  | 733-827 |  
  |  | 94 | 24 | 
 ssh_local_cmd| Name:  | ssh_local_cmd |  | Prototype:  | int ssh_local_cmd(const char *args) |  | Coverage:  |   0.000% (0/27) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect.c |  | Lines:  | 1517-1552 |  
  |  | 93 | 8 | 
 ssh_local_ipaddr| Name:  | ssh_local_ipaddr |  | Prototype:  | const char * ssh_local_ipaddr(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 551-556 |  
  |  | 2 | 1 | 
 ssh_local_port| Name:  | ssh_local_port |  | Prototype:  | int ssh_local_port(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 560-565 |  
  |  | 2 | 1 | 
 ssh_lock_agent| Name:  | ssh_lock_agent |  | Prototype:  | int ssh_lock_agent(int sock, int lock, const char *password) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/authfd.c |  | Lines:  | 179-199 |  
  |  | 17 | 6 | 
 ssh_login| Name:  | ssh_login |  | Prototype:  | void ssh_login(Sensitive *sensitive, const char *orighost, struct sockaddr *hostaddr, u_short port, struct passwd *pw, int timeout_ms) |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect.c |  | Lines:  | 1403-1429 |  
  |  | 12 | 1 | 
 ssh_msg_recv| Name:  | ssh_msg_recv |  | Prototype:  | int ssh_msg_recv(int fd, struct sshbuf *m) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/msg.c |  | Lines:  | 65-94 |  
  |  | 28 | 6 | 
 ssh_msg_send| Name:  | ssh_msg_send |  | Prototype:  | int ssh_msg_send(int fd, u_char type, struct sshbuf *m) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/msg.c |  | Lines:  | 44-63 |  
  |  | 12 | 3 | 
 ssh_output_space| Name:  | ssh_output_space |  | Prototype:  | int ssh_output_space(struct ssh *ssh, size_t len) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/ssh_api.c |  | Lines:  | 301-305 |  
  |  | 1 | 1 | 
 ssh_packet_clear_keys| Name:  | ssh_packet_clear_keys |  | Prototype:  | void ssh_packet_clear_keys(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 652-656 |  
  |  | 1 | 1 | 
 ssh_packet_connection_af| Name:  | ssh_packet_connection_af |  | Prototype:  | int ssh_packet_connection_af(struct ssh *ssh) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 463-479 |  
  |  | 24 | 3 | 
 ssh_packet_disconnect| Name:  | ssh_packet_disconnect |  | Prototype:  | void ssh_packet_disconnect(struct ssh *ssh, const char *fmt,...) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1859-1896 |  
  |  | 33 | 4 | 
 ssh_packet_get_bignum2| Name:  | ssh_packet_get_bignum2 |  | Prototype:  | void ssh_packet_get_bignum2(struct ssh *ssh, BIGNUM * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 148-155 |  
  |  | 3 | 2 | 
 ssh_packet_get_bytes| Name:  | ssh_packet_get_bytes |  | Prototype:  | void ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 454-461 |  
  |  | 4 | 3 | 
 ssh_packet_get_char| Name:  | ssh_packet_get_char |  | Prototype:  | u_int ssh_packet_get_char(struct ssh *ssh) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 113-122 |  
  |  | 5 | 2 | 
 ssh_packet_get_connection_in| Name:  | ssh_packet_get_connection_in |  | Prototype:  | int ssh_packet_get_connection_in(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 495-499 |  
  |  | 1 | 1 | 
 ssh_packet_get_connection_out| Name:  | ssh_packet_get_connection_out |  | Prototype:  | int ssh_packet_get_connection_out(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 503-507 |  
  |  | 1 | 1 | 
 ssh_packet_get_cstring| Name:  | ssh_packet_get_cstring |  | Prototype:  | char * ssh_packet_get_cstring(struct ssh *ssh, u_int *length_ptr) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 197-209 |  
  |  | 10 | 3 | 
 ssh_packet_get_ecpoint| Name:  | ssh_packet_get_ecpoint |  | Prototype:  | void ssh_packet_get_ecpoint(struct ssh *ssh, const EC_GROUP *curve, EC_POINT *point) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 158-165 |  
  |  | 3 | 2 | 
 ssh_packet_get_int| Name:  | ssh_packet_get_int |  | Prototype:  | u_int ssh_packet_get_int(struct ssh *ssh) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 124-133 |  
  |  | 5 | 2 | 
 ssh_packet_get_int64| Name:  | ssh_packet_get_int64 |  | Prototype:  | u_int64_t ssh_packet_get_int64(struct ssh *ssh) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 135-144 |  
  |  | 5 | 2 | 
 ssh_packet_get_maxsize| Name:  | ssh_packet_get_maxsize |  | Prototype:  | u_int ssh_packet_get_maxsize(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2097-2101 |  
  |  | 1 | 1 | 
 ssh_packet_get_mux| Name:  | ssh_packet_get_mux |  | Prototype:  | int ssh_packet_get_mux(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 341-345 |  
  |  | 1 | 1 | 
 ssh_packet_get_protocol_flags| Name:  | ssh_packet_get_protocol_flags |  | Prototype:  | u_int ssh_packet_get_protocol_flags(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 668-672 |  
  |  | 1 | 1 | 
 ssh_packet_get_rekey_timeout| Name:  | ssh_packet_get_rekey_timeout |  | Prototype:  | time_t ssh_packet_get_rekey_timeout(struct ssh *ssh) |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2112-2120 |  
  |  | 4 | 1 | 
 ssh_packet_get_string| Name:  | ssh_packet_get_string |  | Prototype:  | void * ssh_packet_get_string(struct ssh *ssh, u_int *length_ptr) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 169-181 |  
  |  | 10 | 3 | 
 ssh_packet_get_string_ptr| Name:  | ssh_packet_get_string_ptr |  | Prototype:  | const void * ssh_packet_get_string_ptr(struct ssh *ssh, u_int *length_ptr) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 183-195 |  
  |  | 10 | 3 | 
 ssh_packet_have_data_to_write| Name:  | ssh_packet_have_data_to_write |  | Prototype:  | int ssh_packet_have_data_to_write(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1989-1993 |  
  |  | 1 | 1 | 
 ssh_packet_inc_alive_timeouts| Name:  | ssh_packet_inc_alive_timeouts |  | Prototype:  | int ssh_packet_inc_alive_timeouts(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2085-2089 |  
  |  | 1 | 1 | 
 ssh_packet_init_compression| Name:  | ssh_packet_init_compression |  | Prototype:  | static int ssh_packet_init_compression(struct ssh *ssh) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 679-686 |  
  |  | 8 | 2 | 
 ssh_packet_is_interactive| Name:  | ssh_packet_is_interactive |  | Prototype:  | int ssh_packet_is_interactive(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2059-2063 |  
  |  | 1 | 1 | 
 ssh_packet_not_very_much_data_to_write| Name:  | ssh_packet_not_very_much_data_to_write |  | Prototype:  | int ssh_packet_not_very_much_data_to_write(struct ssh *ssh) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1997-2004 |  
  |  | 3 | 2 | 
 ssh_packet_payload| Name:  | ssh_packet_payload |  | Prototype:  | const u_char * ssh_packet_payload(struct ssh *ssh, size_t *lenp) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/ssh_api.c |  | Lines:  | 268-272 |  
  |  | 1 | 1 | 
 ssh_packet_process_incoming| Name:  | ssh_packet_process_incoming |  | Prototype:  | int ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1736-1755 |  
  |  | 12 | 5 | 
 ssh_packet_put| Name:  | ssh_packet_put |  | Prototype:  | int ssh_packet_put(struct ssh *ssh, int type, const u_char *data, size_t len) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/ssh_api.c |  | Lines:  | 274-284 |  
  |  | 6 | 2 | 
 ssh_packet_put_bignum2| Name:  | ssh_packet_put_bignum2 |  | Prototype:  | void ssh_packet_put_bignum2(struct ssh *ssh, BIGNUM * value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 82-89 |  
  |  | 3 | 2 | 
 ssh_packet_put_char| Name:  | ssh_packet_put_char |  | Prototype:  | void ssh_packet_put_char(struct ssh *ssh, int value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 25-33 |  
  |  | 4 | 2 | 
 ssh_packet_put_cstring| Name:  | ssh_packet_put_cstring |  | Prototype:  | void ssh_packet_put_cstring(struct ssh *ssh, const char *str) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 62-69 |  
  |  | 3 | 2 | 
 ssh_packet_put_ecpoint| Name:  | ssh_packet_put_ecpoint |  | Prototype:  | void ssh_packet_put_ecpoint(struct ssh *ssh, const EC_GROUP *curve, const EC_POINT *point) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 92-100 |  
  |  | 3 | 2 | 
 ssh_packet_put_int| Name:  | ssh_packet_put_int |  | Prototype:  | void ssh_packet_put_int(struct ssh *ssh, u_int value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 35-42 |  
  |  | 3 | 2 | 
 ssh_packet_put_int64| Name:  | ssh_packet_put_int64 |  | Prototype:  | void ssh_packet_put_int64(struct ssh *ssh, u_int64_t value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 44-51 |  
  |  | 3 | 2 | 
 ssh_packet_put_raw| Name:  | ssh_packet_put_raw |  | Prototype:  | void ssh_packet_put_raw(struct ssh *ssh, const void *buf, u_int len) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 71-78 |  
  |  | 3 | 2 | 
 ssh_packet_put_string| Name:  | ssh_packet_put_string |  | Prototype:  | void ssh_packet_put_string(struct ssh *ssh, const void *buf, u_int len) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 53-60 |  
  |  | 3 | 2 | 
 ssh_packet_rdomain_in| Name:  | ssh_packet_rdomain_in |  | Prototype:  | const char * ssh_packet_rdomain_in(struct ssh *ssh) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 568-577 |  
  |  | 12 | 3 | 
 ssh_packet_read| Name:  | ssh_packet_read |  | Prototype:  | int ssh_packet_read(struct ssh *ssh) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1371-1380 |  
  |  | 9 | 2 | 
 ssh_packet_read_expect| Name:  | ssh_packet_read_expect |  | Prototype:  | int ssh_packet_read_expect(struct ssh *ssh, u_int expected_type) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1387-1403 |  
  |  | 15 | 4 | 
 ssh_packet_read_poll2_mux| Name:  | ssh_packet_read_poll2_mux |  | Prototype:  | static int ssh_packet_read_poll2_mux(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) |  | Coverage:  |   0.000% (0/30) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1405-1441 |  
  |  | 33 | 8 | 
 ssh_packet_read_poll_seqnr| Name:  | ssh_packet_read_poll_seqnr |  | Prototype:  | int ssh_packet_read_poll_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) |  | Coverage:  |   0.000% (0/32) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1675-1729 |  
  |  | 63 | 12 | 
 ssh_packet_read_seqnr| Name:  | ssh_packet_read_seqnr |  | Prototype:  | int ssh_packet_read_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) |  | Coverage:  |   0.000% (0/50) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1281-1369 |  
  |  | 104 | 18 | 
 ssh_packet_remaining| Name:  | ssh_packet_remaining |  | Prototype:  | int ssh_packet_remaining(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1757-1761 |  
  |  | 1 | 1 | 
 ssh_packet_send| Name:  | ssh_packet_send |  | Prototype:  | void ssh_packet_send(struct ssh *ssh) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 104-111 |  
  |  | 3 | 2 | 
 ssh_packet_send_debug| Name:  | ssh_packet_send_debug |  | Prototype:  | void ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1771-1794 |  
  |  | 32 | 3 | 
 ssh_packet_send_mux| Name:  | ssh_packet_send_mux |  | Prototype:  | static int ssh_packet_send_mux(struct ssh *ssh) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2585-2613 |  
  |  | 21 | 6 | 
 ssh_packet_set_alive_timeouts| Name:  | ssh_packet_set_alive_timeouts |  | Prototype:  | void ssh_packet_set_alive_timeouts(struct ssh *ssh, int ka) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2091-2095 |  
  |  | 1 | 1 | 
 ssh_packet_set_authenticated| Name:  | ssh_packet_set_authenticated |  | Prototype:  | void ssh_packet_set_authenticated(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2128-2132 |  
  |  | 1 | 1 | 
 ssh_packet_set_input_hook| Name:  | ssh_packet_set_input_hook |  | Prototype:  | void ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 264-269 |  
  |  | 2 | 1 | 
 ssh_packet_set_interactive| Name:  | ssh_packet_set_interactive |  | Prototype:  | void ssh_packet_set_interactive(struct ssh *ssh, int interactive, int qos_interactive, int qos_bulk) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2037-2055 |  
  |  | 10 | 3 | 
 ssh_packet_set_log_preamble| Name:  | ssh_packet_set_log_preamble |  | Prototype:  | int ssh_packet_set_log_preamble(struct ssh *ssh, const char *fmt, ...) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 347-364 |  
  |  | 35 | 3 | 
 ssh_packet_set_maxsize| Name:  | ssh_packet_set_maxsize |  | Prototype:  | int ssh_packet_set_maxsize(struct ssh *ssh, u_int s) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2065-2083 |  
  |  | 12 | 3 | 
 ssh_packet_set_mux| Name:  | ssh_packet_set_mux |  | Prototype:  | void ssh_packet_set_mux(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 334-339 |  
  |  | 2 | 1 | 
 ssh_packet_set_nonblocking| Name:  | ssh_packet_set_nonblocking |  | Prototype:  | void ssh_packet_set_nonblocking(struct ssh *ssh) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 483-491 |  
  |  | 3 | 2 | 
 ssh_packet_set_protocol_flags| Name:  | ssh_packet_set_protocol_flags |  | Prototype:  | void ssh_packet_set_protocol_flags(struct ssh *ssh, u_int protocol_flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 660-664 |  
  |  | 1 | 1 | 
 ssh_packet_set_rekey_limits| Name:  | ssh_packet_set_rekey_limits |  | Prototype:  | void ssh_packet_set_rekey_limits(struct ssh *ssh, u_int64_t bytes, u_int32_t seconds) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2103-2110 |  
  |  | 4 | 1 | 
 ssh_packet_set_timeout| Name:  | ssh_packet_set_timeout |  | Prototype:  | void ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 319-332 |  
  |  | 7 | 3 | 
 ssh_packet_set_tos| Name:  | ssh_packet_set_tos |  | Prototype:  | void ssh_packet_set_tos(struct ssh *ssh, int tos) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 2006-2033 |  
  |  | 39 | 6 | 
 ssh_packet_start| Name:  | ssh_packet_start |  | Prototype:  | void ssh_packet_start(struct ssh *ssh, u_char type) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/opacket.c |  | Lines:  | 16-23 |  
  |  | 3 | 2 | 
 ssh_packet_start_discard| Name:  | ssh_packet_start_discard |  | Prototype:  | static int ssh_packet_start_discard(struct ssh *ssh, struct sshenc *enc, struct sshmac *mac, size_t mac_already, u_int discard) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 393-417 |  
  |  | 17 | 5 | 
 ssh_packet_stop_discard| Name:  | ssh_packet_stop_discard |  | Prototype:  | int ssh_packet_stop_discard(struct ssh *ssh) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 366-391 |  
  |  | 23 | 5 | 
 ssh_packet_write_poll| Name:  | ssh_packet_write_poll |  | Prototype:  | int ssh_packet_write_poll(struct ssh *ssh) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1902-1924 |  
  |  | 36 | 6 | 
 ssh_packet_write_wait| Name:  | ssh_packet_write_wait |  | Prototype:  | int ssh_packet_write_wait(struct ssh *ssh) |  | Coverage:  |   0.000% (0/39) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 1930-1985 |  
  |  | 92 | 13 | 
 ssh_proxy_connect| Name:  | ssh_proxy_connect |  | Prototype:  | static int ssh_proxy_connect(struct ssh *ssh, const char *host, u_short port, const char *proxy_command) |  | Coverage:  |   0.000% (0/30) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect.c |  | Lines:  | 184-254 |  
  |  | 70 | 9 | 
 ssh_proxy_fdpass_connect| Name:  | ssh_proxy_fdpass_connect |  | Prototype:  | static int ssh_proxy_fdpass_connect(struct ssh *ssh, const char *host, u_short port, const char *proxy_command) |  | Coverage:  |   0.000% (0/39) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect.c |  | Lines:  | 106-179 |  
  |  | 83 | 14 | 
 ssh_put_password| Name:  | ssh_put_password |  | Prototype:  | void ssh_put_password(char *password) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sshconnect.c |  | Lines:  | 1431-1447 |  
  |  | 11 | 2 | 
 ssh_remote_port| Name:  | ssh_remote_port |  | Prototype:  | int ssh_remote_port(struct ssh *ssh) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/packet.c |  | Lines:  | 539-544 |  
  |  | 2 | 1 | 
 ssh_remove_all_identities| Name:  | ssh_remove_all_identities |  | Prototype:  | int ssh_remove_all_identities(int sock, int version) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/authfd.c |  | Lines:  | 559-580 |  
  |  | 18 | 6 | 
 ssh_remove_identity| Name:  | ssh_remove_identity |  | Prototype:  | int ssh_remove_identity(int sock, struct sshkey *key) |  | Coverage:  |   0.000% (0/26) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/authfd.c |  | Lines:  | 477-511 |  
  |  | 33 | 9 | 
 ssh_request_reply| Name:  | ssh_request_reply |  | Prototype:  | static int ssh_request_reply(int sock, struct sshbuf *request, struct sshbuf *reply) |  | Coverage:  |   0.000% (0/24) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/authfd.c |  | Lines:  | 123-164 |  
  |  | 25 | 8 | 
 ssh_sandbox_child| Name:  | ssh_sandbox_child |  | Prototype:  | void ssh_sandbox_child(struct ssh_sandbox *box) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sandbox-seccomp-filter.c |  | Lines:  | 329-364 |  
  |  | 68 | 7 | 
 ssh_sandbox_init| Name:  | ssh_sandbox_init |  | Prototype:  | struct ssh_sandbox * ssh_sandbox_init(struct monitor *monitor) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/opencoverage/opencoverage/guest-scripts/openssh/src/sandbox-seccomp-filter.c |  | Lines:  | 276-290 |  
  |  | 5 | 1 |