ssh_hmac_update
ssh_hmac_update(ctx, m, mlen) < 0 ||
int ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen)
ssh_hmac_update(ctx, host, strlen(host)) < 0 ||
ssh_hmac_update(mac->hmac_ctx, b, sizeof(b)) < 0 ||
ssh_hmac_update(mac->hmac_ctx, data, datalen) < 0 ||