Searched refs:key_is_cert (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-hostbased.c182 if (key_is_cert(key) &&
202 if (key_is_cert(key)) {
H A Dkey.h109 int key_is_cert(const Key *);
H A Dauth2-pubkey.c208 if (key_is_cert(key)) {
325 found = key_new(key_is_cert(key) ? KEY_UNSPEC : key->type);
354 if (key_is_cert(key)) {
425 if (!key_is_cert(key) || options.trusted_user_ca_keys == NULL)
652 if (key_is_cert(key) && auth_key_is_revoked(key->cert->signature_key))
H A Dhostfile.c346 int is_cert = key_is_cert(k);
383 int want_cert = key_is_cert(k);
H A Dkey.c129 if (key_is_cert(k))
234 if (key_is_cert(k)) {
320 if (key_is_cert(a)) {
765 if (key_is_cert(ret)) {
766 if (!key_is_cert(k)) {
834 if (key_is_cert(key)) {
1275 if (key_is_cert(k))
1536 if (key_is_cert(key) && cert_parse(&b, key, blob, blen) == -1) {
1746 key_is_cert(const Key *k) function
1847 if (!key_is_cert(
[all...]
H A Dkrl.c360 if (key_is_cert(kcopy)) {
417 if (!key_is_cert(key))
1139 if (!key_is_cert(key))
1187 if (key_is_cert(key)) {
H A Dsshconnect.c760 int r, want_cert = key_is_cert(host_key), host_ip_differ = 0;
810 want_cert = key_is_cert(host_key);
1172 if (!key_is_cert(host_key) && options.verify_host_key_dns &&
H A Dssh_namespace.h283 #define key_is_cert ssh_key_is_cert macro
H A Dsshd.c890 if (key_is_cert(key)) {
1761 if (!key_is_cert(key)) {
H A Dssh.c1679 if (!key_is_cert(public)) {
H A Dssh-keygen.c1854 if (!key_is_cert(key))

Completed in 146 milliseconds