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

  /frameworks/base/media/libdrm/mobile2/src/util/crypto/
DrmCrypto.cpp 140 if(0 != RSA_sign( NID_sha1WithRSA,
  /external/openssl/crypto/rsa/
rsa_sign.c 1 /* crypto/rsa/rsa_sign.c */
69 int RSA_sign(int type, const unsigned char *m, unsigned int m_len,
79 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_sign)
81 return rsa->meth->rsa_sign(type, m, m_len,
rsa.h 130 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
134 int (*rsa_sign)(int type, member in struct:rsa_meth_st
210 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
333 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
  /external/openssl/include/openssl/
rsa.h 130 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
134 int (*rsa_sign)(int type, member in struct:rsa_meth_st
210 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
333 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
evp.h 290 #define EVP_PKEY_RSA_method (evp_sign_method *)RSA_sign, \
    [all...]
  /external/openssl/crypto/evp/
evp.h 290 #define EVP_PKEY_RSA_method (evp_sign_method *)RSA_sign, \
    [all...]
  /external/openssl/ssl/
d1_clnt.c 1097 if (RSA_sign(NID_md5_sha1, data,
d1_srvr.c 1027 if (RSA_sign(NID_md5_sha1, md_buf, j,
    [all...]
s3_clnt.c     [all...]
s3_srvr.c     [all...]
  /external/openssl/apps/
speed.c     [all...]

Completed in 264 milliseconds