Searched refs:sshkey_impl_from_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dsshkey.c176 sshkey_impl_from_type(int type) function
233 if ((impl = sshkey_impl_from_type(type)) == NULL)
407 if ((impl = sshkey_impl_from_type(type)) == NULL)
615 (impl = sshkey_impl_from_type(type)) == NULL)
657 if ((impl = sshkey_impl_from_type(k->type)) != NULL &&
711 if ((impl = sshkey_impl_from_type(a->type)) == NULL)
764 if ((impl = sshkey_impl_from_type(type)) == NULL)
1185 if (ret->type != KEY_UNSPEC && sshkey_impl_from_type(ret->type) == NULL)
1407 if ((impl = sshkey_impl_from_type(type)) == NULL)
1925 if ((impl = sshkey_impl_from_type(typ
[all...]
H A Dssh_namespace.h870 #define sshkey_impl_from_type Fssh_sshkey_impl_from_type macro

Completed in 141 milliseconds