Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/standard/
H A Dpassword.c115 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 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
/PHP-8.2/ext/hash/
H A Dhash.c423 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 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_xxhash.c76 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 Dhash.stub.php12 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {} function
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_tiger.c242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_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_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.c359 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
/PHP-8.2/ext/sodium/
H A Dsodium_pwhash.c98 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 Dlibsodium.c291 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 Dlibsodium.stub.php503 function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string $additional_data, string $… argument
/PHP-8.2/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.c261 HashTable* hash = NULL; in collator_sort_internal() local
331 HashTable* hash = NULL; in PHP_FUNCTION() local
/PHP-8.2/ext/oci8/
H A Doci8_statement.c1021 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.2/sapi/phpdbg/
H A Dphpdbg_bp.h103 zend_ulong hash; member
114 zend_ulong hash; member
H A Dphpdbg_bp.c787 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 Dphpdbg_cmd.c198 zend_ulong hash = param->type; in phpdbg_hash_param() local
/PHP-8.2/Zend/Optimizer/
H A Dcompact_literals.c90 static uint32_t add_static_slot(HashTable *hash, in add_static_slot()
165 HashTable hash; in zend_optimizer_compact_literals() local
/PHP-8.2/ext/dba/libcdb/
H A Dcdb_make.h45 struct cdb_hp *hash; member
/PHP-8.2/ext/pgsql/
H A Dphp_pgsql.h148 zend_string *hash; member
/PHP-8.2/ext/session/
H A Dmod_mm.c53 ps_sd **hash; member

Completed in 82 milliseconds

12