Searched refs:gen_nonce_hash (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/experimental/ |
| D | mod_auth_digest.c | 555 static void gen_nonce_hash(char *hash, const char *timestr, const char *opaque, in gen_nonce_hash() function 600 gen_nonce_hash(nonce+NONCE_TIME_LEN, nonce, opaque, server, conf); in gen_nonce() 885 gen_nonce_hash(hash, resp->nonce, resp->opaque, r->server, conf); in check_nonce()
|