Searched refs:proxy_auth (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssltest.c238 char *proxy_auth; member in struct:app_verify_arg
329 fprintf(stderr, " -proxy_auth <val> - set proxy policy rights\n");
603 else if (strcmp(*argv, "-proxy_auth") == 0) {
606 app_verify_arg.proxy_auth = *(++argv);
2146 unsigned int letters[26]; /* only used with proxy_auth */
2163 if (cb_arg->proxy_auth) {
2169 for (sp = cb_arg->proxy_auth; *sp; sp++) {
2198 if (cb_arg->proxy_auth) {

Completed in 100 milliseconds