Searched refs:php_crypt (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | php_crypt.h | 26 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_…
|
H A D | crypt.c | 154 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 D | password.c | 236 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 D | NEWS | 1752 . Fixed bug #67512 (php_crypt() crashes if crypt_r() does not exist or
|
Completed in 15 milliseconds