#include <sw_poly1305-donna-32.h>
Data Fields | |
| unsigned long | r [5] |
| unsigned long | h [5] |
| unsigned long | pad [4] |
| size_t | leftover |
| unsigned char | buffer [poly1305_block_size] |
| unsigned char | final |
| unsigned char poly1305_state_internal_t::buffer[poly1305_block_size] |
Referenced by poly1305_finish(), and poly1305_update().
| unsigned char poly1305_state_internal_t::final |
Referenced by poly1305_blocks(), poly1305_finish(), and poly1305_init().
| unsigned long poly1305_state_internal_t::h[5] |
Referenced by poly1305_blocks(), poly1305_finish(), and poly1305_init().
| size_t poly1305_state_internal_t::leftover |
Referenced by poly1305_finish(), poly1305_init(), and poly1305_update().
| unsigned long poly1305_state_internal_t::pad[4] |
Referenced by poly1305_finish(), and poly1305_init().
| unsigned long poly1305_state_internal_t::r[5] |
Referenced by poly1305_blocks(), poly1305_finish(), and poly1305_init().