Searched refs:ctx_buf (Results 1 – 1 of 1) sorted by relevance
638 void *const ctx_buf = ctx->buffer; in MHDx_sha512_256_update() local659 memcpy(((unsigned char *) ctx_buf) + bytes_have, in MHDx_sha512_256_update()680 memcpy(((unsigned char *) ctx_buf) + bytes_have, data, length); in MHDx_sha512_256_update()715 void *const ctx_buf = ctx->buffer; in MHDx_sha512_256_finish() local736 ((unsigned char *) ctx_buf)[bytes_have++] = 0x80U; in MHDx_sha512_256_finish()742 memset(((unsigned char *) ctx_buf) + bytes_have, 0, in MHDx_sha512_256_finish()751 memset(((unsigned char *) ctx_buf) + bytes_have, 0, in MHDx_sha512_256_finish()757 MHDX_PUT_64BIT_BE(((unsigned char *) ctx_buf) \ in MHDx_sha512_256_finish()761 MHDX_PUT_64BIT_BE(((unsigned char *) ctx_buf) \ in MHDx_sha512_256_finish()
Completed in 5 milliseconds