Home
last modified time | relevance | path

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

/external/openssh/
Dkexc25519.c52 static const u_char basepoint[CURVE25519_SIZE] = {9}; in kexc25519_keygen() local
55 crypto_scalarmult_curve25519(pub, key, basepoint); in kexc25519_keygen()
/external/libwebsockets/plugins/ssh-base/
Dkex-25519.c281 static const unsigned char basepoint[32] = { 9 }; variable
366 crypto_scalarmult_curve25519(kex->Q_S, kex->eph_pri_key, basepoint); in kex_ecdh()