Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c507 uint32_t credListNum = credList->getSize(credList); in GetExecutorTemplateList() local
508 if (credListNum > MAX_CREDENTIAL) { in GetExecutorTemplateList()
513 if (credListNum == 0) { in GetExecutorTemplateList()
519 templateIds->data = (uint64_t *)Malloc(sizeof(uint64_t) * credListNum); in GetExecutorTemplateList()