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

/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth.h63 authn_status (*get_realm_hash)(request_rec *r, const char *user, member in struct:__anon5869
H A Dmod_authn_alias.c81 /* Call the real provider->get_realm_hash() function */
100 ret = prvdraliasrec->provider->get_realm_hash(r,user,realm,rethash);
203 provider->get_realm_hash ?
H A Dmod_authn_file.c117 static authn_status get_realm_hash(request_rec *r, const char *user, function
173 &get_realm_hash,
H A Dmod_auth_digest.c465 if (!newp->provider->get_realm_hash) {
1337 if (!provider || !provider->get_realm_hash) {
1352 auth_result = provider->get_realm_hash(r, user, conf->realm,

Completed in 114 milliseconds