summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa/rsa_locl.h
blob: 24da0dc17963bccc262ce82bc11833ef06e6743e (plain)
1
2
3
4
/* $OpenBSD: rsa_locl.h,v 1.3 2014/07/09 19:51:31 jsing Exp $ */
extern int int_rsa_verify(int dtype, const unsigned char *m,
    unsigned int m_len, unsigned char *rm, size_t *prm_len,
    const unsigned char *sigbuf, size_t siglen, RSA *rsa);