Lines Matching refs:auth
501 in a CONNECT request with auth, so that
522 BIT(authneg); /* TRUE when the auth phase has started, which means
523 that we are creating a request with an auth header,
524 but it is not the final request in the auth
1019 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1020 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
1130 unsigned long proxyauthavail; /* what proxy auth types were announced */
1131 unsigned long httpauthavail; /* what host auth types were announced */
1228 struct auth {
1234 BIT(done); /* TRUE when the auth phase is done and ready to do the
1237 auth multipass negotiation */
1367 struct digestdata digest; /* state data for host Digest auth */
1368 struct digestdata proxydigest; /* state data for proxy Digest auth */
1370 struct auth authhost; /* auth details for host */
1371 struct auth authproxy; /* auth details for proxy */
1594 STRING_SSH_PRIVATE_KEY, /* path to the private key file for auth */
1595 STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */
1603 STRING_TLSAUTH_USERNAME, /* TLS auth <username> */
1604 STRING_TLSAUTH_USERNAME_PROXY, /* TLS auth <username> */
1605 STRING_TLSAUTH_PASSWORD, /* TLS auth <password> */
1606 STRING_TLSAUTH_PASSWORD_PROXY, /* TLS auth <password> */
1781 int ssh_auth_types; /* allowed SSH auth types */