Searched refs:supportedNumKeysInCsr (Results 1 – 6 of 6) sorted by relevance
42 int supportedNumKeysInCsr = 4;
92 int supportedNumKeysInCsr = 4;
90 info->supportedNumKeysInCsr = RpcHardwareInfo::MIN_SUPPORTED_NUM_KEYS_IN_CSR; in defaultHwInfo()132 info->supportedNumKeysInCsr = static_cast<int32_t>(std::move(optMinSupportedKeysInCsr.value())); in getHardwareInfo()
47 * `supportedNumKeysInCsr` added to report the maximum number of keys supported in a CSR.
314 TEST_P(GetHardwareInfoTests, supportedNumKeysInCsr) { in TEST_P() argument321 ASSERT_GE(hwInfo.supportedNumKeysInCsr, RpcHardwareInfo::MIN_SUPPORTED_NUM_KEYS_IN_CSR); in TEST_P()836 generateKeys(false /* testMode */, rpcHardwareInfo.supportedNumKeysInCsr /* numKeys */); in TEST_P()