Home
last modified time | relevance | path

Searched refs:eph_pri_key (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c352 lws_get_random(pss->vhd->context, kex->eph_pri_key, LWS_SIZE_EC25519); in kex_ecdh()
353 kex->eph_pri_key[0] &= 248; in kex_ecdh()
354 kex->eph_pri_key[31] &= 127; in kex_ecdh()
355 kex->eph_pri_key[31] |= 64; in kex_ecdh()
366 crypto_scalarmult_curve25519(kex->Q_S, kex->eph_pri_key, basepoint); in kex_ecdh()
383 crypto_scalarmult_curve25519(pss->K, kex->eph_pri_key, kex->Q_C); in kex_ecdh()
/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h414 uint8_t eph_pri_key[LWS_SIZE_EC25519]; /* server eph private key */ member