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

#include <sha1.h>

Collaboration diagram for USHAContext:
Collaboration graph
[legend]

Data Fields

union {
   SHA1Context   sha1Context
 
   SHA224Context   sha224Context
 
   SHA256Context   sha256Context
 
   SHA384Context   sha384Context
 
   SHA512Context   sha512Context
 
ctx
 
int whichSha
 

Detailed Description

Definition at line 197 of file sha1.h.

Field Documentation

◆ 

union { ... } ctx

◆ sha1Context

SHA1Context sha1Context

Definition at line 200 of file sha1.h.

◆ sha224Context

SHA224Context sha224Context

Definition at line 201 of file sha1.h.

◆ sha256Context

SHA256Context sha256Context

Definition at line 201 of file sha1.h.

◆ sha384Context

SHA384Context sha384Context

Definition at line 202 of file sha1.h.

◆ sha512Context

SHA512Context sha512Context

Definition at line 202 of file sha1.h.

◆ whichSha

int whichSha

Definition at line 198 of file sha1.h.


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