Searched refs:sshkey_cert_check_authority_now (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth2-hostbased.c | 215 sshkey_cert_check_authority_now(key, 1, 0, 0, lookup, &reason)) { in hostbased_key_allowed()
|
H A D | sshkey.h | 241 int sshkey_cert_check_authority_now(const struct sshkey *, int, int, int,
|
H A D | auth2-pubkeyfile.c | 367 if (sshkey_cert_check_authority_now(key, 0, 0, 0, in auth_check_authkey_line()
|
H A D | auth2-pubkey.c | 531 if (sshkey_cert_check_authority_now(key, 0, 1, 0, in user_cert_trusted_ca()
|
H A D | ssh_namespace.h | 843 #define sshkey_cert_check_authority_now Fssh_sshkey_cert_check_authority_now macro
|
H A D | sshkey.c | 2472 sshkey_cert_check_authority_now(const struct sshkey *k, in sshkey_cert_check_authority_now() function 2494 if ((r = sshkey_cert_check_authority_now(key, 1, 0, wildcard_principals, in sshkey_cert_check_host()
|