Home
last modified time | relevance | path

Searched refs:MRK_NONE (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c199 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 Dhostfile.c184 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 Dhostfile.h22 MRK_ERROR, MRK_NONE, MRK_REVOKE, MRK_CA enumerator
H A Dssh-add.c734 if (hke->marker != MRK_NONE && !want_ca) in parse_dest_constraint_hop()
H A Dsshconnect.c754 if (l->marker != MRK_NONE) in hostkeys_find_by_key_cb()
H A Dssh-keygen.c1233 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 Dclientloop.c2112 if (l->marker != MRK_NONE) { in hostkeys_find()