Home
last modified time | relevance | path

Searched refs:sha1 (Results 26 – 49 of 49) sorted by relevance

12

/php-src/ext/hash/tests/
H A Dhash_hkdf_rfc5869.phpt33 'sha1',
41 'sha1',
49 'sha1',
57 'sha1',
H A Dhash_algos.phpt20 string(4) "sha1"
H A Dhash_serialize_003.phpt20 "sha1",
H A Dhash-clone.phpt41 string(4) "sha1"
221 string(4) "sha1"
H A Dhash_copy_001.phpt41 string(4) "sha1"
221 string(4) "sha1"
H A Dhash_serialize_001.phpt59 string(4) "sha1"
233 string(4) "sha1"
H A Dhash_serialize_002.phpt34 string(4) "sha1"
/php-src/ext/openssl/tests/
H A Dbug55646.phpt14 "digest_alg" => "sha1",
/php-src/ext/phar/tests/
H A Dtest_signaturealgos.phpt15 $a = new Phar(__DIR__ . '/files/sha1.phar');
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c532 zend_uchar sha1[SHA1_MAX_LENGTH]; in php_mysqlnd_scramble() local
538 PHP_SHA1Final(sha1, &context); in php_mysqlnd_scramble()
542 PHP_SHA1Update(&context, (zend_uchar*)sha1, SHA1_MAX_LENGTH); in php_mysqlnd_scramble()
552 php_mysqlnd_crypt(buffer, (const zend_uchar *)buffer, (const zend_uchar *)sha1, SHA1_MAX_LENGTH); in php_mysqlnd_scramble()
982 zend_uchar sha1[SHA256_LENGTH]; in php_mysqlnd_scramble_sha2() local
988 PHP_SHA256Final(sha1, &context); in php_mysqlnd_scramble_sha2()
992 PHP_SHA256Update(&context, (zend_uchar*)sha1, SHA256_LENGTH); in php_mysqlnd_scramble_sha2()
1002 php_mysqlnd_crypt(buffer, (const zend_uchar *)sha1, (const zend_uchar *)buffer, SHA256_LENGTH); in php_mysqlnd_scramble_sha2()
/php-src/ext/random/tests/
H A Dengines.inc22 $this->state = sha1($this->state, true);
/php-src/ext/phar/
H A DMakefile.frag49 …ddir)/phar.phar -a pharcommand -c auto -p 0 -s $(srcdir)/phar/phar.php -h sha1 -b "$(PHP_PHARCMD_B…
/php-src/ext/standard/
H A Dconfig.w3236 php_fopen_wrapper.c credits.c css.c var_unserializer.c ftok.c sha1.c \
H A Dsha1.c30 PHP_FUNCTION(sha1) in PHP_FUNCTION() argument
H A Dconfig.m4447 var_unserializer.c ftok.c sha1.c user_filters.c uuencode.c \
H A Dbasic_functions.stub.php2223 function sha1(string $string, bool $binary = false): string {}
H A Dbasic_functions_arginfo.h2513 ZEND_FUNCTION(sha1);
3146 ZEND_FE(sha1, arginfo_sha1)
/php-src/ext/random/tests/03_randomizer/methods/
H A DpickArrayKeys.phpt29 $string = sha1((string)$i);
/php-src/ext/soap/tests/
H A Dbug73037.phpt45 sha1(uniqid()),
/php-src/ext/spl/tests/
H A Dbug65328.phpt122 $this->uid = $uid ? : uniqid(sha1(serialize($data)), true);
/php-src/ext/phar/phar/
H A Dpharcommand.inc95 …'select' => ['md5' => 'MD5','sha1' => 'SHA1', 'sha256' => 'SHA256', 'sha512' => 'SHA512', 'openssl…
423 case 'sha1':
/php-src/build/
H A Dgen_stub.php159 return sha1(str_replace("\r\n", "\n", $stubCode));
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます24259 # hash specification like: sha256 sha1 ripemd160
24314 # csum_alg[32]; checksum algorithm like: sha256 sha1 sha512 wirlpool ripemd160
H A Dmagic24259 # hash specification like: sha256 sha1 ripemd160
24314 # csum_alg[32]; checksum algorithm like: sha256 sha1 sha512 wirlpool ripemd160

Completed in 237 milliseconds

12