Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_extension_openssl.c143 static int32_t CopyIndexArray(uint32_t *destArray, uint32_t *destLen, const uint32_t *srcArray, uin… in CopyIndexArray() function
187 return CopyIndexArray(array, arrayLen, allOidArray, (uint32_t)extNums); in GetExtensionIndexArray()
189 return CopyIndexArray(array, arrayLen, critOidArray, critCnt); in GetExtensionIndexArray()
191 return CopyIndexArray(array, arrayLen, uncritOidArray, uncritCnt); in GetExtensionIndexArray()