Searched refs:sshkey_check_sigtype (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dsshkey.h286 int sshkey_check_sigtype(const u_char *, size_t, const char *);
H A Dauthfd.c441 if ((r = sshkey_check_sigtype(sig, len, alg)) != 0)
H A Dssh_namespace.h839 #define sshkey_check_sigtype Fssh_sshkey_check_sigtype macro
H A Dsshconnect2.c1274 if ((r = sshkey_check_sigtype(*sigp, *lenp, alg)) != 0) {
1275 debug_fr(r, "sshkey_check_sigtype");
H A Dsshkey.c2069 sshkey_check_sigtype(const u_char *sig, size_t siglen, function

Completed in 128 milliseconds