Searched refs:poly1305_xform_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/opencrypto/
H A Dxform_poly1305.h7 struct poly1305_xform_ctx;
9 void Poly1305_Init(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 *);
H A Dxform_poly1305.c11 struct poly1305_xform_ctx { struct
14 CTASSERT(sizeof(union authctx) >= sizeof(struct poly1305_xform_ctx));
20 Poly1305_Init(struct poly1305_xform_ctx *polyctx)
26 Poly1305_Setkey(struct poly1305_xform_ctx *polyctx,
46 Poly1305_Update(struct poly1305_xform_ctx *polyctx, const void *data,
65 struct poly1305_xform_ctx *polyctx)
85 .ctxsize = sizeof(struct poly1305_xform_ctx),

Completed in 59 milliseconds