Searched refs:optMinSupportedKeysInCsr (Results 1 – 1 of 1) sorted by relevance
118 std::optional<uint64_t> optMinSupportedKeysInCsr; in getHardwareInfo() local123 !(optMinSupportedKeysInCsr = cbor_.getUint64(item, 5))) { in getHardwareInfo()132 info->supportedNumKeysInCsr = static_cast<int32_t>(std::move(optMinSupportedKeysInCsr.value())); in getHardwareInfo()