Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.h67 } mod_auth_plugin_data; typedef
69 int http_auth_basic_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffer…
70 int http_auth_digest_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffe…
71 int http_auth_digest_generate_nonce(server *srv, mod_auth_plugin_data *p, buffer *fn, char hh[33]);
H A Dmod_auth.c31 mod_auth_plugin_data *p; in INIT_FUNC()
46 mod_auth_plugin_data *p = p_d; in FREE_FUNC()
98 static int mod_auth_patch_connection(server *srv, connection *con, mod_auth_plugin_data *p) { in mod_auth_patch_connection()
186 mod_auth_plugin_data *p = p_d; in mod_auth_uri_handler()
325 mod_auth_plugin_data *p = p_d; in SETDEFAULTS_FUNC()
H A Dhttp_auth.c148 static int http_auth_get_password(server *srv, mod_auth_plugin_data *p, buffer *username, buffer *r… in http_auth_get_password()
307 static int http_auth_match_rules(server *srv, mod_auth_plugin_data *p, const char *url, const char … in http_auth_match_rules()
610 static int http_auth_basic_password_compare(server *srv, mod_auth_plugin_data *p, array *req, buffe… in http_auth_basic_password_compare()
839 int http_auth_basic_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffer… in http_auth_basic_check()
918 int http_auth_digest_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffe… in http_auth_digest_check()
1178 int http_auth_digest_generate_nonce(server *srv, mod_auth_plugin_data *p, buffer *fn, char out[33])… in http_auth_digest_generate_nonce()