HomeSort by: relevance | last modified time | path
    Searched refs:required_from_host_cert (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth-options.h 73 char *required_from_host_cert; member in struct:sshauthopt
auth-options.c 150 if (opts->required_from_host_cert != NULL) {
163 opts->required_from_host_cert = allowed;
216 free(opts->required_from_host_cert);
552 tmp = primary->required_from_host_cert;
554 tmp = additional->required_from_host_cert;
555 if (tmp != NULL && (ret->required_from_host_cert = strdup(tmp)) == NULL)
691 OPTSTRING(required_from_host_cert);
832 untrusted ? NULL : opts->required_from_host_cert)) != 0 ||
893 &opts->required_from_host_cert)) != 0 ||
auth2-pubkeyfile.c 126 if (opts->required_from_host_cert != NULL) {
128 opts->required_from_host_cert)) {

Completed in 13 milliseconds