Searched refs:mbedtls_sha256_update (Results 1 – 4 of 4) sorted by relevance
62 ret = mbedtls_sha256_update(ctx, buffer, len); in updatehub_integrity_update()
80 rc = mbedtls_sha256_update(&hash_ctx, fac->rbuf, to_read); in flash_area_check_int_sha256()
133 return mbedtls_sha256_update(ctx, input, ilen); in hash_update()
482 ret = mbedtls_sha256_update(sha256_ctx, pkt->in_buf, pkt->in_len); in mtls_sha256_compute()