Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/standard/
H A Dpassword.c116 static 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 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
209 ZSTR_VAL(hash)[hash_format_len + ZSTR_LEN(salt)] = 0; in php_password_bcrypt_hash() local
242 static int extract_argon2_parameters(const zend_string *hash, in extract_argon2_parameters()
265 static int php_password_argon2_get_info(zval *return_value, const zend_string *hash) { in php_password_argon2_get_info()
527 zend_string *php_password_algo_extract_ident(const zend_string* hash) { in php_password_algo_extract_ident()
562 zend_string *hash, *ident; in PHP_FUNCTION() local
599 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.1/ext/hash/
H A Dhash.c422 PHP_FUNCTION(hash) in PHP_FUNCTION() argument
618 php_hashcontext_object *hash; in PHP_FUNCTION() local
681 #define PHP_HASHCONTEXT_VERIFY(hash) { \ argument
692 php_hashcontext_object *hash; in PHP_FUNCTION() local
711 php_hashcontext_object *hash; in PHP_FUNCTION() local
748 php_hashcontext_object *hash; in PHP_FUNCTION() local
782 php_hashcontext_object *hash; in PHP_FUNCTION() local
1386 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor() local
1575 PHP_MINIT_FUNCTION(hash) in PHP_MINIT_FUNCTION() argument
1663 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()
220 php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_hash_xxh64_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.php6 function hash(string $algo, string $data, bool $binary = false, array $options = []): 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.1/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.c505 zend_string *hash; in PHP_FUNCTION() local
528 ZSTR_VAL(hash)[crypto_shorthash_BYTES] = 0; in PHP_FUNCTION() local
618 zend_string *hash; in PHP_FUNCTION() local
651 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
738 zend_string *hash; in PHP_FUNCTION() local
779 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1586 zend_string *hash; in PHP_FUNCTION() local
1669 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1776 zend_string *hash; in PHP_FUNCTION() local
1827 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
H A Dlibsodium.stub.php123 function sodium_crypto_pwhash_str_verify(string $hash, string $password): bool {}
135 function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify(string $hash, string $password): bool…
/PHP-8.1/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.1/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.1/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.c194 zend_ulong hash = param->type; in phpdbg_hash_param() local
/PHP-8.1/Zend/Optimizer/
H A Dcompact_literals.c86 static uint32_t add_static_slot(HashTable *hash, in add_static_slot()
160 HashTable hash, double_hash; in zend_optimizer_compact_literals() local
/PHP-8.1/ext/dba/libcdb/
H A Dcdb_make.h45 struct cdb_hp *hash; member
/PHP-8.1/ext/pgsql/
H A Dphp_pgsql.h148 zend_string *hash; member
/PHP-8.1/ext/session/
H A Dmod_mm.c53 ps_sd **hash; member

Completed in 69 milliseconds

12