Searched refs:skein_512_update (Results 1 – 4 of 4) sorted by relevance
68 return skein_512_update((struct skein_512_ctx *)shash_desc_ctx(desc), in skein512_update()
160 ret = skein_512_update(&ctx->m.s512, (const u8 *)msg, in skein_update()
99 int skein_512_update(struct skein_512_ctx *ctx, const u8 *msg,
331 skein_512_update(ctx, key, key_bytes); in skein_512_init_ext()364 int skein_512_update(struct skein_512_ctx *ctx, const u8 *msg, in skein_512_update() function