Lines Matching refs:PHP_MD5Update
348 PHP_MD5Update(&ctx, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
351 PHP_MD5Update(&ctx, (const unsigned char *)MD5_MAGIC, MD5_MAGIC_LEN); in php_md5_crypt_r()
354 PHP_MD5Update(&ctx, (const unsigned char *)sp, sl); in php_md5_crypt_r()
358 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
359 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
360 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
364 PHP_MD5Update(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl)); in php_md5_crypt_r()
372 PHP_MD5Update(&ctx, final, 1); in php_md5_crypt_r()
374 PHP_MD5Update(&ctx, (const unsigned char *)pw, 1); in php_md5_crypt_r()
392 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
394 PHP_MD5Update(&ctx1, final, 16); in php_md5_crypt_r()
397 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
400 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()
403 PHP_MD5Update(&ctx1, final, 16); in php_md5_crypt_r()
405 PHP_MD5Update(&ctx1, (const unsigned char *)pw, pwl); in php_md5_crypt_r()