Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1939 const cppbor::Bstr* signatureBstr = (*array)[3]->asBstr(); in coseCheckEcDsaSignature() local
1940 if (signatureBstr == nullptr) { in coseCheckEcDsaSignature()
1944 const vector<uint8_t>& coseSignature = signatureBstr->value(); in coseCheckEcDsaSignature()