Searched refs:sshkey_is_cert (Results 1 – 16 of 16) sorted by relevance
142 if (sshkey_is_cert(key)) in userauth_pubkey()560 int want_keytype = sshkey_is_cert(key) ? KEY_UNSPEC : key->type; in check_authkey_line()599 if (sshkey_is_cert(key)) { in check_authkey_line()616 sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp); in check_authkey_line()619 sshkey_is_cert(key), loc) != 0) { in check_authkey_line()624 if (!sshkey_is_cert(key)) { in check_authkey_line()740 if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL) in user_cert_trusted_ca()1003 if (sshkey_is_cert(key) && in user_key_allowed()
209 if (sshkey_is_cert(key) && in hostbased_key_allowed()229 if (sshkey_is_cert(key)) { in hostbased_key_allowed()
853 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key()904 want_cert = sshkey_is_cert(host_key); in check_host_key()1294 if (sshkey_is_cert(host_key)) { in verify_host_key()1354 if (sshkey_is_cert(plain)) in verify_host_key()
369 if (sshkey_is_cert(kcopy)) { in plain_key_blob()428 if (!sshkey_is_cert(key)) in ssh_krl_revoke_key()1225 if (!sshkey_is_cert(key)) in is_key_revoked()1256 if (sshkey_is_cert(key)) { in ssh_krl_check_key()
340 sshkey_is_cert(const struct sshkey *k) in sshkey_is_cert() function547 if (sshkey_is_cert(k)) { in sshkey_new()619 if (sshkey_is_cert(k)) in sshkey_free()725 if (sshkey_is_cert(a)) { in sshkey_equal()745 if (sshkey_is_cert(key)) { in to_blob_buf()1318 if (sshkey_is_cert(ret)) { in sshkey_read()1319 if (!sshkey_is_cert(k)) { in sshkey_read()1852 if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0) in sshkey_from_private()2230 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()2504 if (!sshkey_is_cert(k)) in sshkey_certify_custom()
149 int sshkey_is_cert(const struct sshkey *);
310 int is_cert = sshkey_is_cert(k); in check_key_not_revoked()347 int want_cert = sshkey_is_cert(k); in check_hostkeys_by_key_or_type()
483 (check_ca && sshkey_is_cert(key) && in sshkey_in_file()
843 if (sshkey_is_cert(key)) {882 sshkey_is_cert(key))1863 if (!sshkey_is_cert(key)) {
510 (sshkey_is_cert(k->key) && k->key->type == in _ssh_order_hostkeyalgs()
2054 if (!sshkey_is_cert(public)) { in load_public_identity_files()2094 if (!sshkey_is_cert(public)) { in load_public_identity_files()
285 if (sshkey_is_cert(key)) { in format_method_key()
1177 if (sshkey_is_cert(id->key)) { in sign_and_send_pubkey()1483 if (!sshkey_is_cert(key) || key->cert == NULL || in pubkey_prepare()
738 #define sshkey_is_cert Fssh_sshkey_is_cert macro
2054 if (sshkey_is_cert(key)) { in client_input_hostkeys()
2076 if (!sshkey_is_cert(key)) { in do_show_cert()