Home
last modified time | relevance | path

Searched defs:poly1305_context (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/crypto/openssl/
H A Dossl_poly1305.h23 struct poly1305_context { struct
24 double opaque[24]; /* large enough to hold internal state, declared
28 unsigned int nonce[4];
29 unsigned char data[POLY1305_BLOCK_SIZE];
30 size_t num;
31 struct {
34 } func;
/freebsd/crypto/openssl/include/crypto/
H A Dpoly1305.h27 struct poly1305_context { struct
28 double opaque[24]; /* large enough to hold internal state, declared
32 unsigned int nonce[4];
33 unsigned char data[POLY1305_BLOCK_SIZE];
34 size_t num;
35 struct {
38 } func;