Lines Matching refs:sshkey_is_cert
373 sshkey_is_cert(const struct sshkey *k) in sshkey_is_cert() function
604 if (sshkey_is_cert(k)) { in sshkey_new()
677 if (sshkey_is_cert(k)) in sshkey_free()
791 if (sshkey_is_cert(a)) { in sshkey_equal()
811 if (sshkey_is_cert(key)) { in to_blob_buf()
1396 if (sshkey_is_cert(ret)) { in sshkey_read()
1397 if (!sshkey_is_cert(k)) { in sshkey_read()
1961 if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0) in sshkey_from_private()
2571 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()
2907 if (!sshkey_is_cert(k)) in sshkey_certify_custom()
3086 if (!sshkey_is_cert(k)) { in sshkey_cert_check_authority()