Home
last modified time | relevance | path

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

/arch/x86/crypto/sha256-mb/
Dsha256_mb.c405 static int sha_finish_walk(struct mcryptd_hash_request_ctx **ret_rctx, in sha_finish_walk() function
480 ret = sha_finish_walk(&req_ctx, cstate, false); in sha_complete_job()
569 ret = sha_finish_walk(&rctx, cstate, false); in sha256_mb_update()
630 ret = sha_finish_walk(&rctx, cstate, false); in sha256_mb_finup()
680 ret = sha_finish_walk(&rctx, cstate, false); in sha256_mb_final()
935 sha_finish_walk(&rctx, cstate, true); in sha256_mb_flusher()
/arch/x86/crypto/sha1-mb/
Dsha1_mb.c407 static int sha_finish_walk(struct mcryptd_hash_request_ctx **ret_rctx, in sha_finish_walk() function
482 ret = sha_finish_walk(&req_ctx, cstate, false); in sha_complete_job()
572 ret = sha_finish_walk(&rctx, cstate, false); in sha1_mb_update()
633 ret = sha_finish_walk(&rctx, cstate, false); in sha1_mb_finup()
682 ret = sha_finish_walk(&rctx, cstate, false); in sha1_mb_final()
934 sha_finish_walk(&rctx, cstate, true); in sha1_mb_flusher()
/arch/x86/crypto/sha512-mb/
Dsha512_mb.c437 static int sha_finish_walk(struct mcryptd_hash_request_ctx **ret_rctx, in sha_finish_walk() function
513 ret = sha_finish_walk(&req_ctx, cstate, false); in sha_complete_job()
605 ret = sha_finish_walk(&rctx, cstate, false); in sha512_mb_update()
667 ret = sha_finish_walk(&rctx, cstate, false); in sha512_mb_finup()
716 ret = sha_finish_walk(&rctx, cstate, false); in sha512_mb_final()
972 sha_finish_walk(&rctx, cstate, true); in sha512_mb_flusher()