Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDhostfile.c356 HostkeyMarker want_marker = want_cert ? MRK_CA : MRK_NONE; in check_hostkeys_by_key_or_type() local
362 if (hostkeys->entries[i].marker != want_marker) in check_hostkeys_by_key_or_type()
425 lookup_marker_in_hostkeys(struct hostkeys *hostkeys, int want_marker) in lookup_marker_in_hostkeys() argument
430 if (hostkeys->entries[i].marker == (HostkeyMarker)want_marker) in lookup_marker_in_hostkeys()