Searched refs:get_hostkey_public_by_index (Results 1 – 4 of 4) sorted by relevance
206 Key *get_hostkey_public_by_index(int, struct ssh *);
724 if ((key = get_hostkey_public_by_index(keyid, ssh)) == NULL) in mm_answer_sign()754 } else if ((key = get_hostkey_public_by_index(keyid, ssh)) != NULL && in mm_answer_sign()
889 get_hostkey_public_by_index(int ind, struct ssh *ssh) function934 key = get_hostkey_public_by_index(i, ssh);
1191 (key_pub = get_hostkey_public_by_index(ndx, ssh)) == NULL) { in server_input_hostkeys_prove()