Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-agent.c198 static char *websafe_allowlist; variable
927 websafe_allowlist, 0) != 1 && in process_sign_request2()
2294 if (websafe_allowlist != NULL) in main()
2296 websafe_allowlist = xstrdup(ccp); in main()
2341 if (websafe_allowlist == NULL) in main()
2342 websafe_allowlist = xstrdup(DEFAULT_WEBSAFE_ALLOWLIST); in main()