Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
HMACContext Struct Reference

#include <sha1.h>

Collaboration diagram for HMACContext:
Collaboration graph
[legend]

Data Fields

int blockSize
 
int Computed
 
int Corrupted
 
int hashSize
 
unsigned char k_opad [USHA_Max_Message_Block_Size]
 
USHAContext shaContext
 
int whichSha
 

Detailed Description

Definition at line 210 of file sha1.h.

Field Documentation

◆ blockSize

int blockSize

Definition at line 213 of file sha1.h.

◆ Computed

int Computed

Definition at line 217 of file sha1.h.

◆ Corrupted

int Corrupted

Definition at line 218 of file sha1.h.

◆ hashSize

int hashSize

Definition at line 212 of file sha1.h.

◆ k_opad

unsigned char k_opad[USHA_Max_Message_Block_Size]

Definition at line 215 of file sha1.h.

◆ shaContext

USHAContext shaContext

Definition at line 214 of file sha1.h.

◆ whichSha

int whichSha

Definition at line 211 of file sha1.h.


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