Home
last modified time | relevance | path

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

/third_party/openssl/crypto/poly1305/
Dpoly1305_local.h15 struct poly1305_context { struct
16 double opaque[24]; /* large enough to hold internal state, declared
20 unsigned int nonce[4];
21 unsigned char data[POLY1305_BLOCK_SIZE];
22 size_t num;
23 struct {
26 } func;