Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_crypt_r.h34 extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);
H A Dphp_crypt_r.c101 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r() function
H A Dcrypt.c100 out = php_md5_crypt_r(password, salt, output); in php_crypt()

Completed in 7 milliseconds