Home
last modified time | relevance | path

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

/hardware/nxp/keymint/KM200/
DCborConverter.cpp116 KeyCharacteristics swEnf{SecurityLevel::KEYSTORE, {}}; in getKeyCharacteristics() local
122 !getKeyParameters(arrayItem, 2, swEnf.authorizations)) { in getKeyCharacteristics()
128 if (!swEnf.authorizations.empty()) keyCharacteristics.push_back(std::move(swEnf)); in getKeyCharacteristics()
/hardware/nxp/keymint/KM300/
DCborConverter.cpp177 KeyCharacteristics swEnf{SecurityLevel::KEYSTORE, {}}; in getKeyCharacteristics() local
195 swEnf.authorizations = std::move(optSwEnf.value()); in getKeyCharacteristics()
199 if (!swEnf.authorizations.empty()) keyCharacteristics.push_back(std::move(swEnf)); in getKeyCharacteristics()