Home
last modified time | relevance | path

Searched refs:storageKeyItem (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/identity/aidl/vts/
DTestCredentialTests.cpp174 const cppbor::Bstr* storageKeyItem = (*dckArrayItem)[0]->asBstr(); in TEST_P() local
175 const vector<uint8_t> storageKey = storageKeyItem->value(); in TEST_P()
DEndToEndTests.cpp123 const cppbor::Bstr* storageKeyItem = (*dckArrayItem)[0]->asBstr(); in extractFromTestCredentialData() local
125 if (storageKeyItem == nullptr || credentialPrivKeyItem == nullptr) { in extractFromTestCredentialData()
128 storageKey = storageKeyItem->value(); in extractFromTestCredentialData()