Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_conv_endian.c355 const uint32_t *in32Le, in CC_CommonConvertLswMswWordsToLsbMsbBytes() argument
361 if (out8Le != (uint8_t*)in32Le) { in CC_CommonConvertLswMswWordsToLsbMsbBytes()
362 CC_PalMemCopy(out8Le, (uint8_t*)in32Le, sizeInWords*sizeof(uint32_t)); in CC_CommonConvertLswMswWordsToLsbMsbBytes()
369 if (out8Le != (uint8_t*)in32Le) { in CC_CommonConvertLswMswWordsToLsbMsbBytes()
371 tmp = in32Le[i / sizeof(uint32_t)]; in CC_CommonConvertLswMswWordsToLsbMsbBytes()
378 CC_COMMON_REVERSE32(in32Le[i]); in CC_CommonConvertLswMswWordsToLsbMsbBytes()
Dcc_common.h287 const uint32_t *in32Le,