Searched refs:HKF_MATCH_HOST (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/crypto/openssh/regress/unittests/hostkeys/ |
| D | test_iterate.c | 198 { "dsa_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 212 { "ecdsa_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 226 { "ed25519_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 240 { "rsa_1.pub" , -1, -1, 0, HKF_MATCH_HOST, 0, 0, -1, { 282 { "dsa_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 296 { "ecdsa_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 310 { "ed25519_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 324 { "rsa_2.pub" , -1, -1, HKF_MATCH_HOST, 0, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 366 { "dsa_3.pub" , -1, -1, HKF_MATCH_HOST, HKF_MATCH_HOST, HKF_MATCH_IP, HKF_MATCH_IP, -1, { 380 { "ecdsa_3.pub" , -1, -1, HKF_MATCH_HOST, HKF_MATCH_HOST, HKF_MATCH_IP, HKF_MATCH_IP, -1, { [all …]
|
| /freebsd-12-stable/crypto/openssh/ |
| D | hostfile.h | 80 #define HKF_MATCH_HOST (1) /* hostname matched */ macro
|
| D | hostfile.c | 643 want = HKF_MATCH_HOST | (ip == NULL ? 0 : HKF_MATCH_IP); in hostfile_replace_entries() 661 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries() 817 lineinfo.match |= HKF_MATCH_HOST | in hostkeys_foreach_file()
|
| D | clientloop.c | 1895 if ((l->match & HKF_MATCH_HOST) == 0) { in hostkeys_find() 2330 want = HKF_MATCH_HOST | ( options.check_host_ip ? HKF_MATCH_IP : 0); in client_input_hostkeys()
|
| D | sshconnect.c | 721 if ((l->match & HKF_MATCH_HOST) != 0) in hostkeys_find_by_key_cb()
|