Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dsshconnect.c883 const struct sshkey *host_key, const char *hostfile_hostname) in load_hostkeys_command() argument
894 if (host_key != NULL) { in load_hostkeys_command()
895 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command()
898 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command()
923 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command()
968 struct sshkey *host_key, int readonly, int clobber_port, in check_host_key() argument
982 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key()
1036 "HOSTNAME", cinfo, host_key, host); in check_host_key()
1048 "ADDRESS", cinfo, host_key, ip); in check_host_key()
1053 if (!hostkey_accepted_by_hostkeyalgs(host_key)) { in check_host_key()
[all …]
/src/crypto/openssl/doc/man7/
H A DEVP_KEYEXCH-ECDH.pod83 /* It is assumed that the host_key, peer_pub_key and ukm are set up */
84 void derive_secret(EVP_PKEY *host_key, EVP_PKEY *peer_key,
92 EVP_PKEY_CTX *dctx = EVP_PKEY_CTX_new_from_pkey(NULL, host_key, NULL);
H A DEVP_KEYEXCH-DH.pod85 /* It is assumed that the host_key and peer_pub_key are set up */
86 void derive_secret(EVP_KEY *host_key, EVP_PKEY *peer_pub_key)
92 EVP_PKEY_CTX *dctx = EVP_PKEY_CTX_new_from_pkey(NULL, host_key, NULL);