Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_conv_endian.c310 uint32_t *out32Le, in CC_CommonConvertLsbMsbBytesToLswMswWords() argument
321 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()
Dcc_common.h307 uint32_t *out32Le,