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

Public Attributes

uint32_t r0
 
uint32_t r1
 
uint32_t r2
 
uint32_t r3
 
uint32_t r4
 
uint32_t s1
 
uint32_t s2
 
uint32_t s3
 
uint32_t s4
 
uint32_t h0
 
uint32_t h1
 
uint32_t h2
 
uint32_t h3
 
uint32_t h4
 
uint8_t buf [16]
 
unsigned int buf_used
 
uint8_t key [16]
 

Member Data Documentation

◆ buf

uint8_t poly1305_state_st::buf[16]

◆ buf_used

unsigned int poly1305_state_st::buf_used

◆ h0

uint32_t poly1305_state_st::h0

◆ h1

uint32_t poly1305_state_st::h1

◆ h2

uint32_t poly1305_state_st::h2

◆ h3

uint32_t poly1305_state_st::h3

◆ h4

uint32_t poly1305_state_st::h4

◆ key

uint8_t poly1305_state_st::key[16]

◆ r0

uint32_t poly1305_state_st::r0

◆ r1

uint32_t poly1305_state_st::r1

◆ r2

uint32_t poly1305_state_st::r2

◆ r3

uint32_t poly1305_state_st::r3

◆ r4

uint32_t poly1305_state_st::r4

◆ s1

uint32_t poly1305_state_st::s1

◆ s2

uint32_t poly1305_state_st::s2

◆ s3

uint32_t poly1305_state_st::s3

◆ s4

uint32_t poly1305_state_st::s4

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