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

/freebsd-current/crypto/openssh/
H A Dsshkey.h228 int sshkey_type_is_cert(int);
H A Dsshkey.c229 sshkey_type_is_cert(int type) function
381 } else if (plain_only && sshkey_type_is_cert(type)) {
418 return sshkey_type_is_cert(k->type);
754 if (sshkey_type_is_cert(type)) {
1404 if (keyp == NULL || sshkey_type_is_cert(type))
1921 if (!allow_cert && sshkey_type_is_cert(type)) {
1933 if (sshkey_type_is_cert(type)) {
2032 if (!sshkey_type_is_cert(key->type))
2163 if (!sshkey_type_is_cert(k->type))
2525 if (sshkey_type_is_cert(typ
[all...]
H A Dauth-options.c507 if (k == NULL || !sshkey_type_is_cert(k->type) || k->cert == NULL ||
H A Dssh_namespace.h923 #define sshkey_type_is_cert Fssh_sshkey_type_is_cert macro
H A Dsshconnect2.c186 if (sshkey_type_is_cert(ktype) &&

Completed in 203 milliseconds