Home
last modified time | relevance | path

Searched refs:hash (Results 76 – 100 of 146) sorted by relevance

123456

/PHP-5.3/ext/pgsql/tests/
H A D09notice.phpt28 echo "Cannot find notice message in hash\n";
/PHP-5.3/ext/openssl/tests/
H A Dbug47828.phpt35 var_dump($arr['hash']);
H A Dopenssl.cnf37 subjectKeyIdentifier=hash
H A Dopenssl_x509_parse_basic_v9.phpt31 ["hash"]=>
162 ["hash"]=>
/PHP-5.3/ext/gd/tests/
H A Dimagesetbrush_basic.phpt29 // Get output and generate md5 hash
H A Dimagecolorset_basic.phpt26 // Get output and generate md5 hash
/PHP-5.3/ext/standard/tests/array/
H A Dcompact_error.phpt6 * Description: Creates a hash containing variables and their values
H A Dcompact_variation2.phpt6 * Description: Creates a hash containing variables and their values
H A Dcompact_variation1.phpt6 * Description: Creates a hash containing variables and their values
H A Dcompact_basic.phpt6 * Description: Creates a hash containing variables and their values
/PHP-5.3/ext/standard/tests/strings/
H A Dmd5_basic2.phpt6 * Description: Calculate the md5 hash of a string
H A Dsha1_error.phpt8 * Description: Calculate the sha1 hash of a string
H A Dmd5_error.phpt6 * Description: Calculate the md5 hash of a string
H A Dsha1_basic.phpt7 * Description: Calculate the sha1 hash of a string
/PHP-5.3/ext/mbstring/oniguruma/
H A Dst.h16 int (*hash)(); member
/PHP-5.3/ext/phar/tests/files/
H A Dopenssl.cnf37 subjectKeyIdentifier=hash
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc412 * Check whether hash method is valid.
416 function phar_check_hash($hash, $privkey)
418 switch($hash) {
565 $hash = $this->args['h']['val'];
574 $hash = self::phar_check_hash($hash, $privkey);
606 if ($hash) {
1195 $hash = $this->args['h']['val'];
1198 $hash = self::phar_check_hash($hash, $privkey);
1461 $hash = $phar->getSignature();
1468 if (!$hash) {
[all …]
/PHP-5.3/ext/session/
H A Dconfig.m415 PHP_ADD_EXTENSION_DEP(session, hash, true)
/PHP-5.3/ext/soap/
H A Dphp_http.c572 unsigned char hash[16]; in make_http_soap_request() local
577 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
578 make_digest(cnonce, hash); in make_http_soap_request()
601 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
602 make_digest(HA1, hash); in make_http_soap_request()
616 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
617 make_digest(HA1, hash); in make_http_soap_request()
642 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
643 make_digest(HA2, hash); in make_http_soap_request()
664 PHP_MD5Final(hash, &md5ctx); in make_http_soap_request()
[all …]
/PHP-5.3/ext/phar/tests/tar/
H A Drequire_hash.phpt52 ["hash"]=>
/PHP-5.3/ext/sqlite/
H A Dconfig.w3229 auth.c btree.c build.c delete.c expr.c func.c hash.c insert.c \
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_33689.phpt29 // libmysql and mysqlnd will show the pdo_type entry at a different position in the hash
/PHP-5.3/ext/phar/
H A Dconfig.w3242 WARNING('Phar: sha256/sha512 signature support disabled if ext/hash is built shared');
/PHP-5.3/Zend/
H A Dzend_ts_hash.h27 HashTable hash; member
37 #define TS_HASH(table) (&(table->hash))
/PHP-5.3/ext/hash/
H A Dphp_hash.h119 PHP_FUNCTION(hash);

Completed in 70 milliseconds

123456