rpcsx/rpcs3/Emu/PSP2/Modules/sceMd5.h

13 lines
171 B
C
Raw Normal View History

2015-06-21 01:04:01 +02:00
#pragma once
struct SceMd5Context
{
le_t<u32> h[4];
le_t<u32> pad;
le_t<u16> usRemains;
le_t<u16> usComputed;
le_t<u64> ullTotalLen;
u8 buf[64];
u8 result[64];
};