MD5_MAGIC         153 standard/php_crypt_r.c 	if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0) {
MD5_MAGIC         220 standard/php_crypt_r.c 	memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN);
MD5_MAGIC         335 standard/php_crypt_r.c 	if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0)
MD5_MAGIC         351 standard/php_crypt_r.c 	PHP_MD5Update(&ctx, (const unsigned char *)MD5_MAGIC, MD5_MAGIC_LEN);
MD5_MAGIC         377 standard/php_crypt_r.c 	memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN);