Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_ipc_check.c188 HKS_GET_KEY_LIST_MAX_COUNT = 2048U, in HksCheckIpcGetKeyInfoList() enumerator
190 if (listCount == 0 || listCount > HKS_GET_KEY_LIST_MAX_COUNT) { in HksCheckIpcGetKeyInfoList()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/
H A Dhks_service_ipc_serialization.c427 HKS_GET_KEY_LIST_MAX_COUNT = 2048U, in HksGetKeyInfoListUnpack() enumerator
429 if (*listCount == 0 || *listCount > HKS_GET_KEY_LIST_MAX_COUNT) { in HksGetKeyInfoListUnpack()