Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c88 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() function
1637 return key_type_allowed(key, options.pubkey_accepted_algos); in key_type_allowed_by_config()