ReactOS 0.4.15-dev-7953-g1f49173
tagHASH_CONTEXT Union Reference

#include <implglue.h>

Collaboration diagram for tagHASH_CONTEXT:

Public Attributes

md2_state md2
 
MD4_CTX md4
 
MD5_CTX md5
 
SHA_CTX sha
 
SHA256_CTX sha256
 
SHA384_CTX sha384
 
SHA512_CTX sha512
 

Detailed Description

Definition at line 56 of file implglue.h.

Member Data Documentation

◆ md2

md2_state tagHASH_CONTEXT::md2

Definition at line 57 of file implglue.h.

Referenced by finalize_hash_impl(), init_hash_impl(), and update_hash_impl().

◆ md4

MD4_CTX tagHASH_CONTEXT::md4

Definition at line 58 of file implglue.h.

Referenced by finalize_hash_impl(), init_hash_impl(), and update_hash_impl().

◆ md5

MD5_CTX tagHASH_CONTEXT::md5

Definition at line 59 of file implglue.h.

Referenced by finalize_hash_impl(), init_hash_impl(), and update_hash_impl().

◆ sha

SHA_CTX tagHASH_CONTEXT::sha

Definition at line 60 of file implglue.h.

Referenced by finalize_hash_impl(), init_hash_impl(), and update_hash_impl().

◆ sha256

SHA256_CTX tagHASH_CONTEXT::sha256

Definition at line 61 of file implglue.h.

Referenced by finalize_hash_impl(), init_hash_impl(), and update_hash_impl().

◆ sha384

SHA384_CTX tagHASH_CONTEXT::sha384

Definition at line 62 of file implglue.h.

Referenced by finalize_hash_impl(), init_hash_impl(), and update_hash_impl().

◆ sha512

SHA512_CTX tagHASH_CONTEXT::sha512

Definition at line 63 of file implglue.h.

Referenced by finalize_hash_impl(), init_hash_impl(), and update_hash_impl().


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