Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.c35 if (ctx->has_next && !ctx->iv_len) { in sec_digest_fill_long_bd2()
40 } else if (ctx->has_next && ctx->iv_len) { in sec_digest_fill_long_bd2()
46 } else if (!ctx->has_next && ctx->iv_len) { in sec_digest_fill_long_bd2()
162 if (ctx->has_next && !ctx->iv_len) { in sec_digest_fill_long_bd3()
168 } else if (ctx->has_next && ctx->iv_len) { in sec_digest_fill_long_bd3()
175 } else if (!ctx->has_next && ctx->iv_len) { in sec_digest_fill_long_bd3()
282 hash_ctx->has_next = false; in hisi_sec_digest_ctx_init()
354 hash_ctx->has_next = true; in hisi_sec_digest_do_update()
407 hash_ctx->has_next = false; in hisi_sec_digest_do_final()
465 out_hash_ctx->has_next = in_hash_ctx->has_next; in hisi_sec_digest_copy_state()
H A Dsec_hash.h29 bool has_next; member