]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/openssl/crypto/rsa/rsa_locl.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / openssl / crypto / rsa / rsa_locl.h
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);