Searched refs:kbi_len (Results 1 – 1 of 1) sorted by relevance
/external/libwebsockets/plugins/ssh-base/ |
D | kex-25519.c | 215 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, kbi_len)) in kex_ecdh_dv() 316 uint32_t be, kbi_len; in kex_ecdh() local 390 kbi_len = 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, kbi_len, temp, 'A' + (c * 2), pss->session_id); in kex_ecdh() 538 kbi, kbi_len, temp, 'B' + (c * 2), pss->session_id); in kex_ecdh()
|