Home
last modified time | relevance | path

Searched refs:Q_S (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
H A Dkex-25519.c340 * 1) Generate ephemeral key pair [ eph_pri_key | kex->Q_S ] in kex_ecdh()
366 crypto_scalarmult_curve25519(kex->Q_S, kex->eph_pri_key, basepoint); in kex_ecdh()
369 for (r = 0; r < (int)sizeof(kex->Q_S); r++) in kex_ecdh()
370 a |= kex->Q_S[r]; in kex_ecdh()
404 * mpint Q_S, exchange value sent by the server in kex_ecdh()
444 if (_genhash_update_len(&ctx, kex->Q_S, LWS_SIZE_EC25519)) in kex_ecdh()
477 * string Q_S (exchange value sent by the server) in kex_ecdh()
491 /* Q_S (exchange value sent by the server) */ in kex_ecdh()
493 lws_sized_blob(&p, kex->Q_S, LWS_SIZE_EC25519); in kex_ecdh()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h415 uint8_t Q_S[LWS_SIZE_EC25519]; /* server ephemeral public key */ member

Completed in 3 milliseconds