Searched refs:APR_MD5_DIGESTSIZE (Results 1 – 1 of 1) sorted by relevance
431 #define APR_MD5_DIGESTSIZE 16 macro460 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()