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

/external/openssh/
H A Dauth.h206 Key *get_hostkey_public_by_index(int, struct ssh *);
H A Dmonitor.c724 if ((key = get_hostkey_public_by_index(keyid, ssh)) == NULL)
754 } else if ((key = get_hostkey_public_by_index(keyid, ssh)) != NULL &&
H A Dsshd.c897 get_hostkey_public_by_index(int ind, struct ssh *ssh) function
946 key = get_hostkey_public_by_index(i, ssh);
H A Dserverloop.c1191 (key_pub = get_hostkey_public_by_index(ndx, ssh)) == NULL) {

Completed in 159 milliseconds