Searched refs:rsa_verify (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_sign.c311 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
313 return rsa->meth->rsa_verify(dtype, m, m_len,
H A Drsa.h118 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.
/external/openssl/crypto/rsa/
H A Drsa_sign.c311 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
313 return rsa->meth->rsa_verify(dtype, m, m_len,
H A Drsa.h118 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.
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Drsa.h118 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.
/external/openssl/include/openssl/
H A Drsa.h118 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.

Completed in 51 milliseconds