Home
last modified time | relevance | path

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

/crypt/
A Dsha256.h45 uint32_t buffer32[32]; member
A Dsha256.c126 ctx->buffer32[(bytes + pad + 4) / 4] = SWAP (ctx->total[TOTAL64_low] << 3); in __sha256_finish_ctx()
127 ctx->buffer32[(bytes + pad) / 4] = SWAP ((ctx->total[TOTAL64_high] << 3) in __sha256_finish_ctx()
A Dmd5.h88 md5_uint32 buffer32[32]; member
A Dmd5.c118 ctx->buffer32[(bytes + pad) / 4] = SWAP (ctx->total[0] << 3); in md5_finish_ctx()
119 ctx->buffer32[(bytes + pad + 4) / 4] = SWAP ((ctx->total[1] << 3) in md5_finish_ctx()

Completed in 8 milliseconds