Searched refs:sha_finish_walk (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/x86/crypto/sha-mb/ |
| D | sha1_mb.c | 375 static int sha_finish_walk(struct mcryptd_hash_request_ctx **ret_rctx, in sha_finish_walk() function 448 ret = sha_finish_walk(&req_ctx, cstate, false); in sha_complete_job() 538 ret = sha_finish_walk(&rctx, cstate, false); in sha1_mb_update() 600 ret = sha_finish_walk(&rctx, cstate, false); in sha1_mb_finup() 649 ret = sha_finish_walk(&rctx, cstate, false); in sha1_mb_final() 841 sha_finish_walk(&rctx, cstate, true); in sha1_mb_flusher()
|