]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssl/crypto/rsa/rsa_locl.h
MFC: r280297
[FreeBSD/stable/10.git] / crypto / openssl / crypto / rsa / rsa_locl.h
1 extern int int_rsa_verify(int dtype, const unsigned char *m,
2                           unsigned int m_len, unsigned char *rm,
3                           size_t *prm_len, const unsigned char *sigbuf,
4                           size_t siglen, RSA *rsa);