Home
last modified time | relevance | path

Searched refs:Q_C (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c383 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()
Dsshd.c910 pss->kex->Q_C[pss->ctr++] = *p++; in lws_ssh_parse_plaintext()
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h404 uint8_t Q_C[LWS_SIZE_EC25519]; /* client eph public key aka 'e' */ member