Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 2 of 2) sorted by relevance

/lighttpd1.4/src/
H A Dmod_auth_api.h44 int algorithm; member
H A Dmod_auth.c343 static int mod_auth_algorithms_parse(int *algorithm, buffer *algos) { in mod_auth_algorithms_parse()
452 int algorithm = HTTP_AUTH_DIGEST_SESS; in mod_auth_require_parse_array() local