HomeSort by relevance Sort by last modified time
    Searched refs:key_cert_check_authority (Results 1 - 5 of 5) sorted by null

  /external/openssh/
key.h 114 int key_cert_check_authority(const Key *, int, int, const char *,
auth2-hostbased.c 179 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
auth2-pubkey.c 342 if (key_cert_check_authority(key, 0, 0,
416 if (key_cert_check_authority(key, 0, 1,
sshconnect.c 599 if (key_cert_check_authority(host_key, 1, 0, host, &reason) != 0) {
    [all...]
key.c 1974 key_cert_check_authority(const Key *k, int want_host, int require_principal, function
    [all...]

Completed in 176 milliseconds