Home
last modified time | relevance | path

Searched refs:key_cert_check_authority (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dkey.h76 int key_cert_check_authority(const Key *, int, int, const char *,
Dauth2-hostbased.c207 key_cert_check_authority(key, 1, 0, lookup, &reason)) { in hostbased_key_allowed()
Dauth2-pubkey.c408 if (key_cert_check_authority(key, 0, 0, in check_authkeys_file()
482 if (key_cert_check_authority(key, 0, 1, in user_cert_trusted_ca()
Dkey.c226 key_cert_check_authority(const Key *k, int want_host, int require_principal, in key_cert_check_authority() function
Dsshconnect.c712 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) { in check_host_cert()