Home
last modified time | relevance | path

Searched refs:sshkey_type_is_cert (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssh/
H A Dsshkey.c227 sshkey_type_is_cert(int type) in sshkey_type_is_cert() function
393 } else if (plain_only && sshkey_type_is_cert(type)) { in sshkey_names_valid2()
430 return sshkey_type_is_cert(k->type); in sshkey_is_cert()
890 if (sshkey_type_is_cert(type)) { in to_blob_buf()
1511 if (keyp == NULL || sshkey_type_is_cert(type)) in sshkey_generate()
2026 if (!allow_cert && sshkey_type_is_cert(type)) { in sshkey_from_blob_internal()
2038 if (sshkey_type_is_cert(type)) { in sshkey_from_blob_internal()
2137 if (!sshkey_type_is_cert(key->type)) in sshkey_check_cert_sigtype()
2268 if (!sshkey_type_is_cert(k->type)) in sshkey_drop_cert()
2630 if (sshkey_type_is_cert(type)) { in sshkey_private_deserialize()
H A Dsshkey.h232 int sshkey_type_is_cert(int);
H A Dauth-options.c507 if (k == NULL || !sshkey_type_is_cert(k->type) || k->cert == NULL || in sshauthopt_from_cert()
H A Dssh_namespace.h934 #define sshkey_type_is_cert Fssh_sshkey_type_is_cert macro
H A Dsshconnect2.c184 if (sshkey_type_is_cert(ktype) && in order_hostkeyalgs()