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

  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_sign.c 306 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
311 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
313 return rsa->meth->rsa_verify(dtype, m, m_len,
  /external/openssl/crypto/rsa/
rsa_sign.c 306 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
311 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
313 return rsa->meth->rsa_verify(dtype, m, m_len,
  /system/core/libmincrypt/
rsa.c 249 int RSA_verify(const RSAPublicKey *key,
  /system/extras/verity/
generate_verity_key.c 24 * but RSA_verify conflits with openssl */
25 #define RSA_verify RSA_verify_mincrypt
27 #undef RSA_verify
  /system/core/adb/
adb_auth_host.c 35 * but RSA_verify conflits with openssl */
36 #define RSA_verify RSA_verify_mincrypt
38 #undef RSA_verify

Completed in 106 milliseconds