Merge "identity: Set testMode to false for RKP." am: 087b29d75a
am: 8ff617bdd0
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2603749 Change-Id: I1068a48db59b3f5317d1dff47299f962da48c61a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6c1c507c6b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ optional<vector<vector<uint8_t>>> createFakeRemotelyProvisionedCertificateChain(
|
|||
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);
|
||||
|
|
Loading…
Reference in a new issue