Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_poly1305.c8 struct poly1305_xform_ctx { struct
11 CTASSERT(sizeof(union authctx) >= sizeof(struct poly1305_xform_ctx)); argument
26 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),