Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_crypt_r.h50 extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);
H A Dphp_crypt_r.c126 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r() function
316 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() function
H A Dcrypt.c116 out = php_md5_crypt_r(password, salt, output); in php_crypt()

Completed in 11 milliseconds