Searched refs:MRK_NONE (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/regress/unittests/hostkeys/ |
H A D | test_iterate.c | 199 MRK_NONE, /* marker (CA / revoked) */ 213 MRK_NONE, 227 MRK_NONE, 241 MRK_NONE, 255 MRK_NONE, 269 MRK_NONE, 283 MRK_NONE, 297 MRK_NONE, 311 MRK_NONE, 325 MRK_NONE, [all …]
|
/freebsd/crypto/openssh/ |
H A D | hostfile.c | 184 int ret = MRK_NONE; in check_markers() 188 if (ret != MRK_NONE) in check_markers() 245 l->marker == MRK_NONE ? "" : in record_hostkey() 356 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE; in check_hostkeys_by_key_or_type() 558 if (l->status == HKF_STATUS_MATCHED && l->marker == MRK_NONE) { in host_delete() 786 lineinfo.marker = MRK_NONE; in hostkeys_foreach_file()
|
H A D | hostfile.h | 22 MRK_ERROR, MRK_NONE, MRK_REVOKE, MRK_CA enumerator
|
H A D | ssh-add.c | 734 if (hke->marker != MRK_NONE && !want_ca) in parse_dest_constraint_hop()
|
H A D | sshconnect.c | 754 if (l->marker != MRK_NONE) in hostkeys_find_by_key_cb()
|
H A D | ssh-keygen.c | 1233 if (was_hashed || has_wild || l->marker != MRK_NONE) { in known_hosts_hash() 1283 if (l->marker != MRK_NONE) { in known_hosts_find_delete()
|
H A D | clientloop.c | 2112 if (l->marker != MRK_NONE) { in hostkeys_find()
|