Home
last modified time | relevance | path

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

/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/current/android/hardware/security/keymint/
DRpcHardwareInfo.aidl42 int supportedNumKeysInCsr = 4;
/hardware/interfaces/security/rkp/aidl/aidl_api/android.hardware.security.rkp/3/android/hardware/security/keymint/
DRpcHardwareInfo.aidl42 int supportedNumKeysInCsr = 4;
/hardware/interfaces/security/rkp/aidl/android/hardware/security/keymint/
DRpcHardwareInfo.aidl92 int supportedNumKeysInCsr = 4;
/hardware/nxp/keymint/KM300/
DJavacardRemotelyProvisionedComponentDevice.cpp90 info->supportedNumKeysInCsr = RpcHardwareInfo::MIN_SUPPORTED_NUM_KEYS_IN_CSR; in defaultHwInfo()
132 info->supportedNumKeysInCsr = static_cast<int32_t>(std::move(optMinSupportedKeysInCsr.value())); in getHardwareInfo()
/hardware/interfaces/security/rkp/
DCHANGELOG.md47 * `supportedNumKeysInCsr` added to report the maximum number of keys supported in a CSR.
/hardware/interfaces/security/rkp/aidl/vts/functional/
DVtsRemotelyProvisionedComponentTests.cpp314 TEST_P(GetHardwareInfoTests, supportedNumKeysInCsr) { in TEST_P() argument
321 ASSERT_GE(hwInfo.supportedNumKeysInCsr, RpcHardwareInfo::MIN_SUPPORTED_NUM_KEYS_IN_CSR); in TEST_P()
836 generateKeys(false /* testMode */, rpcHardwareInfo.supportedNumKeysInCsr /* numKeys */); in TEST_P()