Lines Matching refs:pubkey
1462 Key *pubkey; local
1778 pubkey = key_load_public(options.host_key_files[i], NULL);
1779 if (pubkey == NULL && key != NULL)
1780 pubkey = key_demote(key);
1782 sensitive_data.host_pubkeys[i] = pubkey;
1784 if (key == NULL && pubkey != NULL && pubkey->type != KEY_RSA1 &&
1788 keytype = pubkey->type;
1812 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
1817 sshkey_type(pubkey) : sshkey_ssh_name(pubkey), fp);
2502 sshd_hostkey_sign(Key *privkey, Key *pubkey, u_char **signature, size_t *slen, argument
2514 if (mm_key_sign(pubkey, signature, &xxx_slen, data, xxx_dlen) < 0)
2519 if ((r = ssh_agent_sign(auth_sock, pubkey, signature, slen,