Searched defs:sshkey_cert_is_legacy (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dsshkey.c294 sshkey_cert_is_legacy(const struct sshkey *k) function
1852 int v00 = sshkey_cert_is_legacy(key);
2427 if (!sshkey_cert_is_legacy(k)) {
2471 if (!sshkey_cert_is_legacy(k)) {
2496 if (!sshkey_cert_is_legacy(k)) {
2502 if (sshkey_cert_is_legacy(k)) {

Completed in 81 milliseconds