Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/
H A Dpassword.c116 static zend_bool php_password_bcrypt_valid(const zend_string *hash) { in php_password_bcrypt_valid()
122 static int php_password_bcrypt_get_info(zval *return_value, const zend_string *hash) { in php_password_bcrypt_get_info()
136 static zend_bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash()
183 zend_string *result, *hash, *salt; in php_password_bcrypt_hash() local
204 ZSTR_VAL(hash)[hash_format_len + ZSTR_LEN(salt)] = 0; in php_password_bcrypt_hash() local
237 static int extract_argon2_parameters(const zend_string *hash, in extract_argon2_parameters()
260 static int php_password_argon2_get_info(zval *return_value, const zend_string *hash) { in php_password_argon2_get_info()
522 zend_string *php_password_algo_extract_ident(const zend_string* hash) { in php_password_algo_extract_ident()
557 zend_string *hash, *ident; in PHP_FUNCTION() local
594 zend_string *hash; in PHP_FUNCTION() local
[all …]
H A Dphp_password.h39 zend_string *(*hash)(const zend_string *password, zend_array *options); member
59 static inline const php_password_algo* php_password_algo_identify(const zend_string *hash) { in php_password_algo_identify()
H A Dcrypt_freesec.c739 const char *hash; member
787 char *hash = crypt(tests[i].pw, tests[i].hash); in main() local
H A Dbasic_functions.c1374 static void add_config_entries(HashTable *hash, zval *return_value) /* {{{ */
2539 zval hash, *find_hash; local
2689 HashTable *hash = php_ini_get_configuration_hash(); local
/PHP-8.0/ext/hash/
H A Dhash.c415 PHP_FUNCTION(hash) in PHP_FUNCTION() argument
607 php_hashcontext_object *hash; in PHP_FUNCTION() local
669 #define PHP_HASHCONTEXT_VERIFY(hash) { \ argument
680 php_hashcontext_object *hash; in PHP_FUNCTION() local
699 php_hashcontext_object *hash; in PHP_FUNCTION() local
736 php_hashcontext_object *hash; in PHP_FUNCTION() local
770 php_hashcontext_object *hash; in PHP_FUNCTION() local
1369 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor() local
1548 PHP_MINIT_FUNCTION(hash) in PHP_MINIT_FUNCTION() argument
1633 PHP_MSHUTDOWN_FUNCTION(hash) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
H A Dhash_sha3.c204 static int php_sha3_unserialize(php_hashcontext_object *hash, in php_sha3_unserialize()
296 static int php_keccak_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv) in php_keccak_serialize()
302 static int php_keccak_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_keccak_unserialize()
H A Dhash_whirlpool.c432 static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_whirlpool_unserialize()
H A Dhash_snefru.c192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize()
H A Dhash_tiger.c242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_unserialize()
H A Dhash.stub.php5 function hash(string $algo, string $data, bool $binary = false): string {} function
H A Dhash_gost.c307 static int php_gost_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_gost_unserialize()
H A Dhash_md.c358 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
/PHP-8.0/ext/sodium/
H A Dsodium_pwhash.c98 static zend_bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify()
105 static zend_bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash()
114 static int php_sodium_argon2_get_info(zval *return_value, const zend_string *hash) { in php_sodium_argon2_get_info()
H A Dlibsodium.c474 zend_string *hash; in PHP_FUNCTION() local
497 ZSTR_VAL(hash)[crypto_shorthash_BYTES] = 0; in PHP_FUNCTION() local
587 zend_string *hash; in PHP_FUNCTION() local
620 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
707 zend_string *hash; in PHP_FUNCTION() local
748 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1474 zend_string *hash; in PHP_FUNCTION() local
1557 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1664 zend_string *hash; in PHP_FUNCTION() local
1715 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
H A Dlibsodium.stub.php92 function sodium_crypto_pwhash_str_verify(string $hash, string $password): bool {}
104 function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify(string $hash, string $password): bool…
/PHP-8.0/ext/intl/collator/
H A Dcollator_convert.c36 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16()
77 HashTable* hash, zval * hashData, zend_string* hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8()
115 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16()
134 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8()
H A Dcollator_sort.c265 HashTable* hash = NULL; in collator_sort_internal() local
335 HashTable* hash = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/oci8/
H A Doci8_statement.c1003 HashTable *hash; in php_oci_bind_post_exec() local
1724 HashTable *hash; in php_oci_bind_array_helper_string() local
1813 HashTable *hash; in php_oci_bind_array_helper_number() local
1854 HashTable *hash; in php_oci_bind_array_helper_double() local
1895 HashTable *hash; in php_oci_bind_array_helper_date() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.h103 zend_ulong hash; member
114 zend_ulong hash; member
H A Dphpdbg_bp.c788 zend_ulong hash = zend_hash_func(name, name_len); in phpdbg_set_breakpoint_opcode() local
827 … *brake, const phpdbg_param_t *param, const char *expr, size_t expr_len, zend_ulong hash) /* {{{ */ in phpdbg_create_conditional_break()
918 zend_ulong hash = 0L; in phpdbg_set_breakpoint_at() local
H A Dphpdbg_cmd.c194 zend_ulong hash = param->type; in phpdbg_hash_param() local
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_literals.c87 static uint32_t add_static_slot(HashTable *hash, in add_static_slot()
161 HashTable hash, double_hash; in zend_optimizer_compact_literals() local
/PHP-8.0/ext/dba/libcdb/
H A Dcdb_make.h45 struct cdb_hp *hash; member
/PHP-8.0/Zend/
H A Dzend_ts_hash.h25 HashTable hash; member
/PHP-8.0/ext/session/
H A Dmod_mm.c53 ps_sd **hash; member

Completed in 81 milliseconds

12