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

/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c382 char *mechstr = NULL; local
385 mechstr = (char *)__gss_oid_to_mech(client_mechoid);
387 if (mechstr == NULL) {
389 mechstr = "<unknown>";
394 "Client wants GSS mech: %s", mechstr);
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c342 char *mechstr = NULL; local
345 mechstr = (char *)__gss_oid_to_mech(client_mechoid);
347 if (mechstr == NULL) {
349 mechstr = "<unknown>";
354 "Client wants GSS mech: %s", mechstr);

Completed in 14 milliseconds