Searched refs:key_cert_check_authority (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dkey.h115 int key_cert_check_authority(const Key *, int, int, const char *,
H A Dauth2-hostbased.c183 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
H A Dauth2-pubkey.c382 if (key_cert_check_authority(key, 0, 0,
453 if (key_cert_check_authority(key, 0, 1,
H A Dssh_namespace.h258 #define key_cert_check_authority ssh_key_cert_check_authority macro
H A Dsshconnect.c652 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) {
H A Dkey.c1948 key_cert_check_authority(const Key *k, int want_host, int require_principal, function

Completed in 151 milliseconds