Searched refs:pubp (Results 1 – 1 of 1) sorted by relevance
1165 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey() argument1169 *pubp = NULL; in kex_load_hostkey()1176 *pubp = kex->load_host_public_key(kex->hostkey_type, in kex_load_hostkey()1180 if (*pubp == NULL) in kex_load_hostkey()