php_crypt 293 ext/standard/crypt.c if (php_crypt(str, str_len, salt, salt_in_len, &result) == FAILURE) { php_crypt 282 ext/standard/password.c if (php_crypt(password, password_len, hash, hash_len, &ret) == FAILURE) { php_crypt 436 ext/standard/password.c if (php_crypt(password, password_len, hash, hash_len, &result) == FAILURE) { php_crypt 26 ext/standard/php_crypt.h PHPAPI int php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, char **result);