Home
last modified time | relevance | path

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

/external/openssh/
Dkexc25519c.c78 u_char *server_pubkey = NULL; in input_kex_c25519_reply() local
108 if ((r = sshpkt_get_string(ssh, &server_pubkey, &pklen)) != 0 || in input_kex_c25519_reply()
118 dump_digest("server public key:", server_pubkey, CURVE25519_SIZE); in input_kex_c25519_reply()
125 if ((r = kexc25519_shared_key(kex->c25519_client_key, server_pubkey, in input_kex_c25519_reply()
139 server_pubkey, in input_kex_c25519_reply()
165 free(server_pubkey); in input_kex_c25519_reply()
Dkexc25519s.c64 u_char server_pubkey[CURVE25519_SIZE]; in input_kex_c25519_init() local
70 kexc25519_keygen(server_key, server_pubkey); in input_kex_c25519_init()
120 server_pubkey, in input_kex_c25519_init()
144 (r = sshpkt_put_string(ssh, server_pubkey, sizeof(server_pubkey))) != 0 || in input_kex_c25519_init()