Home
last modified time | relevance | path

Searched refs:protectedDataPayload (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp318 auto protectedDataPayload = in checkProtectedData() local
320 ASSERT_TRUE(protectedDataPayload) << protectedDataPayload.message(); in checkProtectedData()
322 auto [parsedPayload, __, payloadErrMsg] = cppbor::parse(*protectedDataPayload); in checkProtectedData()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
H A DSystemInterfaceTest.java318 List<DataItem> protectedDataPayload = ((Array) protectedDataArray.get(0)).getDataItems(); in testDecryptProtectedPayload() local
319 assertTrue(protectedDataPayload.size() == 2 || protectedDataPayload.size() == 3); in testDecryptProtectedPayload()
H A DCborUtilsTest.java363 byte[] protectedDataPayload = mBaos.toByteArray(); in testCreateCertificateRequest()
377 protectedDataPayload, in testCreateCertificateRequest()