Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_protocol.c3043 static AP_SHA1_CTX baseCtx; variable
3088 ap_SHA1Init(&baseCtx); in ap_read_etag_state()
3116 ap_SHA1Update_binary(&baseCtx, (const unsigned char *)&rnd, in ap_read_etag_state()
3147 memcpy(&hashCtx, &baseCtx, sizeof(hashCtx)); in ap_make_etag()