Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c431 #define APR_MD5_DIGESTSIZE 16 macro
460 unsigned char final[APR_MD5_DIGESTSIZE]; in apr_md5_encode()
519 for (pl = strlen(pw); pl > 0; pl -= APR_MD5_DIGESTSIZE) { in apr_md5_encode()
521 (pl > APR_MD5_DIGESTSIZE) ? APR_MD5_DIGESTSIZE : pl); in apr_md5_encode()
562 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE); in apr_md5_encode()
573 li_MD5_Update(&ctx1, final, APR_MD5_DIGESTSIZE); in apr_md5_encode()