Home
last modified time | relevance | path

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

/external/openssh/
Dkexc25519s.c59 struct sshkey *server_host_private, *server_host_public; in input_kex_c25519_init() local
79 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_c25519_init()
83 if (server_host_public == NULL) { in input_kex_c25519_init()
108 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_c25519_init()
137 if ((r = kex->sign(server_host_private, server_host_public, &signature, in input_kex_c25519_init()
Dkexecdhs.c70 struct sshkey *server_host_private, *server_host_public; in input_kex_ecdh_init() local
98 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_ecdh_init()
102 if (server_host_public == NULL) { in input_kex_ecdh_init()
142 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_ecdh_init()
172 if ((r = kex->sign(server_host_private, server_host_public, &signature, in input_kex_ecdh_init()
Dkexdhs.c99 struct sshkey *server_host_public, *server_host_private; in input_kex_dh_init() local
111 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_dh_init()
115 if (server_host_public == NULL) { in input_kex_dh_init()
162 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_dh_init()
192 if ((r = kex->sign(server_host_private, server_host_public, &signature, in input_kex_dh_init()
Dkexgexs.c128 struct sshkey *server_host_public, *server_host_private; in input_kex_dh_gex_init() local
140 server_host_public = kex->load_host_public_key(kex->hostkey_type, in input_kex_dh_gex_init()
144 if (server_host_public == NULL) { in input_kex_dh_gex_init()
191 if ((r = sshkey_to_blob(server_host_public, &server_host_key_blob, in input_kex_dh_gex_init()
223 if ((r = kex->sign(server_host_private, server_host_public, &signature, in input_kex_dh_gex_init()