Searched refs:Q_C (Results 1 – 3 of 3) sorted by relevance
383 crypto_scalarmult_curve25519(pss->K, kex->eph_pri_key, kex->Q_C); in kex_ecdh()442 if (_genhash_update_len(&ctx, kex->Q_C, LWS_SIZE_EC25519)) in kex_ecdh()
910 pss->kex->Q_C[pss->ctr++] = *p++; in lws_ssh_parse_plaintext()
404 uint8_t Q_C[LWS_SIZE_EC25519]; /* client eph public key aka 'e' */ member