Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

_SHA256_CTX Struct Reference

#include <sha2.h>

Data Fields

uint32 state [8]
uint64 bitcount
uint8 buffer [SHA256_BLOCK_LENGTH]

Detailed Description

Definition at line 68 of file sha2.h.


Field Documentation

Definition at line 71 of file sha2.h.

Referenced by SHA224_Init(), SHA256_Init(), SHA256_Last(), and SHA256_Update().

uint8 _SHA256_CTX::buffer[SHA256_BLOCK_LENGTH]

Definition at line 72 of file sha2.h.

Referenced by SHA224_Init(), SHA256_Init(), SHA256_Last(), SHA256_Transform(), and SHA256_Update().

Definition at line 70 of file sha2.h.

Referenced by SHA224_Final(), SHA224_Init(), SHA256_Final(), SHA256_Init(), and SHA256_Transform().


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