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

#include <sctp_sha1.h>

Public Attributes

unsigned int A
 
unsigned int B
 
unsigned int C
 
unsigned int D
 
unsigned int E
 
unsigned int H0
 
unsigned int H1
 
unsigned int H2
 
unsigned int H3
 
unsigned int H4
 
unsigned int words [80]
 
unsigned int TEMP
 
char sha_block [64]
 
int how_many_in_block
 
unsigned int running_total
 

Member Data Documentation

◆ A

unsigned int sctp_sha1_context::A

◆ B

unsigned int sctp_sha1_context::B

◆ C

unsigned int sctp_sha1_context::C

◆ D

unsigned int sctp_sha1_context::D

◆ E

unsigned int sctp_sha1_context::E

◆ H0

unsigned int sctp_sha1_context::H0

◆ H1

unsigned int sctp_sha1_context::H1

◆ H2

unsigned int sctp_sha1_context::H2

◆ H3

unsigned int sctp_sha1_context::H3

◆ H4

unsigned int sctp_sha1_context::H4

◆ how_many_in_block

int sctp_sha1_context::how_many_in_block

◆ running_total

unsigned int sctp_sha1_context::running_total

◆ sha_block

char sctp_sha1_context::sha_block[64]

◆ TEMP

unsigned int sctp_sha1_context::TEMP

◆ words

unsigned int sctp_sha1_context::words[80]

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