Searched refs:SHA256_update (Results 1 – 3 of 3) sorted by relevance
44 SHA256_update(ctx->sha256_ctx, data, len); in DigestUpdate()
245 void SHA256_update(VB_SHA256_CTX* ctx, const uint8_t* data, uint32_t len) { in SHA256_update() function332 SHA256_update(&ctx, input_ptr, block_size); in internal_SHA256()
61 void SHA256_update(VB_SHA256_CTX* ctx, const uint8_t* data, uint32_t len);