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 |
Definition at line 44 of file poly1305.c.
uint8_t poly1305_state_st::buf[16] |
Definition at line 48 of file poly1305.c.
size_t poly1305_state_st::buf_used |
Definition at line 49 of file poly1305.c.
uint32_t poly1305_state_st::h0 |
Definition at line 47 of file poly1305.c.
uint32_t poly1305_state_st::h1 |
Definition at line 47 of file poly1305.c.
uint32_t poly1305_state_st::h2 |
Definition at line 47 of file poly1305.c.
uint32_t poly1305_state_st::h3 |
Definition at line 47 of file poly1305.c.
uint32_t poly1305_state_st::h4 |
Definition at line 47 of file poly1305.c.
uint8_t poly1305_state_st::key[16] |
Definition at line 50 of file poly1305.c.
uint32_t poly1305_state_st::r0 |
Definition at line 45 of file poly1305.c.
uint32_t poly1305_state_st::r1 |
Definition at line 45 of file poly1305.c.
uint32_t poly1305_state_st::r2 |
Definition at line 45 of file poly1305.c.
uint32_t poly1305_state_st::r3 |
Definition at line 45 of file poly1305.c.
uint32_t poly1305_state_st::r4 |
Definition at line 45 of file poly1305.c.
uint32_t poly1305_state_st::s1 |
Definition at line 46 of file poly1305.c.
uint32_t poly1305_state_st::s2 |
Definition at line 46 of file poly1305.c.
uint32_t poly1305_state_st::s3 |
Definition at line 46 of file poly1305.c.
uint32_t poly1305_state_st::s4 |
Definition at line 46 of file poly1305.c.