Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.c200 sshkey_alg_list(int certs_only, int plain_only, int include_sigonly, char sep) in sshkey_alg_list() argument
211 if ((certs_only && !kt->cert) || (plain_only && kt->cert)) in sshkey_alg_list()