Searched refs:sha256_total (Results 1 – 2 of 2) sorted by relevance
76 ctx->sha256_total = 0; in sha256_init()114 left = (ctx->sha256_total & 0x3F); in sha256_update()117 ctx->sha256_total += ilen; in sha256_update()158 block_present = (ctx->sha256_total % SHA256_BLOCK_SIZE); in sha256_final()171 PUT_UINT64_BE(8 * ctx->sha256_total, last_padded_block, in sha256_final()177 PUT_UINT64_BE(8 * ctx->sha256_total, last_padded_block, in sha256_final()
62 u64 sha256_total; member