Loading security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -340,6 +340,7 @@ class CertificateRequestTest : public VtsRemotelyProvisionedComponentTests { cppbor::Array() // SignedMacAad .add(challenge_) .add(std::move(deviceInfoMap)) .add(keysToSignMac) .encode()); ASSERT_TRUE(macKey) << macKey.message(); Loading Loading
security/keymint/aidl/vts/functional/VtsRemotelyProvisionedComponentTests.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -340,6 +340,7 @@ class CertificateRequestTest : public VtsRemotelyProvisionedComponentTests { cppbor::Array() // SignedMacAad .add(challenge_) .add(std::move(deviceInfoMap)) .add(keysToSignMac) .encode()); ASSERT_TRUE(macKey) << macKey.message(); Loading