Searched refs:MAX_COUNT_OID (Results 1 – 3 of 3) sorted by relevance
157 if ((extNums <= 0) || (extNums > MAX_COUNT_OID)) { in GetExtensionIndexArray()162 uint32_t allOidArray[MAX_COUNT_OID] = { 0 }; /* type: CF_EXT_TYPE_ALL_OIDS */ in GetExtensionIndexArray()163 uint32_t critOidArray[MAX_COUNT_OID] = { 0 }; /* type: CF_EXT_TYPE_CRITICAL_OIDS */ in GetExtensionIndexArray()164 uint32_t uncritOidArray[MAX_COUNT_OID] = { 0 }; /* type: CF_EXT_TYPE_UNCRITICAL_OIDS */ in GetExtensionIndexArray()265 …uint32_t idxArray[MAX_COUNT_OID] = { 0 }; /* extension index array for target CfExtensionOidType */ in CfOpensslGetOids()266 uint32_t count = MAX_COUNT_OID; in CfOpensslGetOids()296 if ((extNums <= 0) || (extNums > MAX_COUNT_OID)) { in CfOpensslHasUnsupportedCriticalExtension()360 if ((extNums <= 0) || (extNums > MAX_COUNT_OID)) { in FoundExtMatchedNid()
178 #define MAX_COUNT_OID 100 macro
1291 for (int index = 0; index < MAX_COUNT_OID + 1; index++) {