Home
last modified time | relevance | path

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

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