Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dmv_cesa.c330 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_process_hash_current() local
344 tfm_ctx->ivs, sizeof(tfm_ctx->ivs)); in mv_process_hash_current()
408 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_hash_final_fallback() local
410 SHASH_DESC_ON_STACK(shash, tfm_ctx->fallback); in mv_hash_final_fallback()
413 shash->tfm = tfm_ctx->fallback; in mv_hash_final_fallback()
729 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_hash_init() local
730 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 0, 0, in mv_hash_init()
731 tfm_ctx->count_add); in mv_hash_init()
761 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_hash_digest() local
762 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 1, in mv_hash_digest()
[all …]