Searched refs:HKF_MATCH_HOST (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/regress/unittests/hostkeys/ |
H A D | test_iterate.c | 207 { "dsa_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 221 { "ecdsa_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 235 { "ed25519_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 249 { "rsa_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 291 { "dsa_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 305 { "ecdsa_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 319 { "ed25519_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 333 { "rsa_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 375 { "dsa_3.pub" , -1, -1, HKF_MATCH_HOST, HKF_MATCH_HOST, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 389 { "ecdsa_3.pub" , -1, -1, HKF_MATCH_HOST, HKF_MATCH_HOST, HKF_MATCH_IP, HKF_MATCH_IP, -1, { [all …]
|
/freebsd/crypto/openssh/ |
H A D | hostfile.h | 80 #define HKF_MATCH_HOST (1) /* hostname matched */ macro
|
H A D | hostfile.c | 652 want = HKF_MATCH_HOST | (ip == NULL ? 0 : HKF_MATCH_IP); in hostfile_replace_entries() 670 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries() 826 lineinfo.match |= HKF_MATCH_HOST | in hostkeys_foreach_file()
|
H A D | clientloop.c | 2121 if ((l->match & HKF_MATCH_HOST) == 0) { in hostkeys_find() 2537 want = HKF_MATCH_HOST | ( options.check_host_ip ? HKF_MATCH_IP : 0); in client_input_hostkeys()
|
H A D | sshconnect.c | 751 if ((l->match & HKF_MATCH_HOST) != 0) in hostkeys_find_by_key_cb()
|