Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_sha512_256.c638 void *const ctx_buf = ctx->buffer; in MHDx_sha512_256_update() local
659 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() local
736 ((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