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

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c325 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_process_hash_current() local
339 tfm_ctx->ivs, sizeof(tfm_ctx->ivs)); mv_process_hash_current()
403 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_hash_final_fallback() local
405 SHASH_DESC_ON_STACK(shash, tfm_ctx->fallback); mv_hash_final_fallback()
408 shash->tfm = tfm_ctx->fallback; mv_hash_final_fallback()
724 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_hash_init() local
725 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 0, 0, mv_hash_init()
726 tfm_ctx->count_add); mv_hash_init()
756 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); mv_hash_digest() local
757 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 1, mv_hash_digest()
758 req->nbytes, tfm_ctx->count_add); mv_hash_digest()

Completed in 45 milliseconds