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

  /external/openssl/crypto/rsa/
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.
331 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.
331 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,

Completed in 28 milliseconds