Searched refs:tot_len (Results 1 – 2 of 2) sorted by relevance
55 unsigned int tot_len; member
188 ctx->tot_len = 0; in sha256_init()224 ctx->tot_len += (block_nb + 1) << 6; in sha256_update()237 len_b = (ctx->tot_len + ctx->len) << 3; in sha256_final()
Completed in 2 milliseconds