Index

Package: CRC

Description

package Zip.CRC is
Cyclic redundancy check to verify archived data integrity

Subprograms & Entries

Init

procedure Init 
(Current_CRC: out Unsigned_32);

References:

zip-crc.ads:7:13 (declaration)
unzip-decompress.adb:141:21 (call)
zip-crc.adb:39:14 (body)
zip-crc.adb:47:8 (label)

Final

function  Final 
(Current_CRC: Unsigned_32) return Unsigned_32;

References:

zip-crc.ads:9:13 (declaration)
unzip-decompress.adb:2005:36 (call)
zip-crc.adb:49:13 (body)

Update

procedure Update 
(Current_CRC: in out Unsigned_32;
InBuf: Zip.Byte_Buffer);

Called by:

Decompress.Decompress_data.UnZ_IO.Decryption.Update_keys defined at unzip-decompress.adb:217:23
Decompress.Decompress_data.UnZ_IO.Decryption.Update_keys defined at unzip-decompress.adb:217:23
Decompress.Decompress_data.UnZ_IO.Flush defined at unzip-decompress.adb:94:20
Decompress.Decompress_data.UnZ_Meth.Unshrink_Flush defined at unzip-decompress.adb:583:20

Calls:

Shift_Right defined at interfac.ads:111:13