Searched refs:sshkey_cert_check_authority_now (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | auth2-hostbased.c | 214 sshkey_cert_check_authority_now(key, 1, 0, 0, lookup, &reason)) { in hostbased_key_allowed()
|
H A D | sshkey.h | 235 int sshkey_cert_check_authority_now(const struct sshkey *, int, int, int,
|
H A D | auth2-pubkeyfile.c | 366 if (sshkey_cert_check_authority_now(key, 0, 0, 0, in auth_check_authkey_line()
|
H A D | auth2-pubkey.c | 528 if (sshkey_cert_check_authority_now(key, 0, 1, 0, in user_cert_trusted_ca()
|
H A D | sshkey.c | 2429 sshkey_cert_check_authority_now(const struct sshkey *k, in sshkey_cert_check_authority_now() function 2451 if ((r = sshkey_cert_check_authority_now(key, 1, 0, wildcard_principals, in sshkey_cert_check_host()
|