/PHP-8.3/ext/standard/ |
H A D | password.c | 115 static bool php_password_bcrypt_valid(const zend_string *hash) { in php_password_bcrypt_valid() 121 static int php_password_bcrypt_get_info(zval *return_value, const zend_string *hash) { in php_password_bcrypt_get_info() 135 static bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash() 179 zend_string *result, *hash, *salt; in php_password_bcrypt_hash() local 205 ZSTR_VAL(hash)[hash_format_len + ZSTR_LEN(salt)] = 0; in php_password_bcrypt_hash() local 238 static int extract_argon2_parameters(const zend_string *hash, in extract_argon2_parameters() 261 static int php_password_argon2_get_info(zval *return_value, const zend_string *hash) { in php_password_argon2_get_info() 523 zend_string *php_password_algo_extract_ident(const zend_string* hash) { in php_password_algo_extract_ident() 558 zend_string *hash, *ident; in PHP_FUNCTION() local 595 zend_string *hash; in PHP_FUNCTION() local [all …]
|
H A D | php_password.h | 39 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 D | crypt_freesec.c | 739 const char *hash; member 787 char *hash = crypt(tests[i].pw, tests[i].hash); in main() local
|
/PHP-8.3/ext/hash/ |
H A D | hash.c | 423 PHP_FUNCTION(hash) in PHP_FUNCTION() argument 619 php_hashcontext_object *hash; in PHP_FUNCTION() local 682 #define PHP_HASHCONTEXT_VERIFY(hash) { \ argument 693 php_hashcontext_object *hash; in PHP_FUNCTION() local 712 php_hashcontext_object *hash; in PHP_FUNCTION() local 749 php_hashcontext_object *hash; in PHP_FUNCTION() local 783 php_hashcontext_object *hash; in PHP_FUNCTION() local 1376 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor() local 1565 PHP_MINIT_FUNCTION(hash) in PHP_MINIT_FUNCTION() argument 1653 PHP_MSHUTDOWN_FUNCTION(hash) in PHP_MSHUTDOWN_FUNCTION() argument [all …]
|
H A D | hash_sha3.c | 204 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 D | hash_xxhash.c | 76 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh32_unserialize() 224 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh64_unserialize()
|
H A D | hash.stub.php | 12 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {} function
|
H A D | hash_whirlpool.c | 432 static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_whirlpool_unserialize()
|
H A D | hash_snefru.c | 192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize()
|
H A D | hash_tiger.c | 242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_unserialize()
|
H A D | hash_gost.c | 307 static int php_gost_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_gost_unserialize()
|
H A D | hash_md.c | 359 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
|
/PHP-8.3/ext/sodium/ |
H A D | sodium_pwhash.c | 98 static bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify() 105 static 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 D | libsodium.c | 291 zend_string *hash; in PHP_FUNCTION() local 314 ZSTR_VAL(hash)[crypto_shorthash_BYTES] = 0; in PHP_FUNCTION() local 404 zend_string *hash; in PHP_FUNCTION() local 437 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local 524 zend_string *hash; in PHP_FUNCTION() local 565 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local 1416 zend_string *hash; in PHP_FUNCTION() local 1499 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local 1606 zend_string *hash; in PHP_FUNCTION() local 1657 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
|
H A D | libsodium.stub.php | 503 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_convert.c | 36 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 D | collator_sort.c | 261 HashTable* hash = NULL; in collator_sort_internal() local 331 HashTable* hash = NULL; in PHP_FUNCTION() local
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_statement.c | 1021 HashTable *hash; in php_oci_bind_post_exec() local 1736 HashTable *hash; in php_oci_bind_array_helper_string() local 1825 HashTable *hash; in php_oci_bind_array_helper_number() local 1866 HashTable *hash; in php_oci_bind_array_helper_double() local 1907 HashTable *hash; in php_oci_bind_array_helper_date() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 103 zend_ulong hash; member 114 zend_ulong hash; member
|
H A D | phpdbg_bp.c | 787 zend_ulong hash = zend_hash_func(name, name_len); in phpdbg_set_breakpoint_opcode() local 826 … *brake, const phpdbg_param_t *param, const char *expr, size_t expr_len, zend_ulong hash) /* {{{ */ in phpdbg_create_conditional_break() 919 zend_ulong hash = 0L; in phpdbg_set_breakpoint_at() local
|
H A D | phpdbg_cmd.c | 198 zend_ulong hash = param->type; in phpdbg_hash_param() local
|
/PHP-8.3/Zend/Optimizer/ |
H A D | compact_literals.c | 90 static uint32_t add_static_slot(HashTable *hash, in add_static_slot() 165 HashTable hash; in zend_optimizer_compact_literals() local
|
/PHP-8.3/ext/dba/libcdb/ |
H A D | cdb_make.h | 45 struct cdb_hp *hash; member
|
/PHP-8.3/ext/pgsql/ |
H A D | php_pgsql.h | 148 zend_string *hash; member
|
/PHP-8.3/ext/session/ |
H A D | mod_mm.c | 53 ps_sd **hash; member
|