Searched refs:xcbc_tfm_ctx (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dxcbc.c34 * | xcbc_tfm_ctx
39 struct xcbc_tfm_ctx { struct
64 struct xcbc_tfm_ctx *ctx = crypto_shash_ctx(parent);
99 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent);
145 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent);
181 struct xcbc_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
194 struct xcbc_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
244 inst->alg.base.cra_ctxsize = ALIGN(sizeof(struct xcbc_tfm_ctx),

Completed in 170 milliseconds