Searched refs:key_cert_check_authority (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | key.h | 75 int key_cert_check_authority(const Key *, int, int, const char *,
|
D | auth2-hostbased.c | 207 key_cert_check_authority(key, 1, 0, lookup, &reason)) { in hostbased_key_allowed()
|
D | key.c | 226 key_cert_check_authority(const Key *k, int want_host, int require_principal, in key_cert_check_authority() function
|
D | auth2-pubkey.c | 841 if (key_cert_check_authority(key, 0, 0, in check_authkeys_file() 921 if (key_cert_check_authority(key, 0, 1, in user_cert_trusted_ca()
|
D | sshconnect.c | 714 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) { in check_host_cert()
|
D | ChangeLog | 8076 potentially fail due to key_cert_check_authority() failing to locate a
|