Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dphp_crypt.h24 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_…
H A Dcrypt.c106 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt() function
276 if ((result = php_crypt(str, (int)str_len, salt, (int)salt_in_len, 0)) == NULL) { in PHP_FUNCTION()
H A Dpassword.c347 …zend_string *ret = php_crypt(ZSTR_VAL(password), (int)ZSTR_LEN(password), ZSTR_VAL(hash), (int)ZST… in PHP_FUNCTION()
488 …result = php_crypt(ZSTR_VAL(password), (int)ZSTR_LEN(password), ZSTR_VAL(hash), (int)ZSTR_LEN(hash… in PHP_FUNCTION()

Completed in 11 milliseconds