Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/
Dkex-25519.c215 kex_ecdh_dv(uint8_t *dest, int dest_len, const uint8_t *kbi, int kbi_len, in kex_ecdh_dv() argument
246 if (lws_genhash_update(&ctx, kbi, (unsigned int)kbi_len)) in kex_ecdh_dv()
311 uint8_t pri_key[64], temp[64], payload_sig[64 + 32], a, *lp, kbi[64]; in kex_ecdh() local
390 kbi_len = (uint32_t)lws_mpint_rfc4251(kbi, pss->K, LWS_SIZE_EC25519, 1); in kex_ecdh()
447 if (lws_genhash_update(&ctx, kbi, kbi_len)) in kex_ecdh()
536 kbi, (int)kbi_len, temp, (char)('A' + (c * 2)), in kex_ecdh()
539 kbi, (int)kbi_len, temp, (char)('B' + (c * 2)), in kex_ecdh()