Searched refs:ssh_ecdsa_verify (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkey.h150 int ssh_ecdsa_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
H A Dssh-ecdsa.c96 ssh_ecdsa_verify(const Key *key, const u_char *signature, u_int signaturelen, function
H A Dkey.c1714 return ssh_ecdsa_verify(key, signature, signaturelen, data, datalen);

Completed in 225 milliseconds