poly1305_desc_ctx
struct poly1305_desc_ctx desc;
void poly1305_init(struct poly1305_desc_ctx *desc,
void poly1305_update(struct poly1305_desc_ctx *desc,
void poly1305_final(struct poly1305_desc_ctx *desc, u8 *digest);
struct poly1305_desc_ctx poly1305_state;
struct poly1305_desc_ctx poly1305_state;
struct poly1305_desc_ctx poly1305_state;
void poly1305_init(struct poly1305_desc_ctx *desc,
void poly1305_update(struct poly1305_desc_ctx *desc,
void poly1305_final(struct poly1305_desc_ctx *desc, u8 *dst)
*desc = (struct poly1305_desc_ctx){};
struct poly1305_desc_ctx poly1305_state;
struct poly1305_desc_ctx ctx;
static void poly1305_init_withtestkey(struct poly1305_desc_ctx *ctx)
#define HASH_CTX poly1305_desc_ctx
struct poly1305_desc_ctx mac_ctx, macofmacs_ctx;
struct poly1305_desc_ctx tmp_ctx;