Searched refs:certs_only (Results 1 – 2 of 2) sorted by relevance
94 bool certs_only109 If the "certs_only" flag is set, then this extension will cause ONLY
334 sshkey_alg_list(int certs_only, int plain_only, int include_sigonly, char sep) in sshkey_alg_list() argument346 if ((certs_only && !impl->cert) || (plain_only && impl->cert)) in sshkey_alg_list()