HomeSort by relevance Sort by last modified time
    Searched refs:rsa_verify (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/rsa/
rsa_sign.c 306 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
311 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
313 return rsa->meth->rsa_verify(dtype, m, m_len,
rsa.h 111 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
118 int (*rsa_verify)(int dtype, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
364 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
  /external/openssl/include/openssl/
rsa.h 111 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
118 int (*rsa_verify)(int dtype, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
364 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,

Completed in 92 milliseconds