Searched refs:pubp (Results 1 – 1 of 1) sorted by relevance
1190 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey() argument1194 *pubp = NULL; in kex_load_hostkey()1201 *pubp = kex->load_host_public_key(kex->hostkey_type, in kex_load_hostkey()1205 if (*pubp == NULL) in kex_load_hostkey()