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

  /external/openssl/crypto/rsa/
rsa_sign.c 1 /* crypto/rsa/rsa_sign.c */
70 int RSA_sign(int type, const unsigned char *m, unsigned int m_len,
88 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_sign)
90 return rsa->meth->rsa_sign(type, m, m_len,
rsa.h 111 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
115 int (*rsa_sign)(int type, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
362 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
  /external/openssl/ssl/
ssl_lib.c 2037 int rsa_enc,rsa_tmp,rsa_sign,dh_tmp,dh_rsa,dh_dsa,dsa_sign; local
    [all...]
  /external/openssl/include/openssl/
rsa.h 111 * RSA_sign(), RSA_verify() should be used instead. Note: for backwards
115 int (*rsa_sign)(int type, member in struct:rsa_meth_st
190 /* This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.
362 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
  /external/openssl/
Crypto.mk 447 crypto/rsa/rsa_sign.c \

Completed in 142 milliseconds