Searched refs:sshkey_is_cert (Results 1 – 17 of 17) sorted by relevance
165 if (sshkey_is_cert(key)) in userauth_pubkey()579 int want_keytype = sshkey_is_cert(key) ? KEY_UNSPEC : key->type; in check_authkey_line()618 if (sshkey_is_cert(key)) { in check_authkey_line()635 sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp); in check_authkey_line()638 sshkey_is_cert(key), loc) != 0) { in check_authkey_line()643 if (!sshkey_is_cert(key)) { in check_authkey_line()760 if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL) in user_cert_trusted_ca()1025 if (sshkey_is_cert(key) && in user_key_allowed()
215 if (sshkey_is_cert(key) && in hostbased_key_allowed()235 if (sshkey_is_cert(key)) { in hostbased_key_allowed()
776 if (key == NULL || sshkey_is_cert(key)) in hostkeys_find_by_key()943 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key()1004 want_cert = sshkey_is_cert(host_key); in check_host_key()1436 if (sshkey_is_cert(host_key)) { in verify_host_key()1495 if (sshkey_is_cert(plain)) in verify_host_key()
374 if (sshkey_is_cert(kcopy)) { in plain_key_blob()455 if (!sshkey_is_cert(key)) in ssh_krl_revoke_key()1290 if (!sshkey_is_cert(key)) in is_key_revoked()1321 if (sshkey_is_cert(key)) { in ssh_krl_check_key()
373 sshkey_is_cert(const struct sshkey *k) in sshkey_is_cert() function604 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()[all …]
191 int sshkey_is_cert(const struct sshkey *);
319 int is_cert = sshkey_is_cert(k); in check_key_not_revoked()356 int want_cert = sshkey_is_cert(k); in check_hostkeys_by_key_or_type()
421 (check_ca && sshkey_is_cert(key) && in sshkey_in_file()
836 } else if (sigopts->ca && sshkey_is_cert(sign_key) && in check_allowed_keys_line()1006 } else if (sigopts->ca && sshkey_is_cert(sign_key) && in get_matching_principals_from_line()
766 if (sshkey_is_cert(key)) {805 sshkey_is_cert(key))1951 if (!sshkey_is_cert(key)) {
539 (sshkey_is_cert(k->key) && k->key->type == in _ssh_order_hostkeyalgs()
1823 if (sshkey_is_cert(public)) in do_ca_sign()2155 if (!sshkey_is_cert(key)) { in do_show_cert()2489 if (sshkey_is_cert(pubkey) && !sshkey_is_cert(privkey)) { in load_sign_key()
286 if (sshkey_is_cert(key)) { in format_method_key()
2312 if (!sshkey_is_cert(public)) { in load_public_identity_files()2345 if (!sshkey_is_cert(public)) { in load_public_identity_files()
1363 if (sshkey_is_cert(id->key)) { in sign_and_send_pubkey()1685 if (!sshkey_is_cert(key) || key->cert == NULL || in pubkey_prepare()
795 #define sshkey_is_cert Fssh_sshkey_is_cert macro
2245 if (sshkey_is_cert(key)) { in client_input_hostkeys()