Searched refs:poly1305_xform_ctx (Results 1 – 1 of 1) sorted by relevance
8 struct poly1305_xform_ctx { struct11 CTASSERT(sizeof(union authctx) >= sizeof(struct poly1305_xform_ctx)); argument26 struct poly1305_xform_ctx *polyctx = ctx; in xform_Poly1305_Setkey()40 struct poly1305_xform_ctx *polyctx = ctx; in xform_Poly1305_Update()52 struct poly1305_xform_ctx *polyctx = ctx; in xform_Poly1305_Final()65 .ctxsize = sizeof(struct poly1305_xform_ctx),