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

/freebsd-current/sys/crypto/blake2/
H A Dblake2-sw.c27 struct blake2b_xform_ctx { struct
30 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2b_xform_ctx));
35 struct blake2b_xform_ctx *ctx = vctx;
46 struct blake2b_xform_ctx *ctx = vctx;
58 struct blake2b_xform_ctx *ctx = vctx;
70 struct blake2b_xform_ctx *ctx = vctx;
83 .ctxsize = sizeof(struct blake2b_xform_ctx),

Completed in 157 milliseconds