Public Attributes | List of all members
sha_state_st Struct Reference

#include <sha.h>

Public Attributes

union {
   struct {
      uint32_t   h0
 
      uint32_t   h1
 
      uint32_t   h2
 
      uint32_t   h3
 
      uint32_t   h4
 
   } 
 
   uint32_t   h [5]
 
}; 
 
uint8_t data [SHA_CBLOCK]
 
uint32_t Nh
 
uint32_t Nl
 
unsigned num
 

Detailed Description

Definition at line 99 of file sha.h.

Member Data Documentation

◆ @367

union { ... }

◆ data

uint8_t sha_state_st::data[SHA_CBLOCK]

Definition at line 117 of file sha.h.

◆ h

uint32_t sha_state_st::h[5]

Definition at line 106 of file sha.h.

◆ h0

uint32_t sha_state_st::h0

Definition at line 108 of file sha.h.

◆ h1

uint32_t sha_state_st::h1

Definition at line 109 of file sha.h.

◆ h2

uint32_t sha_state_st::h2

Definition at line 110 of file sha.h.

◆ h3

uint32_t sha_state_st::h3

Definition at line 111 of file sha.h.

◆ h4

uint32_t sha_state_st::h4

Definition at line 112 of file sha.h.

◆ Nh

uint32_t sha_state_st::Nh

Definition at line 116 of file sha.h.

◆ Nl

uint32_t sha_state_st::Nl

Definition at line 116 of file sha.h.

◆ num

unsigned sha_state_st::num

Definition at line 118 of file sha.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:48