Searched refs:php_crypt (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | php_crypt.h | 22 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_…
|
H A D | crypt.c | 82 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_… in php_crypt() function 223 if ((result = php_crypt(str, (int)str_len, salt, (int)salt_in_len, 0)) == NULL) { in PHP_FUNCTION()
|
H A D | password.c | 157 …zend_string *ret = php_crypt(ZSTR_VAL(password), (int)ZSTR_LEN(password), ZSTR_VAL(hash), (int)ZST… in php_password_bcrypt_verify() 214 …result = php_crypt(ZSTR_VAL(password), (int)ZSTR_LEN(password), ZSTR_VAL(hash), (int)ZSTR_LEN(hash… in php_password_bcrypt_hash()
|
Completed in 8 milliseconds