webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
sha_state_st Struct Reference

#include <sha.h>

Public Attributes

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

Member Data Documentation

◆ @730

union { ... }

◆ data

uint8_t sha_state_st::data[SHA_CBLOCK]

◆ h

uint32_t sha_state_st::h[5]

◆ h0

uint32_t sha_state_st::h0

◆ h1

uint32_t sha_state_st::h1

◆ h2

uint32_t sha_state_st::h2

◆ h3

uint32_t sha_state_st::h3

◆ h4

uint32_t sha_state_st::h4

◆ Nh

uint32_t sha_state_st::Nh

◆ Nl

uint32_t sha_state_st::Nl

◆ num

unsigned sha_state_st::num

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