OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
rsa_locl.h
Go to the documentation of this file.
1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
2  unsigned char *rm, size_t *prm_len,
3  const unsigned char *sigbuf, size_t siglen,
4  RSA *rsa);