Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_conv_endian.c181 uint32_t roundedInpSizeInBytes; in CC_CommonConvertMsbLsbBytesToLswMswWords() local
197 roundedInpSizeInBytes = ROUNDUP_BYTES_TO_32BIT_WORD(inpSizeInBytes); in CC_CommonConvertMsbLsbBytesToLswMswWords()
199 if (roundedInpSizeInBytes > sizeOutBuffBytes) in CC_CommonConvertMsbLsbBytesToLswMswWords()
205 …CC_PalMemMove((uint8_t*)out32_ptr + roundedInpSizeInBytes - inpSizeInBytes, in8_ptr, inpSizeInByte… in CC_CommonConvertMsbLsbBytesToLswMswWords()
207 if (roundedInpSizeInBytes > inpSizeInBytes) in CC_CommonConvertMsbLsbBytesToLswMswWords()
208 … CC_PalMemSetZero((uint8_t*)out32_ptr, roundedInpSizeInBytes - inpSizeInBytes); /*leading zeros*/ in CC_CommonConvertMsbLsbBytesToLswMswWords()
212 CC_PalMemSetZero((uint8_t*)out32_ptr + roundedInpSizeInBytes, in CC_CommonConvertMsbLsbBytesToLswMswWords()
213 sizeOutBuffBytes - roundedInpSizeInBytes); /*tailing zeros*/ in CC_CommonConvertMsbLsbBytesToLswMswWords()