Searched refs:rsa_verify (Results 1 – 3 of 3) sorted by relevance
158 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify) in RSA_verify()160 return rsa->meth->rsa_verify(dtype, m, m_len, in RSA_verify()
118 int (*rsa_verify)(int dtype, member
118 * RSA_FLAG_SIGN_VER - enable rsa_sign and rsa_verify134 int (*rsa_verify)(int type, unsigned char *m, unsigned int m_len,188 well as the rsa_sign and rsa_verify components of RSA_METHOD were