Searched refs:buffer64 (Results 1 – 4 of 4) sorted by relevance
46 uint64_t buffer64[16]; member
49 uint64_t buffer64[32]; member
150 ctx->buffer64[(bytes + pad + 8) / 8] = SWAP (ctx->total[TOTAL128_low] << 3); in __sha512_finish_ctx()151 ctx->buffer64[(bytes + pad) / 8] = SWAP ((ctx->total[TOTAL128_high] << 3) in __sha512_finish_ctx()
124 ctx->buffer64[(bytes + pad) / 8] = SWAP64 (ctx->total64 << 3); in __sha256_finish_ctx()
Completed in 8 milliseconds