Searched refs:host_key (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshconnect.c | 869 const struct sshkey *host_key, const char *hostfile_hostname) in load_hostkeys_command() argument 880 if (host_key != NULL) { in load_hostkeys_command() 881 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command() 884 if ((r = sshkey_to_base64(host_key, &keytext)) != 0) in load_hostkeys_command() 909 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command() 954 struct sshkey *host_key, int readonly, int clobber_port, in check_host_key() argument 968 int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0; in check_host_key() 1022 "HOSTNAME", cinfo, host_key, host); in check_host_key() 1034 "ADDRESS", cinfo, host_key, ip); in check_host_key() 1039 if (!hostkey_accepted_by_hostkeyalgs(host_key)) { in check_host_key() [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KEYEXCH-ECDH.pod | 83 /* 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 D | EVP_KEYEXCH-DH.pod | 85 /* 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);
|