webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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 |
union { ... } |
uint8_t sha_state_st::data[SHA_CBLOCK] |
uint32_t sha_state_st::h[5] |
uint32_t sha_state_st::h0 |
uint32_t sha_state_st::h1 |
uint32_t sha_state_st::h2 |
uint32_t sha_state_st::h3 |
uint32_t sha_state_st::h4 |
uint32_t sha_state_st::Nh |
uint32_t sha_state_st::Nl |
unsigned sha_state_st::num |