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

/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c311 const char *auth_param = NULL; local
359 auth_param = ap_getword_white(r->pool, &auth_line);
360 if (auth_param == NULL) {
367 input_token.length = apr_base64_decode_len(auth_param) + 1;
376 input_token.length = apr_base64_decode(input_token.value, auth_param);
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c271 const char *auth_param = NULL; local
319 auth_param = ap_getword_white(r->pool, &auth_line);
320 if (auth_param == NULL) {
327 input_token.length = apr_base64_decode_len(auth_param) + 1;
336 input_token.length = apr_base64_decode(input_token.value, auth_param);

Completed in 65 milliseconds