Home
last modified time | relevance | path

Searched refs:crc32 (Results 26 – 50 of 51) sorted by relevance

123

/PHP-8.2/ext/hash/tests/
H A Dhash_serialize_003.phpt112 "crc32",
H A Dhash_hkdf_error.phpt31 fn() => hash_hkdf('crc32', $ikm),
H A Dhash-clone.phpt122 string(5) "crc32"
302 string(5) "crc32"
H A Dhash_copy_001.phpt122 string(5) "crc32"
302 string(5) "crc32"
H A Dhash_serialize_001.phpt140 string(5) "crc32"
314 string(5) "crc32"
H A Dhash_serialize_002.phpt7 $non_crypto = ["adler32", "crc32", "crc32b", "crc32c", "fnv132", "fnv1a32", "fnv164", "fnv1a64", "j…
/PHP-8.2/ext/phar/
H A Dshortarc.php271 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dphar_internal.h234 uint32_t crc32; member
531 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip);
H A Dphar.c1173 PHAR_GET_32(buffer, entry.crc32); in phar_parse_pharfile()
2389 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip) /*… in phar_postprocess_file() argument
2430 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2433 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
2437 …->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || e… in phar_postprocess_file()
2461 if (SUCCESS == ret && php_crc32_bulk_end(crc) == crc32) { in phar_postprocess_file()
2808 entry->crc32 = php_crc32_bulk_end(newcrc32); in phar_flush()
3009 phar_set_32(entry_buffer+12, entry->crc32); in phar_flush()
H A Dutil.c728 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { in phar_open_entry_fp()
746 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { in phar_open_entry_fp()
793 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 0)) { in phar_open_entry_fp()
812 entry->crc32 = 0; in phar_create_writeable_entry()
845 entry->crc32 = 0; in phar_create_writeable_entry()
H A Dtar.c793 entry->crc32 = phar_tar_checksum((char *)&header, sizeof(header)); in phar_tar_writeheaders_int()
795 if (FAILURE == phar_tar_octal(header.checksum, entry->crc32, sizeof(header.checksum)-1)) { in phar_tar_writeheaders_int()
H A Dstream.c321 …ile->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->crc32, &error, 2) != SUC… in phar_wrapper_open_url()
/PHP-8.2/ext/phar/tests/
H A Dphar_setdefaultstub.phpt320 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
615 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
910 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dphar_createdefaultstub.phpt300 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
594 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
896 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-8.2/ext/phar/tests/files/
H A Dinclude_path2.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dnophar.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl256.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl512.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-8.2/ext/standard/
H A Dconfig.m4463 PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c crypt.c \
H A Dbasic_functions.stub.php1397 function crc32(string $string): int {} function
H A Dbasic_functions_arginfo.h2372 ZEND_FUNCTION(crc32);
2998 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(crc32, arginfo_crc32)
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc1205 hash('crc32', dirname($address)) . '-' .

Completed in 78 milliseconds

123