Searched refs:keyimpls (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dsshkey.c134 const struct sshkey_impl * const keyimpls[] = { variable
180 for (i = 0; keyimpls[i] != NULL; i++) {
181 if (keyimpls[i]->type == type)
182 return keyimpls[i];
192 for (i = 0; keyimpls[i] != NULL; i++) {
193 if (keyimpls[i]->type == type &&
194 (keyimpls[i]->nid == 0 || keyimpls[i]->nid == nid))
195 return keyimpls[i];
257 for (i = 0; keyimpls[
[all...]

Completed in 143 milliseconds