Home
last modified time | relevance | path

Searched refs:php_md5_crypt_r (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dphp_crypt_r.h51 extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);
H A Dphp_crypt_r.c127 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r() function
319 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() function
H A Dcrypt.c160 out = php_md5_crypt_r(password, salt, output); in php_crypt()

Completed in 10 milliseconds