poly1305_context
return sizeof(struct poly1305_context);
typedef struct poly1305_context POLY1305;
struct poly1305_context auth_ctx;
.ctxsize = sizeof(struct poly1305_context),
_Static_assert(sizeof(struct poly1305_context) <=
typedef struct poly1305_context POLY1305;