Header And Logo

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

Data Fields

sha1_ctxt Struct Reference

#include <sha1.h>

Data Fields

union {
   uint8   b8 [20]
   uint32   b32 [5]
h
union {
   uint8   b8 [8]
   uint64   b64 [1]
c
union {
   uint8   b8 [64]
   uint32   b32 [16]
m
uint8 count

Detailed Description

Definition at line 41 of file sha1.h.


Field Documentation

Definition at line 46 of file sha1.h.

uint64 sha1_ctxt::b64[1]

Definition at line 51 of file sha1.h.

Referenced by sha1_loop().

Definition at line 45 of file sha1.h.

Referenced by sha1_loop(), sha1_pad(), sha1_result(), and sha1_step().

union { ... } sha1_ctxt::c

Referenced by sha1_loop(), and sha1_pad().

Definition at line 58 of file sha1.h.

union { ... } sha1_ctxt::h

Referenced by sha1_result().

union { ... } sha1_ctxt::m

Referenced by sha1_loop(), sha1_pad(), and sha1_step().


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