commit | ec50ee162a7bfd3dedad98141d762f20417fef02 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Tue Feb 14 16:29:53 2023 -0800 |
committer | Tri Vo <trong@google.com> | Thu Feb 23 20:01:31 2023 -0800 |
tree | 8ea73decfa33f2dafb34d1b7462b2aa8ead2227c | |
parent | 72394c7c559f6d4386de67f6e3a2f068fab4d07f [diff] [blame] |
Add test for IRPC DeviceInfo Bug: 243148852 Test: atest VtsHalRemotelyProvisionedComponentTargetTest Change-Id: If873996f0d756662808d785d2ef57118737a5aab
diff --git a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h index fae9459..8fa99e1 100644 --- a/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h +++ b/security/keymint/aidl/vts/functional/KeyMintAidlTestBase.h
@@ -397,6 +397,7 @@ string bin2hex(const vector<uint8_t>& data); X509_Ptr parse_cert_blob(const vector<uint8_t>& blob); +ASN1_OCTET_STRING* get_attestation_record(X509* certificate); vector<uint8_t> make_name_from_str(const string& name); void check_maced_pubkey(const MacedPublicKey& macedPubKey, bool testMode, vector<uint8_t>* payload_value);