Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshconnect.c861 if (host_key != NULL) { in load_hostkeys_command()
890 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command()
1022 type = sshkey_type(host_key); in check_host_key()
1129 host_key, ROQUIET, 1, in check_host_key()
1214 hostline, host_key, in check_host_key()
1285 warn_changed_key(host_key); in check_host_key()
1426 host_key = raw_key; in check_host_key()
1456 if (sshkey_is_cert(host_key)) { in verify_host_key()
1469 host_key->cert->key_id, in verify_host_key()
1482 sshkey_type(host_key), fp); in verify_host_key()
[all …]
/freebsd-14.2/crypto/openssl/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);
H A DEVP_KEYEXCH-DH.pod87 /* It is assumed that the host_key and peer_pub_key are set up */
88 void derive_secret(EVP_KEY *host_key, EVP_PKEY *peer_pub_key)
94 EVP_PKEY_CTX *dctx = EVP_PKEY_CTX_new_from_pkey(NULL, host_key, NULL);