Searched refs:MD5_MAGIC (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | php_crypt_r.c | 111 #define MD5_MAGIC "$1$" macro 153 if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0) { in php_md5_crypt_r() 220 memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN); in php_md5_crypt_r() 335 if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0) in php_md5_crypt_r() 351 PHP_MD5Update(&ctx, (const unsigned char *)MD5_MAGIC, MD5_MAGIC_LEN); in php_md5_crypt_r() 377 memcpy(passwd, MD5_MAGIC, MD5_MAGIC_LEN); in php_md5_crypt_r() 425 #undef MD5_MAGIC
|
Completed in 9 milliseconds