Searched refs:get_hostkey_public_by_index (Results 1 – 4 of 4) sorted by relevance
195 Key *get_hostkey_public_by_index(int, struct ssh *);
673 (key_pub = get_hostkey_public_by_index(ndx, ssh)) == NULL) { in server_input_hostkeys_prove()
636 if ((key = get_hostkey_public_by_index(keyid, ssh)) == NULL) in mm_answer_sign()666 } else if ((key = get_hostkey_public_by_index(keyid, ssh)) != NULL && in mm_answer_sign()
795 get_hostkey_public_by_index(int ind, struct ssh *ssh) function844 key = get_hostkey_public_by_index(i, ssh);