Home
last modified time | relevance | path

Searched refs:http_auth_digest_check (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.h70 int http_auth_digest_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffe…
H A Dmod_auth.c258 …if (-1 == (auth_satisfied = http_auth_digest_check(srv, con, p, req, con->uri.path, auth_realm+1))… in mod_auth_uri_handler()
H A Dhttp_auth.c918 int http_auth_digest_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffe… in http_auth_digest_check() function