Searched refs:total64 (Results 1 – 3 of 3) sorted by relevance
99 ctx->total64 = 0; in __sha256_init_ctx()117 ctx->total64 += bytes; in __sha256_finish_ctx()124 ctx->buffer64[(bytes + pad) / 8] = SWAP64 (ctx->total64 << 3); in __sha256_finish_ctx()
36 uint64_t total64; member
22 ctx->total64 += len; in __sha256_process_block()
Completed in 7 milliseconds