|
PostgreSQL Source Code git master
|
#include <sha2_int.h>
Data Fields | |
| uint64 | state [8] |
| uint64 | bitcount [2] |
| uint8 | buffer [PG_SHA512_BLOCK_LENGTH] |
Definition at line 61 of file sha2_int.h.
| uint64 pg_sha512_ctx::bitcount[2] |
Definition at line 64 of file sha2_int.h.
Referenced by pg_sha384_init(), pg_sha512_init(), pg_sha512_update(), and SHA512_Last().
| uint8 pg_sha512_ctx::buffer[PG_SHA512_BLOCK_LENGTH] |
Definition at line 65 of file sha2_int.h.
Referenced by pg_sha384_init(), pg_sha512_init(), pg_sha512_update(), SHA512_Last(), and SHA512_Transform().
| uint64 pg_sha512_ctx::state[8] |
Definition at line 63 of file sha2_int.h.
Referenced by pg_sha384_final(), pg_sha384_init(), pg_sha512_final(), pg_sha512_init(), and SHA512_Transform().