Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c775 void CC_CommonShiftLeftBigEndVector(uint8_t *VecBuff_ptr,uint32_t SizeInBytes, int8_t Shift) in CC_CommonShiftLeftBigEndVector() argument
785 if (SizeInBytes == 0 || Shift == 0) in CC_CommonShiftLeftBigEndVector()
790 VecBuff_ptr[i] = (uint8_t)(VecBuff_ptr[i] << Shift); in CC_CommonShiftLeftBigEndVector()
792 VecBuff_ptr[i] = VecBuff_ptr[i] | (uint8_t)(Temp >> (8 - Shift)); in CC_CommonShiftLeftBigEndVector()
796 VecBuff_ptr[SizeInBytes - 1] = (uint8_t)(VecBuff_ptr[SizeInBytes - 1] << Shift); in CC_CommonShiftLeftBigEndVector()
818 void CC_CommonShiftRightVector(uint8_t *VecBuff_ptr,uint32_t SizeInBytes, int8_t Shift) in CC_CommonShiftRightVector() argument
828 if (SizeInBytes == 0 || Shift == 0) in CC_CommonShiftRightVector()
833 VecBuff_ptr[i] = (uint8_t)(VecBuff_ptr[i] >> Shift); in CC_CommonShiftRightVector()
835 VecBuff_ptr[i] = VecBuff_ptr[i] | (uint8_t)(Temp << (8 - Shift)); in CC_CommonShiftRightVector()
839 VecBuff_ptr[SizeInBytes - 1] = (uint8_t)(VecBuff_ptr[SizeInBytes - 1] >> Shift); in CC_CommonShiftRightVector()
Dcc_common_math.h433 void CC_CommonShiftLeftBigEndVector(uint8_t *VecBuff_ptr,uint32_t SizeInBytes, int8_t Shift);
451 void CC_CommonShiftRightVector(uint8_t *VecBuff_ptr, uint32_t SizeInBytes, int8_t Shift);
469 void CC_CommonShiftLeftVector(uint8_t *VecBuff_ptr,uint32_t SizeInBytes, int8_t Shift);
/trusted-firmware-m-3.7.0/docs/releases/
D1.7.0.rst14 - Shift config options from CMake to C header files for PSA modules and platforms
/trusted-firmware-m-3.7.0/docs/doxygen/
DDoxyfile.in1562 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>