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

/freebsd-13-stable/sys/crypto/blake2/
H A Dblake2-sw.c29 struct blake2b_xform_ctx { struct
34 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2b_xform_ctx));
39 struct blake2b_xform_ctx *ctx = vctx;
54 struct blake2b_xform_ctx *ctx = vctx;
65 struct blake2b_xform_ctx *ctx = vctx;
77 struct blake2b_xform_ctx *ctx = vctx;
90 .ctxsize = sizeof(struct blake2b_xform_ctx),

Completed in 71 milliseconds