Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp206 const cppbor::Bstr* bstr = item->asBstr(); in cborPrettyPrintInternal() local
207 const vector<uint8_t>& value = bstr->value(); in cborPrettyPrintInternal()
2117 const cppbor::Bstr* bstr = valueItem->asBstr(); in coseSignGetX5Chain() local
2118 if (bstr != nullptr) { in coseSignGetX5Chain()
2119 return bstr->value(); in coseSignGetX5Chain()
2125 const cppbor::Bstr* bstr = ((*array)[m])->asBstr(); in coseSignGetX5Chain() local
2126 if (bstr == nullptr) { in coseSignGetX5Chain()
2130 const vector<uint8_t>& certValue = bstr->value(); in coseSignGetX5Chain()