PostgreSQL Source Code git master
Data Fields
pg_sha256_ctx Struct Reference

#include <sha2_int.h>

Data Fields

uint32  state [8]
 
 
 

Detailed Description

Definition at line 55 of file sha2_int.h.

Field Documentation

bitcount

uint64 pg_sha256_ctx::bitcount

Definition at line 58 of file sha2_int.h.

Referenced by pg_sha224_init(), pg_sha256_init(), pg_sha256_update(), and SHA256_Last().

buffer

uint8 pg_sha256_ctx::buffer[PG_SHA256_BLOCK_LENGTH]

Definition at line 59 of file sha2_int.h.

Referenced by pg_sha224_init(), pg_sha256_init(), pg_sha256_update(), SHA256_Last(), and SHA256_Transform().

state

uint32 pg_sha256_ctx::state[8]

Definition at line 57 of file sha2_int.h.

Referenced by pg_sha224_final(), pg_sha224_init(), pg_sha256_final(), pg_sha256_init(), and SHA256_Transform().


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

AltStyle によって変換されたページ (->オリジナル) /