HomeSort by relevance Sort by last modified time
    Searched refs:server_host_key (Results 1 - 4 of 4) sorted by null

  /external/openssh/
kexc25519c.c 76 struct sshkey *server_host_key = NULL; local
93 &server_host_key)) != 0)
95 if (server_host_key->type != kex->hostkey_type ||
97 server_host_key->ecdsa_nid != kex->hostkey_nid)) {
101 if (kex->verify_host_key(server_host_key, ssh) == -1) {
144 if ((r = sshkey_verify(server_host_key, signature, slen, hash, hashlen,
167 sshkey_free(server_host_key);
kexgexc.c 151 struct sshkey *server_host_key = NULL; local
166 &server_host_key)) != 0)
168 if (server_host_key->type != kex->hostkey_type) {
172 if (server_host_key->type != kex->hostkey_type ||
174 server_host_key->ecdsa_nid != kex->hostkey_nid)) {
178 if (kex->verify_host_key(server_host_key, ssh) == -1) {
238 if ((r = sshkey_verify(server_host_key, signature, slen, hash,
267 sshkey_free(server_host_key);
kexdhc.c 101 struct sshkey *server_host_key = NULL; local
115 &server_host_key)) != 0)
117 if (server_host_key->type != kex->hostkey_type ||
119 server_host_key->ecdsa_nid != kex->hostkey_nid)) {
123 if (kex->verify_host_key(server_host_key, ssh) == -1) {
178 if ((r = sshkey_verify(server_host_key, signature, slen, hash, hashlen,
207 sshkey_free(server_host_key);
kexecdhc.c 106 struct sshkey *server_host_key = NULL; local
125 &server_host_key)) != 0)
127 if (server_host_key->type != kex->hostkey_type ||
129 server_host_key->ecdsa_nid != kex->hostkey_nid)) {
133 if (kex->verify_host_key(server_host_key, ssh) == -1) {
191 if ((r = sshkey_verify(server_host_key, signature, slen, hash,
222 sshkey_free(server_host_key);

Completed in 49 milliseconds