Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.c319 sshkey_alg_list(int certs_only, int plain_only, int include_sigonly, char sep) in sshkey_alg_list() argument
331 if ((certs_only && !impl->cert) || (plain_only && impl->cert)) in sshkey_alg_list()
348 sshkey_names_valid2(const char *names, int allow_wildcard, int plain_only) in sshkey_names_valid2() argument
381 } else if (plain_only && sshkey_type_is_cert(type)) { in sshkey_names_valid2()