Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c910 const struct sshkey *host_key, const char *hostfile_hostname) in load_hostkeys_command() argument
921 if (host_key != NULL) { in load_hostkeys_command()
922 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command()
925 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command()
950 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command()
995 struct sshkey *host_key, int readonly, int clobber_port, in check_host_key() argument
1009 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key()
1063 "HOSTNAME", cinfo, host_key, host); in check_host_key()
1075 "ADDRESS", cinfo, host_key, ip); in check_host_key()
1080 if (!hostkey_accepted_by_hostkeyalgs(host_key)) { in check_host_key()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_KEYEXCH-ECDH.pod67 /* It is assumed that the host_key, peer_pub_key and ukm are set up */
68 void derive_secret(EVP_PKEY *host_key, EVP_PKEY *peer_key,
76 EVP_PKEY_CTX *dctx = EVP_PKEY_CTX_new_from_pkey(NULL, host_key, NULL);