Searched refs:CRC32 (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/hash/tests/ |
H A D | mhash_002.phpt | 24 "CRC32" => 4, 61 CRC32 . 4
|
H A D | crc32.phpt | 2 CRC32
|
/PHP-5.4/ext/standard/ |
H A D | crc32.h | 28 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) macro
|
/PHP-5.4/ext/zip/lib/ |
H A D | zip_source_pkware.c | 54 #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8)) macro 131 ctx->key[0] = CRC32(ctx->key[0], b); in decrypt() 134 ctx->key[2] = CRC32(ctx->key[2], b); in decrypt()
|
/PHP-5.4/ext/phar/ |
H A D | zip.c | 814 CRC32(crc, perms.perms[0]); in phar_zip_changed_apply() 815 CRC32(crc, perms.perms[1]); in phar_zip_changed_apply() 873 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply()
|
H A D | phar.c | 2474 CRC32(crc, php_stream_getc(fp)); 2844 CRC32(newcrc32, php_stream_getc(file));
|
/PHP-5.4/ |
H A D | NEWS | 5622 - Fixed bug #45028 (CRC32 output endianness is different between crc32() and
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 4466 >>>(0x18.l-26) lelong x CRC32 0x%08x
|
Completed in 69 milliseconds