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

  /system/core/include/mincrypt/
rsa.h 48 int RSA_verify(const RSAPublicKey *key,
  /system/extras/verity/
generate_verity_key.c 27 * but RSA_verify conflits with openssl */
28 #define RSA_verify RSA_verify_mincrypt
30 #undef RSA_verify
verify_boot_signature.c 338 if (!RSA_verify(NID_sha256, digest, SHA256_DIGEST_LENGTH,
  /system/core/adb/
adb_auth_client.cpp 155 ret = RSA_verify(&key->key, sig, siglen, token, SHA_DIGEST_SIZE);
adb_auth_host.cpp 30 * but RSA_verify conflits with openssl */
31 #define RSA_verify RSA_verify_mincrypt
33 #undef RSA_verify
  /system/core/libmincrypt/test/
rsa_test.c     [all...]
  /system/core/libmincrypt/
rsa.c 249 int RSA_verify(const RSAPublicKey *key,
  /external/boringssl/src/include/openssl/
rsa.h 207 /* RSA_verify verifies that |sig_len| bytes from |sig| are a valid,
218 OPENSSL_EXPORT int RSA_verify(int hash_nid, const uint8_t *msg, size_t msg_len,
  /system/connectivity/shill/shims/
crypto_util.cc 278 if (RSA_verify(NID_sha1, digest, arraysize(digest),
  /bootable/recovery/
verifier.cpp 271 if (!RSA_verify(hash_nid, hash, key.hash_len, sig_der,
  /external/boringssl/src/crypto/evp/
p_rsa.c 231 return RSA_verify(EVP_MD_type(rctx->md), tbs, tbslen, sig, siglen, rsa);
  /external/boringssl/src/crypto/rsa/
rsa_test.cc     [all...]
rsa.c 474 int RSA_verify(int hash_nid, const uint8_t *msg, size_t msg_len,
  /external/boringssl/src/tool/
speed.cc 157 return RSA_verify(NID_sha256, fake_sha256_hash,
160 fprintf(stderr, "RSA_verify failed.\n");
  /system/tpm/attestation/common/
crypto_utility_impl.cc 307 return (RSA_verify(NID_sha256, digest_buffer, digest.size(),
  /system/core/fs_mgr/
fs_mgr_verity.cpp 137 if (!RSA_verify(key,
  /system/tpm/trunks/
trunks_client_test.cc     [all...]

Completed in 587 milliseconds