Searched refs:blake2b_xform_ctx (Results 1 – 1 of 1) sorted by relevance
29 struct blake2b_xform_ctx { struct34 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2b_xform_ctx)); argument39 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_init()54 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_setkey()65 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_update()77 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_final()90 .ctxsize = sizeof(struct blake2b_xform_ctx),