Searched refs:sshkey_type_is_cert (Results 1 – 5 of 5) sorted by relevance
227 sshkey_type_is_cert(int type) in sshkey_type_is_cert() function393 } 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()
232 int sshkey_type_is_cert(int);
507 if (k == NULL || !sshkey_type_is_cert(k->type) || k->cert == NULL || in sshauthopt_from_cert()
934 #define sshkey_type_is_cert Fssh_sshkey_type_is_cert macro
184 if (sshkey_type_is_cert(ktype) && in order_hostkeyalgs()