RetroArch
Public Attributes | List of all members
mbedtls_sha1_context Struct Reference

SHA-1 context structure. More...

#include <sha1.h>

Public Attributes

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

Detailed Description

SHA-1 context structure.

Member Data Documentation

◆ buffer

unsigned char mbedtls_sha1_context::buffer[64]

data block being processed

◆ state

uint32_t mbedtls_sha1_context::state[5]

intermediate digest state

◆ total

uint32_t mbedtls_sha1_context::total[2]

number of bytes processed


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