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

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c127 struct mv_tfm_hash_ctx { struct
325 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_process_hash_current()
403 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_hash_final_fallback()
724 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_hash_init()
756 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_hash_digest()
762 static void mv_hash_init_ivs(struct mv_tfm_hash_ctx *ctx, const void *istate, mv_hash_init_ivs()
777 struct mv_tfm_hash_ctx *ctx = crypto_tfm_ctx(&tfm->base); mv_hash_setkey()
842 struct mv_tfm_hash_ctx *ctx = crypto_tfm_ctx(tfm); mv_cra_hash_init()
888 struct mv_tfm_hash_ctx *ctx = crypto_tfm_ctx(tfm); mv_cra_hash_exit()
989 .cra_ctxsize = sizeof(struct mv_tfm_hash_ctx),
1014 .cra_ctxsize = sizeof(struct mv_tfm_hash_ctx),

Completed in 46 milliseconds