Searched refs:APR_MD5_DIGESTSIZE (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dhttp_auth.c331 #define APR_MD5_DIGESTSIZE 16 macro
360 unsigned char final[APR_MD5_DIGESTSIZE];
419 for (pl = strlen(pw); pl > 0; pl -= APR_MD5_DIGESTSIZE) {
422 (pl > APR_MD5_DIGESTSIZE) ? APR_MD5_DIGESTSIZE : pl);
463 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE);
474 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dhttp_auth.c331 #define APR_MD5_DIGESTSIZE 16 macro
360 unsigned char final[APR_MD5_DIGESTSIZE];
419 for (pl = strlen(pw); pl > 0; pl -= APR_MD5_DIGESTSIZE) {
422 (pl > APR_MD5_DIGESTSIZE) ? APR_MD5_DIGESTSIZE : pl);
463 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE);
474 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dhttp_auth.c331 #define APR_MD5_DIGESTSIZE 16 macro
360 unsigned char final[APR_MD5_DIGESTSIZE];
419 for (pl = strlen(pw); pl > 0; pl -= APR_MD5_DIGESTSIZE) {
422 (pl > APR_MD5_DIGESTSIZE) ? APR_MD5_DIGESTSIZE : pl);
463 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE);
474 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE);

Completed in 122 milliseconds