Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkeyfile.c268 int want_keytype = sshkey_is_cert(key) ? KEY_UNSPEC : key->type; in auth_check_authkey_line() local
278 if ((found = sshkey_new(want_keytype)) == NULL) { in auth_check_authkey_line()
279 debug3_f("keytype %d failed", want_keytype); in auth_check_authkey_line()