Home
last modified time | relevance | path

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

/linux-6.14.4/include/crypto/internal/
Dblake2b.h67 struct blake2b_tfm_ctx { struct
75 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2b_setkey() argument
88 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_init()
/linux-6.14.4/arch/arm/crypto/
Dblake2b-neon-glue.c60 .base.cra_ctxsize = sizeof(struct blake2b_tfm_ctx), \
/linux-6.14.4/crypto/
Dblake2b_generic.c143 .base.cra_ctxsize = sizeof(struct blake2b_tfm_ctx), \