Home
last modified time | relevance | path

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

/external/openssh/
Dkexc25519s.c63 u_char *client_pubkey = NULL; in input_kex_c25519_init() local
88 if ((r = sshpkt_get_string(ssh, &client_pubkey, &pklen)) != 0 || in input_kex_c25519_init()
96 dump_digest("client public key:", client_pubkey, CURVE25519_SIZE); in input_kex_c25519_init()
103 if ((r = kexc25519_shared_key(server_key, client_pubkey, in input_kex_c25519_init()
119 client_pubkey, in input_kex_c25519_init()
156 free(client_pubkey); in input_kex_c25519_init()