Searched refs:baseCtx (Results 1 – 1 of 1) sorted by relevance
3043 static AP_SHA1_CTX baseCtx; variable3088 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()