Searched refs:out32Le (Results 1 – 2 of 2) sorted by relevance
310 uint32_t *out32Le, in CC_CommonConvertLsbMsbBytesToLswMswWords() argument321 if ((uint8_t*)out32Le != in8Le) { in CC_CommonConvertLsbMsbBytesToLswMswWords()322 out32Le[sizeInWords-1] = 0; in CC_CommonConvertLsbMsbBytesToLswMswWords()323 CC_PalMemCopy((uint8_t*)out32Le, in8Le, sizeInBytes); in CC_CommonConvertLsbMsbBytesToLswMswWords()331 CC_COMMON_REVERSE32(out32Le[i]); in CC_CommonConvertLsbMsbBytesToLswMswWords()
307 uint32_t *out32Le,