HomeSort by: relevance | last modified time | path
    Searched refs:get_hostkey_public_by_index (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth.h 204 struct sshkey *get_hostkey_public_by_index(int, struct ssh *);
sshd-session.c 504 get_hostkey_public_by_index(int ind, struct ssh *ssh) function
554 key = get_hostkey_public_by_index(i, ssh);
sshd-auth.c 338 get_hostkey_public_by_index(int ind, struct ssh *ssh) function
monitor.c 743 if ((key = get_hostkey_public_by_index(keyid, ssh)) == NULL)
771 } else if ((key = get_hostkey_public_by_index(keyid, ssh)) != NULL &&
serverloop.c 727 (key_pub = get_hostkey_public_by_index(ndx, ssh)) == NULL) {

Completed in 17 milliseconds