Searched refs:plain_only (Results 1 – 1 of 1) sorted by relevance
200 sshkey_alg_list(int certs_only, int plain_only, int include_sigonly, char sep) in sshkey_alg_list() argument211 if ((certs_only && !kt->cert) || (plain_only && kt->cert)) in sshkey_alg_list()