Searched refs:php_md5_crypt_r (Results 1 – 3 of 3) sorted by relevance
51 extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);
127 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r() function319 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() function
121 out = php_md5_crypt_r(password, salt, output); in php_crypt()
Completed in 18 milliseconds