HomeSort by: relevance | last modified time | path
    Searched defs:allowed_providers (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 173 static char *allowed_providers; variable
1389 allowed_providers, 0) != 1) {
1582 if (match_pattern_list(canonical_provider, allowed_providers, 0) != 1) {
2185 " [-O option] [-P allowed_providers] [-t life]\n"
2187 " [-P allowed_providers] [-t life] command [arg ...]\n"
2282 if (allowed_providers != NULL)
2284 allowed_providers = xstrdup(optarg);
2334 if (allowed_providers == NULL)
2335 allowed_providers = xstrdup(DEFAULT_ALLOWED_PROVIDERS);

Completed in 26 milliseconds