Home
last modified time | relevance | path

Searched refs:buffer64 (Results 1 – 4 of 4) sorted by relevance

/crypt/
A Dsha256.h46 uint64_t buffer64[16]; member
A Dsha512.h49 uint64_t buffer64[32]; member
A Dsha512.c150 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()
A Dsha256.c124 ctx->buffer64[(bytes + pad) / 8] = SWAP64 (ctx->total64 << 3); in __sha256_finish_ctx()

Completed in 8 milliseconds