Home
last modified time | relevance | path

Searched refs:sizeOutBuffBytes (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.c174 uint32_t sizeOutBuffBytes, in CC_CommonConvertMsbLsbBytesToLswMswWords() argument
192 (sizeOutBuffBytes & 3) || (inpSizeInBytes > sizeOutBuffBytes)) { in CC_CommonConvertMsbLsbBytesToLswMswWords()
199 if (roundedInpSizeInBytes > sizeOutBuffBytes) in CC_CommonConvertMsbLsbBytesToLswMswWords()
213 sizeOutBuffBytes - roundedInpSizeInBytes); /*tailing zeros*/ in CC_CommonConvertMsbLsbBytesToLswMswWords()
250 size_t sizeOutBuffBytes, in CC_CommonConvertLswMswWordsToMsbLsbBytes() argument
267 if ((sizeInBytes == 0) || (sizeOutBuffBytes < sizeInBytes)) in CC_CommonConvertLswMswWordsToMsbLsbBytes()
Dcc_common.h131 uint32_t sizeOutBuffBytes,
164 size_t sizeOutBuffBytes,