Public Attributes | List of all members
poly1305_state_st Struct Reference

Public Attributes

uint8_t buf [16]
 
size_t buf_used
 
uint32_t h0
 
uint32_t h1
 
uint32_t h2
 
uint32_t h3
 
uint32_t h4
 
uint8_t key [16]
 
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
 

Detailed Description

Definition at line 44 of file poly1305.c.

Member Data Documentation

◆ buf

uint8_t poly1305_state_st::buf[16]

Definition at line 48 of file poly1305.c.

◆ buf_used

size_t poly1305_state_st::buf_used

Definition at line 49 of file poly1305.c.

◆ h0

uint32_t poly1305_state_st::h0

Definition at line 47 of file poly1305.c.

◆ h1

uint32_t poly1305_state_st::h1

Definition at line 47 of file poly1305.c.

◆ h2

uint32_t poly1305_state_st::h2

Definition at line 47 of file poly1305.c.

◆ h3

uint32_t poly1305_state_st::h3

Definition at line 47 of file poly1305.c.

◆ h4

uint32_t poly1305_state_st::h4

Definition at line 47 of file poly1305.c.

◆ key

uint8_t poly1305_state_st::key[16]

Definition at line 50 of file poly1305.c.

◆ r0

uint32_t poly1305_state_st::r0

Definition at line 45 of file poly1305.c.

◆ r1

uint32_t poly1305_state_st::r1

Definition at line 45 of file poly1305.c.

◆ r2

uint32_t poly1305_state_st::r2

Definition at line 45 of file poly1305.c.

◆ r3

uint32_t poly1305_state_st::r3

Definition at line 45 of file poly1305.c.

◆ r4

uint32_t poly1305_state_st::r4

Definition at line 45 of file poly1305.c.

◆ s1

uint32_t poly1305_state_st::s1

Definition at line 46 of file poly1305.c.

◆ s2

uint32_t poly1305_state_st::s2

Definition at line 46 of file poly1305.c.

◆ s3

uint32_t poly1305_state_st::s3

Definition at line 46 of file poly1305.c.

◆ s4

uint32_t poly1305_state_st::s4

Definition at line 46 of file poly1305.c.


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


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