Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_poly1305.h7 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)); argument
26 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),