Searched refs:conn_hash_hex (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sshconnect.h | 37 char *conn_hash_hex; member 72 "C", conn_info->conn_hash_hex, \
|
| D | readconf.c | 689 char uidstr[32], *conn_hash_hex, *keyalias, *ruser; in expand_match_exec_or_include_path() local 714 conn_hash_hex = ssh_connection_hash(thishost, host, in expand_match_exec_or_include_path() 719 "C", conn_hash_hex, in expand_match_exec_or_include_path() 733 free(conn_hash_hex); in expand_match_exec_or_include_path()
|
| D | ssh.c | 610 free(cinfo->conn_hash_hex); in ssh_conn_info_free() 1459 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost, in main()
|