Home
last modified time | relevance | path

Searched refs:hash (Results 101 – 125 of 210) sorted by relevance

123456789

/php-src/ext/standard/
H A Darray.c3221 HashTable *hash; local
3229 hash = Z_ARRVAL_P(array);
3248 if (hash->nNumUsed != hash->nNumOfElements) {
3265 ZVAL_COPY_VALUE(&hash->arPacked[n_left], &hash->arPacked[rnd_idx]);
3272 if (hash->nNumUsed != hash->nNumOfElements) {
3293 ZVAL_COPY_VALUE(&hash->arPacked[n_left], &hash->arPacked[rnd_idx]);
5145 HashTable *hash; local
5263 p = hash->arData;
5541 HashTable *hash; local
5658 p = hash->arData;
[all …]
/php-src/ext/phar/tests/
H A D032.phpt2 Phar: require hash
H A Dcreate_new_phar_c.phpt22 ["hash"]=>
/php-src/ext/gd/tests/
H A Dimagebmp_basic.phpt17 // write the md5 hash of its BMP representation
/php-src/ext/dba/libcdb/
H A Dcdb_make.h45 struct cdb_hp *hash; member
/php-src/ext/opcache/tests/jit/
H A Dgh12527.phpt2 GH-12527: Incorrect hash/packed inference
/php-src/ext/hash/tests/
H A Djoaat.phpt19 $result = hash("joaat", $test[0]);
H A Dxxhash_seed.phpt16 …$h0 = hash($a, "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", options: ["seed" => 42]…
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.h103 zend_ulong hash; member
114 zend_ulong hash; member
/php-src/ext/sodium/tests/
H A Dsodium_error_001.phpt15 $hash = do_crypto_shorthash($m, $key);
/php-src/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/php-src/Zend/tests/
H A Dbug64555.phpt2 Bug #64555: Array key within interned string gets wrong hash value
/php-src/ext/standard/tests/password/
H A Dpassword_verify.phpt29 Deprecated: password_verify(): Passing null to parameter #2 ($hash) of type string is deprecated in…
H A Dpassword_needs_rehash_error.phpt35 password_needs_rehash(): Argument #1 ($hash) must be of type string, array given
/php-src/ext/openssl/tests/
H A Dbug47828.phpt35 var_dump($arr['hash']);
H A Dopenssl.cnf45 subjectKeyIdentifier=hash
/php-src/ext/opcache/tests/
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
/php-src/ext/zlib/tests/
H A Ddictionary_usage.phpt30 Warning: inflate_add(): Dictionary does not match expected dictionary (incorrect adler32 hash) in %…
/php-src/ext/phar/
H A Dconfig.m420 PHP_ADD_EXTENSION_DEP(phar, hash, true)
/php-src/ext/sodium/
H A Dlibsodium.c291 zend_string *hash; in PHP_FUNCTION() local
310 zend_string_efree(hash); in PHP_FUNCTION()
316 RETURN_NEW_STR(hash); in PHP_FUNCTION()
404 zend_string *hash; in PHP_FUNCTION() local
433 zend_string_efree(hash); in PHP_FUNCTION()
439 RETURN_NEW_STR(hash); in PHP_FUNCTION()
567 RETURN_NEW_STR(hash); in PHP_FUNCTION()
1415 zend_string *hash; in PHP_FUNCTION() local
1500 RETURN_NEW_STR(hash); in PHP_FUNCTION()
1605 zend_string *hash; in PHP_FUNCTION() local
[all …]
/php-src/ext/hash/
H A Dhash_snefru.c192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize() argument
194 PHP_SNEFRU_CTX *ctx = (PHP_SNEFRU_CTX *) hash->context; in php_snefru_unserialize()
197 && (r = php_hash_unserialize_spec(hash, zv, PHP_SNEFRU_SPEC)) == SUCCESS in php_snefru_unserialize()
H A Dhash_md.c50 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv);
359 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize() argument
361 PHP_MD2_CTX *ctx = (PHP_MD2_CTX *) hash->context; in php_md2_unserialize()
364 && (r = php_hash_unserialize_spec(hash, zv, PHP_MD2_SPEC)) == SUCCESS in php_md2_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() argument
244 PHP_TIGER_CTX *ctx = (PHP_TIGER_CTX *) hash->context; in php_tiger_unserialize()
247 && (r = php_hash_unserialize_spec(hash, zv, PHP_TIGER_SPEC)) == SUCCESS in php_tiger_unserialize()
/php-src/ext/phar/tests/files/
H A Dopenssl.cnf37 subjectKeyIdentifier=hash
/php-src/ext/phar/phar/
H A Dpharcommand.inc414 * Check whether hash method is valid.
418 function phar_check_hash($hash, $privkey)
420 switch($hash) {
577 $hash = $this->args['h']['val'];
586 $hash = self::phar_check_hash($hash, $privkey);
618 if ($hash) {
1207 $hash = $this->args['h']['val'];
1210 $hash = self::phar_check_hash($hash, $privkey);
1473 $hash = $phar->getSignature();
1480 if (!$hash) {
[all …]

Completed in 74 milliseconds

123456789