Searched refs:DIGEST_CBLOCK_MD5 (Results 1 – 1 of 1) sorted by relevance
511 #define DIGEST_CBLOCK_MD5 64 macro799 sal_uInt32 n = DIGEST_CBLOCK_MD5 - ctx->m_nDatLen; in rtl_digest_updateMD5()821 while (nDatLen >= DIGEST_CBLOCK_MD5) in rtl_digest_updateMD5()823 rtl_copyMemory (ctx->m_pData, d, DIGEST_CBLOCK_MD5); in rtl_digest_updateMD5()824 d += DIGEST_CBLOCK_MD5; in rtl_digest_updateMD5()825 nDatLen -= DIGEST_CBLOCK_MD5; in rtl_digest_updateMD5()
Completed in 24 milliseconds