Searched refs:SHA512_update (Results 1 – 3 of 3) sorted by relevance
65 void SHA512_update(VB_SHA512_CTX* ctx, const uint8_t* data, uint32_t len);
48 SHA512_update(ctx->sha512_ctx, data, len); in DigestUpdate()
266 void SHA512_update(VB_SHA512_CTX* ctx, const uint8_t* data, in SHA512_update() function355 SHA512_update(&ctx, input_ptr, block_size); in internal_SHA512()