MCPcopy Create free account
hub / github.com/FreeApophis/TrueCrypt / DecryptBuffer

Function DecryptBuffer

Common/Crypto.c:1496–1588  ·  view source on GitHub ↗

DecryptBuffer buf: data to be decrypted; the start of the buffer is assumed to be aligned with the start of a data unit. len: number of bytes to decrypt; must be divisible by the block size (for cascaded ciphers, divisible by the largest block size used within the cascade)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

DecryptDriveFunction · 0.85
TestSectorBufEncryptionFunction · 0.85
CreateVolumeHeaderMethod · 0.85
ReadVolumeHeaderFunction · 0.85
DecryptMethod · 0.85
DecryptMethod · 0.85
DecryptMethod · 0.85
FastVolumeHeaderUpdateFunction · 0.85

Calls 10

EAGetKeyScheduleSizeFunction · 0.85
EAGetLastCipherFunction · 0.85
EAGetPreviousCipherFunction · 0.85
CipherGetKeyScheduleSizeFunction · 0.85
DecryptBufferXTSFunction · 0.85
CipherGetBlockSizeFunction · 0.85
EAGetFirstCipherFunction · 0.85
DecryptBufferLRW64Function · 0.85
DecryptBufferLRW128Function · 0.85
DecryptBufferCBCFunction · 0.85

Tested by 2

TestSectorBufEncryptionFunction · 0.68