Searched refs:blake2b_xform_ctx (Results 1 – 1 of 1) sorted by relevance
27 struct blake2b_xform_ctx { struct30 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2b_xform_ctx)); argument35 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_init()46 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_setkey()58 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_update()70 struct blake2b_xform_ctx *ctx = vctx; in blake2b_xform_final()83 .ctxsize = sizeof(struct blake2b_xform_ctx),