Home
last modified time | relevance | path

Searched refs:encryptedBlobs (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DVtsIWritableIdentityCredentialTests.cpp427 map<const test_utils::TestEntryData*, vector<vector<uint8_t>>> encryptedBlobs; in TEST_P() local
430 encryptedBlobs, true)); in TEST_P()
537 map<const test_utils::TestEntryData*, vector<vector<uint8_t>>> encryptedBlobs; in TEST_P() local
540 encryptedBlobs, true)); in TEST_P()
688 map<const test_utils::TestEntryData*, vector<vector<uint8_t>>> encryptedBlobs; in TEST_P() local
691 encryptedBlobs, true)); in TEST_P()
750 map<const test_utils::TestEntryData*, vector<vector<uint8_t>>> encryptedBlobs; in TEST_P() local
753 encryptedBlobs, true)); in TEST_P()
759 encryptedBlobs, true)); in TEST_P()
771 encryptedBlobs, false)); in TEST_P()
DEndToEndTests.cpp217 map<const test_utils::TestEntryData*, vector<vector<uint8_t>>> encryptedBlobs; in TEST_P() local
221 encryptedBlobs, true)); in TEST_P()
427 auto it = encryptedBlobs.find(&entry); in TEST_P()
428 ASSERT_NE(it, encryptedBlobs.end()); in TEST_P()
653 map<const test_utils::TestEntryData*, vector<vector<uint8_t>>> encryptedBlobs; in TEST_P() local
657 encryptedBlobs, true)); in TEST_P()
771 auto it = encryptedBlobs.find(&entry); in TEST_P()
772 ASSERT_NE(it, encryptedBlobs.end()); in TEST_P()
DUtil.h114 int dataChunkSize, map<const TestEntryData*, vector<vector<uint8_t>>>& encryptedBlobs,
DUtil.cpp217 int dataChunkSize, map<const TestEntryData*, vector<vector<uint8_t>>>& encryptedBlobs, in addEntry() argument
256 encryptedBlobs[&entry] = encryptedChunks; in addEntry()