RetroArch
Public Attributes | List of all members
mbedtls_md4_context Struct Reference

MD4 context structure. More...

#include <md4.h>

Public Attributes

uint32_t total [2]
 
uint32_t state [4]
 
unsigned char buffer [64]
 

Detailed Description

MD4 context structure.

Member Data Documentation

◆ buffer

unsigned char mbedtls_md4_context::buffer[64]

data block being processed

◆ state

uint32_t mbedtls_md4_context::state[4]

intermediate digest state

◆ total

uint32_t mbedtls_md4_context::total[2]

number of bytes processed


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