Searched refs:php_md5_crypt_r (Results 1 – 3 of 3) sorted by relevance
34 extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);
101 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() function
100 out = php_md5_crypt_r(password, salt, output); in php_crypt()
Completed in 7 milliseconds