Home
last modified time | relevance | path

Searched refs:php_crypt (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/standard/
H A Dphp_crypt.h26 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_…
H A Dcrypt.c154 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt() function
327 if ((result = php_crypt(str, (int)str_len, salt, (int)salt_in_len, 0)) == NULL) { in PHP_FUNCTION()
H A Dpassword.c236 if ((ret = php_crypt(password, (int)password_len, hash, (int)hash_len, 1)) == NULL) { in PHP_FUNCTION()
371 if ((result = php_crypt(password, (int)password_len, hash, hash_len, 1)) == NULL) { in PHP_FUNCTION()
/PHP-7.0/
H A DNEWS1752 . Fixed bug #67512 (php_crypt() crashes if crypt_r() does not exist or

Completed in 13 milliseconds