Searched refs:poly1305_xform_ctx (Results 1 – 2 of 2) sorted by relevance
7 struct poly1305_xform_ctx;11 void Poly1305_Setkey(struct poly1305_xform_ctx *,14 int Poly1305_Update(struct poly1305_xform_ctx *, const void *, size_t);16 void Poly1305_Final(uint8_t [__min_size(16)], struct poly1305_xform_ctx *);
11 struct poly1305_xform_ctx { struct14 CTASSERT(sizeof(union authctx) >= sizeof(struct poly1305_xform_ctx)); argument26 Poly1305_Setkey(struct poly1305_xform_ctx *polyctx, in Poly1305_Setkey()46 Poly1305_Update(struct poly1305_xform_ctx *polyctx, const void *data, in Poly1305_Update()65 struct poly1305_xform_ctx *polyctx) in Poly1305_Final()85 .ctxsize = sizeof(struct poly1305_xform_ctx),