Searched refs:pubp (Results 1 – 1 of 1) sorted by relevance
1156 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey() argument1160 *pubp = NULL; in kex_load_hostkey()1167 *pubp = kex->load_host_public_key(kex->hostkey_type, in kex_load_hostkey()1171 if (*pubp == NULL) in kex_load_hostkey()