PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
_SceKernelUtilsMd5Context Struct Reference

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]
 

Detailed Description

Structure to hold the MD5 context.

Field Documentation

◆ buf

unsigned char _SceKernelUtilsMd5Context::buf[64]

◆ h

unsigned int _SceKernelUtilsMd5Context::h[4]

◆ pad

unsigned int _SceKernelUtilsMd5Context::pad

◆ ullTotalLen

SceULong64 _SceKernelUtilsMd5Context::ullTotalLen

◆ usComputed

SceUShort16 _SceKernelUtilsMd5Context::usComputed

◆ usRemains

SceUShort16 _SceKernelUtilsMd5Context::usRemains

The documentation for this struct was generated from the following file: