Home
last modified time | relevance | path

Searched refs:sshkey_is_cert (Results 1 – 11 of 11) sorted by relevance

/external/openssh/
Dkey.h52 #define key_is_cert sshkey_is_cert
Dkrl.c369 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()
Dsshkey.h135 int sshkey_is_cert(const struct sshkey *);
Dsshkey.c308 sshkey_is_cert(const struct sshkey *k) in sshkey_is_cert() function
521 if (sshkey_is_cert(k)) { in sshkey_new()
632 if (sshkey_is_cert(k)) in sshkey_free()
719 if (sshkey_is_cert(a)) { in sshkey_equal()
735 if (sshkey_is_cert(key)) { in to_blob_buf()
1326 if (sshkey_is_cert(ret)) { in sshkey_read()
1327 if (!sshkey_is_cert(k)) { in sshkey_read()
1828 if (sshkey_is_cert(k)) { in sshkey_from_private()
2125 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()
2392 if (!sshkey_is_cert(k)) in sshkey_certify()
Dhostfile.c310 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()
Dauthfile.c547 (check_ca && sshkey_is_cert(key) && in sshkey_in_file()
Dsshconnect.c1253 if (sshkey_is_cert(host_key)) { in verify_host_key()
1314 if (sshkey_is_cert(plain)) in verify_host_key()
Dssh_api.c511 (sshkey_is_cert(k->key) && k->key->type == in _ssh_order_hostkeyalgs()
Dsshd.c846 sshkey_is_cert(key))
Dclientloop.c2465 if (sshkey_is_cert(key)) { in client_input_hostkeys()
Dssh-keygen.c1964 if (!sshkey_is_cert(key)) { in do_show_cert()