Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/blake2/
H A Dblake2-sw.c97 struct blake2s_xform_ctx { struct
102 CTASSERT(sizeof(union authctx) >= sizeof(struct blake2s_xform_ctx)); argument
107 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_init()
122 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_setkey()
133 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_update()
145 struct blake2s_xform_ctx *ctx = vctx; in blake2s_xform_final()
158 .ctxsize = sizeof(struct blake2s_xform_ctx),