Lines Matching refs:found
379 Key *k, int keytype, const struct hostkey_entry **found) in check_hostkeys_by_key_or_type() argument
387 if (found != NULL) in check_hostkeys_by_key_or_type()
388 *found = NULL; in check_hostkeys_by_key_or_type()
401 if (found != NULL) in check_hostkeys_by_key_or_type()
402 *found = hostkeys->entries + i; in check_hostkeys_by_key_or_type()
411 if (found != NULL) in check_hostkeys_by_key_or_type()
412 *found = hostkeys->entries + i; in check_hostkeys_by_key_or_type()
418 if (found != NULL) in check_hostkeys_by_key_or_type()
419 *found = hostkeys->entries + i; in check_hostkeys_by_key_or_type()
424 if (found != NULL) in check_hostkeys_by_key_or_type()
425 *found = hostkeys->entries + i; in check_hostkeys_by_key_or_type()
430 if (found != NULL) in check_hostkeys_by_key_or_type()
431 *found = NULL; in check_hostkeys_by_key_or_type()
438 const struct hostkey_entry **found) in check_key_in_hostkeys() argument
442 return check_hostkeys_by_key_or_type(hostkeys, key, 0, found); in check_key_in_hostkeys()
447 const struct hostkey_entry **found) in lookup_key_in_hostkeys_by_type() argument
450 found) == HOST_FOUND); in lookup_key_in_hostkeys_by_type()