Home
last modified time | relevance | path

Searched refs:get_hostkey_public_by_index (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth.h195 Key *get_hostkey_public_by_index(int, struct ssh *);
Dserverloop.c673 (key_pub = get_hostkey_public_by_index(ndx, ssh)) == NULL) { in server_input_hostkeys_prove()
Dmonitor.c636 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()
Dsshd.c795 get_hostkey_public_by_index(int ind, struct ssh *ssh) function
844 key = get_hostkey_public_by_index(i, ssh);