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

  /src/crypto/external/bsd/openssh/dist/
auth.h 207 int get_hostkey_index(struct sshkey *, int, struct ssh *);
sshd-auth.c 346 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) function
816 kex->host_key_index=&get_hostkey_index;
monitor.c 720 if ((keyid = get_hostkey_index(pubkey, 1, ssh)) == -1)
1472 if (get_hostkey_index(hostkey, 1, ssh) == -1)
1903 kex->host_key_index=&get_hostkey_index;
sshd-session.c 512 get_hostkey_index(struct sshkey *key, int compare, struct ssh *ssh) function

Completed in 25 milliseconds