Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A DPROTOCOL.agent94 bool certs_only
109 If the "certs_only" flag is set, then this extension will cause ONLY
H A Dsshkey.c334 sshkey_alg_list(int certs_only, int plain_only, int include_sigonly, char sep) in sshkey_alg_list() argument
346 if ((certs_only && !impl->cert) || (plain_only && impl->cert)) in sshkey_alg_list()