OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RSA_sign
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/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,
/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,
Completed in 32 milliseconds