Searched refs:key_type_allowed (Results 1 – 1 of 1) sorted by relevance
88 static int key_type_allowed(struct sshkey *, const char *);98 if (!key_type_allowed(hostkey, options.hostkeyalgorithms)) { in verify_host_key_callback()1609 key_type_allowed(struct sshkey *key, const char *allowlist) in key_type_allowed() function1637 return key_type_allowed(key, options.pubkey_accepted_algos); in key_type_allowed_by_config()