Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 25) sorted by relevance

/PHP-7.4/ext/standard/
H A Dpassword.c192 static zend_bool php_password_bcrypt_valid(const zend_string *hash) { in php_password_bcrypt_valid()
198 static int php_password_bcrypt_get_info(zval *return_value, const zend_string *hash) { in php_password_bcrypt_get_info()
212 static zend_bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash()
259 zend_string *result, *hash, *salt; in php_password_bcrypt_hash() local
280 ZSTR_VAL(hash)[hash_format_len + ZSTR_LEN(salt)] = 0; in php_password_bcrypt_hash() local
313 static int extract_argon2_parameters(const zend_string *hash, in extract_argon2_parameters()
336 static int php_password_argon2_get_info(zval *return_value, const zend_string *hash) { in php_password_argon2_get_info()
604 zend_string *php_password_algo_extract_ident(const zend_string* hash) { in php_password_algo_extract_ident()
640 zend_string *hash, *ident; in PHP_FUNCTION() local
681 zend_string *hash; in PHP_FUNCTION() local
[all …]
H A Dphp_password.h47 zend_string *(*hash)(const zend_string *password, zend_array *options); member
67 static inline const php_password_algo* php_password_algo_identify(const zend_string *hash) { in php_password_algo_identify()
H A Dcrypt_freesec.c741 const char *hash; member
789 char *hash = crypt(tests[i].pw, tests[i].hash); in main() local
H A Dbasic_functions.c4720 static void add_config_entries(HashTable *hash, zval *return_value) /* {{{ */
5999 zval hash, *find_hash; local
6150 HashTable *hash = php_ini_get_configuration_hash(); local
H A Darray.c2963 HashTable *hash; local
4774 HashTable *hash; local
5185 HashTable *hash; local
5673 HashTable* hash; local
H A Dhtml.c813 zend_ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html() local
/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c100 static zend_bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify()
107 static zend_bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash()
116 static int php_sodium_argon2_get_info(zval *return_value, const zend_string *hash) { in php_sodium_argon2_get_info()
H A Dlibsodium.c768 zend_string *hash; in PHP_FUNCTION() local
793 ZSTR_VAL(hash)[crypto_shorthash_BYTES] = 0; in PHP_FUNCTION() local
891 zend_string *hash; in PHP_FUNCTION() local
924 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1011 zend_string *hash; in PHP_FUNCTION() local
1052 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1824 zend_string *hash; in PHP_FUNCTION() local
1905 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
2016 zend_string *hash; in PHP_FUNCTION() local
2071 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c38 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16()
79 HashTable* hash, zval * hashData, zend_string* hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8()
117 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16()
136 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8()
H A Dcollator_sort.c297 HashTable* hash = NULL; in collator_sort_internal() local
373 HashTable* hash = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/hash/
H A Dhash.c187 PHP_FUNCTION(hash) in PHP_FUNCTION() argument
353 php_hashcontext_object *hash; in PHP_FUNCTION() local
415 #define PHP_HASHCONTEXT_VERIFY(func, hash) { \ argument
427 php_hashcontext_object *hash; in PHP_FUNCTION() local
447 php_hashcontext_object *hash; in PHP_FUNCTION() local
485 php_hashcontext_object *hash; in PHP_FUNCTION() local
520 php_hashcontext_object *hash; in PHP_FUNCTION() local
1132 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor() local
1181 PHP_MINIT_FUNCTION(hash) in PHP_MINIT_FUNCTION() argument
1269 PHP_MSHUTDOWN_FUNCTION(hash) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1010 HashTable *hash; in php_oci_bind_post_exec() local
1738 HashTable *hash; in php_oci_bind_array_helper_string() local
1827 HashTable *hash; in php_oci_bind_array_helper_number() local
1868 HashTable *hash; in php_oci_bind_array_helper_double() local
1909 HashTable *hash; in php_oci_bind_array_helper_date() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.h105 zend_ulong hash; member
116 zend_ulong hash; member
H A Dphpdbg_bp.c790 zend_ulong hash = zend_hash_func(name, name_len); in phpdbg_set_breakpoint_opcode() local
829 … *brake, const phpdbg_param_t *param, const char *expr, size_t expr_len, zend_ulong hash) /* {{{ */ in phpdbg_create_conditional_break()
926 zend_ulong hash = 0L; in phpdbg_set_breakpoint_at() local
H A Dphpdbg_cmd.c196 zend_ulong hash = param->type; in phpdbg_hash_param() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c81 static uint32_t add_static_slot(HashTable *hash, in add_static_slot()
129 HashTable hash, double_hash; in zend_optimizer_compact_literals() local
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.h47 struct cdb_hp *hash; member
/PHP-7.4/Zend/
H A Dzend_ts_hash.h25 HashTable hash; member
H A Dzend_string.h369 zend_ulong hash = Z_UL(5381); in zend_inline_hash_func() local
/PHP-7.4/ext/session/
H A Dmod_mm.c55 ps_sd **hash; member
/PHP-7.4/ext/soap/
H A Dphp_http.c671 unsigned char hash[16]; in make_http_soap_request() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h249 zend_accel_hash hash; /* hash table for cached scripts */ member
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c284 HashTable *hash; in really_register_bound_param() local
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1672 HashTable *hash; in register_bound_parameter_to_sqlite() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c933 zval *hash; in _close_pgsql_link() local

Completed in 141 milliseconds