Wed Jan 8 2020 09:50:25

Asterisk developer's documentation


USHAContext Struct Reference

#include <sha1.h>

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

Definition at line 200 of file sha1.h.

SHA224Context sha224Context

Definition at line 201 of file sha1.h.

SHA256Context sha256Context

Definition at line 201 of file sha1.h.

SHA384Context sha384Context

Definition at line 202 of file sha1.h.

SHA512Context sha512Context

Definition at line 202 of file sha1.h.

int whichSha

Definition at line 198 of file sha1.h.


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