|
PSPSDK 2025-10-12
|
Structure to hold the MD5 context. More...
#include <user/psputils.h>
Data Fields | |
| unsigned int | h [4] |
| unsigned int | pad |
| SceUShort16 | usRemains |
| SceUShort16 | usComputed |
| SceULong64 | ullTotalLen |
| unsigned char | buf [64] |
Structure to hold the MD5 context.
| unsigned char _SceKernelUtilsMd5Context::buf[64] |
| unsigned int _SceKernelUtilsMd5Context::h[4] |
| unsigned int _SceKernelUtilsMd5Context::pad |
| SceULong64 _SceKernelUtilsMd5Context::ullTotalLen |
| SceUShort16 _SceKernelUtilsMd5Context::usComputed |
| SceUShort16 _SceKernelUtilsMd5Context::usRemains |