Searched refs:client_public (Results 1 – 1 of 1) sorted by relevance
65 EC_POINT *client_public; in input_kex_ecdh_init() local106 if ((client_public = EC_POINT_new(group)) == NULL) { in input_kex_ecdh_init()110 if ((r = sshpkt_get_ec(ssh, client_public, group)) != 0 || in input_kex_ecdh_init()116 sshkey_dump_ec_point(group, client_public); in input_kex_ecdh_init()118 if (sshkey_ec_validate_public(group, client_public) != 0) { in input_kex_ecdh_init()131 if (ECDH_compute_key(kbuf, klen, client_public, in input_kex_ecdh_init()154 client_public, in input_kex_ecdh_init()