Home
last modified time | relevance | path

Searched refs:rsa_verify (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/rsa/
Drsa_sign.c158 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()
Drsa.h118 int (*rsa_verify)(int dtype, member
/mirbsd/src/lib/libssl/src/doc/crypto/
DRSA_set_method.pod118 * RSA_FLAG_SIGN_VER - enable rsa_sign and rsa_verify
134 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