Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dkey.h150 int ssh_dss_verify(const Key *, const u_char *, u_int, const u_char *, u_int);
Dssh-dss.c111 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen, in ssh_dss_verify() function
Dkey.c1804 return ssh_dss_verify(key, signature, signaturelen, data, datalen); in key_verify()