Searched refs:blake2b_tfm_ctx (Results 1 – 1 of 1) sorted by relevance
12 struct blake2b_tfm_ctx { struct20 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2b_setkey() argument33 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_init()57 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_digest()71 .base.cra_ctxsize = sizeof(struct blake2b_tfm_ctx), \