Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dphp_crypt.h26 PHPAPI int php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, char…
H A Dcrypt.c148 PHPAPI int php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, char… in php_crypt() function
300 if (php_crypt(str, str_len, salt, salt_in_len, &result) == FAILURE) { in PHP_FUNCTION()
H A Dpassword.c282 if (php_crypt(password, password_len, hash, hash_len, &ret) == FAILURE) { in PHP_FUNCTION()
438 if (php_crypt(password, password_len, hash, hash_len, &result) == FAILURE) { in PHP_FUNCTION()
/PHP-5.6/win32/
H A Dphp5dllts.dsp2090 SOURCE=..\ext\standard\php_crypt.h
/PHP-5.6/
H A DNEWS773 . Fixed bug #67512 (php_crypt() crashes if crypt_r() does not exist or

Completed in 44 milliseconds