Home
last modified time | relevance | path

Searched refs:get_hostkey_by_index (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth.h207 struct sshkey *get_hostkey_by_index(int);
H A Dsshd-auth.c338 get_hostkey_by_index(int ind) in get_hostkey_by_index() function
H A Dserverloop.c681 if ((key_prv = get_hostkey_by_index(ndx)) == NULL && in server_input_hostkeys_prove()
H A Dsshd-session.c534 get_hostkey_by_index(int ind) in get_hostkey_by_index() function
H A Dmonitor.c764 if ((key = get_hostkey_by_index(keyid)) != NULL) { in mm_answer_sign()