import libcrypto (LibreSSL 2.5.2)
[unleashed.git] / lib / libcrypto / rsa / rsa_locl.h
blobe949ee8aa98a64f81129b86478ba3ba23cc0da21
1 /* $OpenBSD: rsa_locl.h,v 1.4 2016/12/21 15:49:29 jsing Exp $ */
3 __BEGIN_HIDDEN_DECLS
5 extern int int_rsa_verify(int dtype, const unsigned char *m,
6 unsigned int m_len, unsigned char *rm, size_t *prm_len,
7 const unsigned char *sigbuf, size_t siglen, RSA *rsa);
9 __END_HIDDEN_DECLS