Searched refs:get_hostkey_public_by_index (Results 1 – 5 of 5) sorted by relevance
189 struct sshkey *get_hostkey_public_by_index(int, struct ssh *);
479 get_hostkey_public_by_index(int ind, struct ssh *ssh) in get_hostkey_public_by_index() function529 key = get_hostkey_public_by_index(i, ssh); in notify_hostkeys()
327 get_hostkey_public_by_index(int ind, struct ssh *ssh) in get_hostkey_public_by_index() function
674 if ((key = get_hostkey_public_by_index(keyid, ssh)) == NULL) in mm_answer_sign()702 } else if ((key = get_hostkey_public_by_index(keyid, ssh)) != NULL && in mm_answer_sign()
671 (key_pub = get_hostkey_public_by_index(ndx, ssh)) == NULL) { in server_input_hostkeys_prove()