commit | 2f54846e66d883caf493a3e115e4cc6e353e20ab | [log] [tgz] |
---|---|---|
author | David Zeuthen <zeuthen@google.com> | Wed May 24 17:13:29 2023 -0400 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Wed May 24 23:48:38 2023 +0000 |
tree | 08c7ce6287d90a7f2ba249c922ff9d926b2eb66e | |
parent | 29bcd80ae7b1793f105b48a3e20e45fb7c564a50 [diff] |
identity: Set testMode to false for RKP. Bug: 283196184 Test: atest VtsHalIdentityTargetTest (cherry picked from https://android-review.googlesource.com/q/commit:50001471e5c9acc8a07fd5abb9d8a08879fc3b98) Merged-In: Iabe0f4cf14d96aa2cf48fac4709640495e4c522a Change-Id: Iabe0f4cf14d96aa2cf48fac4709640495e4c522a
diff --git a/identity/aidl/vts/Util.cpp b/identity/aidl/vts/Util.cpp index 4f5c121..ad9281c 100644 --- a/identity/aidl/vts/Util.cpp +++ b/identity/aidl/vts/Util.cpp
@@ -73,7 +73,7 @@ ndkMacedPublicKey.macedKey = macedPublicKey.macedKey; vector<uint8_t> publicKeyBits; - check_maced_pubkey(ndkMacedPublicKey, /*testMode=*/true, &publicKeyBits); + check_maced_pubkey(ndkMacedPublicKey, /*testMode=*/false, &publicKeyBits); ::aidl::android::hardware::security::keymint::EVP_PKEY_Ptr publicKey; p256_pub_key(publicKeyBits, &publicKey);