Searched refs:credCount (Results 1 – 1 of 1) sorted by relevance
312 uint32_t credCount = 0; in CmAppCertListGetCertCount() local313 int32_t ret = GetUint32FromBuffer(&credCount, outData, offset); in CmAppCertListGetCertCount()319 if (credCount == 0) { in CmAppCertListGetCertCount()323 if (credCount > certificateList->credentialCount) { in CmAppCertListGetCertCount()324 CM_LOG_E("Caller buff too small count:%u, count:%u", credCount, in CmAppCertListGetCertCount()329 certificateList->credentialCount = credCount; in CmAppCertListGetCertCount()