Home
last modified time | relevance | path

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

/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.cpp118 std::optional<uint64_t> optMinSupportedKeysInCsr; in getHardwareInfo() local
123 !(optMinSupportedKeysInCsr = cbor_.getUint64(item, 5))) { in getHardwareInfo()
132 info->supportedNumKeysInCsr = static_cast<int32_t>(std::move(optMinSupportedKeysInCsr.value())); in getHardwareInfo()