Home
last modified time | relevance | path

Searched refs:blake2s_xform_ctx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/crypto/blake2/
H A Dblake2-sw.c90 struct blake2s_xform_ctx { struct
93 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2s_xform_ctx)); argument
98 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),