Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c381 struct sha1_hash_ctx *sha_ctx; in sha_finish_walk() local
397 sha_ctx = (struct sha1_hash_ctx *) shash_desc_ctx(&rctx->desc); in sha_finish_walk()
399 sha_ctx = sha1_ctx_mgr_submit(cstate->mgr, sha_ctx, rctx->walk.data, nbytes, flag); in sha_finish_walk()
400 if (!sha_ctx) { in sha_finish_walk()
402 sha_ctx = sha1_ctx_mgr_flush(cstate->mgr); in sha_finish_walk()
405 if (sha_ctx) in sha_finish_walk()
406 rctx = cast_hash_to_mcryptd_ctx(sha_ctx); in sha_finish_walk()
427 struct sha1_hash_ctx *sha_ctx; in sha_complete_job() local
445 sha_ctx = sha1_ctx_mgr_get_comp_ctx(cstate->mgr); in sha_complete_job()
446 while (sha_ctx) { in sha_complete_job()
[all …]