Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshkey.h283 int sshkey_check_sigtype(const u_char *, size_t, const char *);
H A Dauthfd.c440 if ((r = sshkey_check_sigtype(sig, len, alg)) != 0) in ssh_agent_sign()
H A Dsshconnect2.c1266 if ((r = sshkey_check_sigtype(*sigp, *lenp, alg)) != 0) { in identity_sign()
H A Dsshkey.c2134 sshkey_check_sigtype(const u_char *sig, size_t siglen, in sshkey_check_sigtype() function