Searched refs:blake2s_xform_ctx (Results 1 – 1 of 1) sorted by relevance
90 struct blake2s_xform_ctx { struct93 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2s_xform_ctx)); argument98 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_init()109 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_setkey()121 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_update()133 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_final()146 .ctxsize = sizeof(struct blake2s_xform_ctx),