Lines Matching refs:MD5Update
100 MD5Update(&ctx, (uchar_t *)plaintext, strlen(plaintext)); in crypt_genhash_impl()
103 MD5Update(&ctx, (uchar_t *)crypt_alg_magic, strlen(crypt_alg_magic)); in crypt_genhash_impl()
106 MD5Update(&ctx, (uchar_t *)sp, sl); in crypt_genhash_impl()
110 MD5Update(&ctx1, (uchar_t *)plaintext, strlen(plaintext)); in crypt_genhash_impl()
111 MD5Update(&ctx1, sp, sl); in crypt_genhash_impl()
112 MD5Update(&ctx1, (uchar_t *)plaintext, strlen(plaintext)); in crypt_genhash_impl()
115 MD5Update(&ctx, final, pl > 16 ? 16 : pl); in crypt_genhash_impl()
123 MD5Update(&ctx, final, 1); in crypt_genhash_impl()
125 MD5Update(&ctx, (uchar_t *)plaintext, 1); in crypt_genhash_impl()
144 MD5Update(&ctx1, (uchar_t *)plaintext, in crypt_genhash_impl()
147 MD5Update(&ctx1, final, 16); in crypt_genhash_impl()
150 MD5Update(&ctx1, sp, sl); in crypt_genhash_impl()
153 MD5Update(&ctx1, (uchar_t *)plaintext, in crypt_genhash_impl()
157 MD5Update(&ctx1, final, 16); in crypt_genhash_impl()
159 MD5Update(&ctx1, (uchar_t *)plaintext, in crypt_genhash_impl()