Searched refs:openssh_RSA_verify (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | ssh-rsa.c | 42 static int openssh_RSA_verify(int, u_char *, u_int, u_char *, u_int , RSA *); 174 ret = openssh_RSA_verify(nid, digest, dlen, sigblob, len, key->rsa); in ssh_rsa_verify() 213 openssh_RSA_verify(int type, u_char *hash, u_int hashlen, in openssh_RSA_verify() function
|