Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DAuthenticationKeyTests.cpp180 const cppbor::Tstr* strItem = (*arrayItem)[0]->asTstr(); in TEST_P() local
181 ASSERT_NE(strItem, nullptr); in TEST_P()
182 EXPECT_EQ(strItem->value(), "ProofOfBinding"); in TEST_P()
/hardware/nxp/keymint/KM200/
DCborConverter.cpp295 unique_ptr<Item> strItem(nullptr); in getBinaryArray() local
296 getItemAtPos(item, pos, strItem); in getBinaryArray()
297 if ((strItem == nullptr) || (MajorType::BSTR != getType(strItem))) return ret; in getBinaryArray()
299 const Bstr* bstr = strItem.get()->asBstr(); in getBinaryArray()
/hardware/nxp/keymint/KM300/
DCborConverter.cpp367 auto strItem = getItemAtPos(item, pos); in getByteArrayVec() local
368 if (!strItem || (MajorType::BSTR != getType(strItem.value()))) { in getByteArrayVec()
371 const Bstr* bstr = strItem.value().get()->asBstr(); in getByteArrayVec()