sshkey_type_is_cert
if (k == NULL || !sshkey_type_is_cert(k->type) || k->cert == NULL ||
if (sshkey_type_is_cert(ktype) &&
if (keyp == NULL || sshkey_type_is_cert(type))
if (!allow_cert && sshkey_type_is_cert(type)) {
if (sshkey_type_is_cert(type)) {
if (!sshkey_type_is_cert(key->type))
if (!sshkey_type_is_cert(k->type))
if (sshkey_type_is_cert(type)) {
} else if (plain_only && sshkey_type_is_cert(type)) {
return sshkey_type_is_cert(k->type);
if (sshkey_type_is_cert(type)) {
int sshkey_type_is_cert(int);