Searched refs:sha_finish_walk (Results 1 – 3 of 3) sorted by relevance
/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 405 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/ |
D | sha1_mb.c | 407 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/ |
D | sha512_mb.c | 437 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()
|