Searched refs:byteSize (Results 1 – 7 of 7) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_vu.c | 69 uint16_t byteSize = (uint16_t)CY_CRYPTO_BYTE_SIZE_OF_BITS(size); in Cy_Crypto_Core_Vu_SetMemValue() local 73 …CY_ASSERT_L1( ((destAddr + byteSize) - 1u) < ((uint32_t)Cy_Crypto_Core_GetVuMemoryAddress(base) + … in Cy_Crypto_Core_Vu_SetMemValue() 76 Cy_Crypto_Core_MemCpy(base, (void*)destAddr, (const void*)srcRemap, byteSize); in Cy_Crypto_Core_Vu_SetMemValue() 101 uint16_t byteSize = (uint16_t)CY_CRYPTO_BYTE_SIZE_OF_BITS(size); in Cy_Crypto_Core_Vu_GetMemValue() local 105 …CY_ASSERT_L1( ((dataAddr + byteSize) - 1u) < ((uint32_t)Cy_Crypto_Core_GetVuMemoryAddress(base) + … in Cy_Crypto_Core_Vu_GetMemValue() 107 Cy_Crypto_Core_MemCpy(base, (void*)dstRemap, (void*)dataAddr, byteSize); in Cy_Crypto_Core_Vu_GetMemValue() 178 … uint32_t byteSize = CY_CRYPTO_BYTE_SIZE_OF_BITS(Cy_Crypto_Core_Vu_RegBitSizeRead(base, srcReg)); in Cy_Crypto_Core_VU_RegInvertEndianness() local 180 Cy_Crypto_Core_InvertEndianness(dataAddr, byteSize); in Cy_Crypto_Core_VU_RegInvertEndianness()
|
| D | cy_cryptolite_utils.c | 142 void Cy_Cryptolite_InvertEndianness(void *inArrPtr, uint32_t byteSize) in Cy_Cryptolite_InvertEndianness() argument 151 if((inArrPtr == NULL) && (byteSize > 0u)) in Cy_Cryptolite_InvertEndianness() 158 if (byteSize > 1u) in Cy_Cryptolite_InvertEndianness() 160 limit = (int32_t)byteSize / 2; in Cy_Cryptolite_InvertEndianness() 161 if (0u == (byteSize % 2u)) in Cy_Cryptolite_InvertEndianness() 167 i = (int32_t)byteSize - 1; in Cy_Cryptolite_InvertEndianness()
|
| D | cy_crypto_core_hw.c | 689 void Cy_Crypto_Core_InvertEndianness(void *inArrPtr, uint32_t byteSize) in Cy_Crypto_Core_InvertEndianness() argument 697 if (byteSize > 1u) in Cy_Crypto_Core_InvertEndianness() 699 limit = (int32_t)byteSize / 2; in Cy_Crypto_Core_InvertEndianness() 700 if (0u == (byteSize % 2u)) in Cy_Crypto_Core_InvertEndianness() 706 i = (int32_t)byteSize - 1; in Cy_Crypto_Core_InvertEndianness()
|
| D | cy_crypto.c | 1259 void Cy_Crypto_InvertEndianness(void *inArrPtr, uint32_t byteSize) in Cy_Crypto_InvertEndianness() argument 1267 if (byteSize > 1u) in Cy_Crypto_InvertEndianness() 1269 limit = (int32_t)byteSize / 2; in Cy_Crypto_InvertEndianness() 1270 if (0u == (byteSize % 2u)) in Cy_Crypto_InvertEndianness() 1276 i = (int32_t)byteSize - 1; in Cy_Crypto_InvertEndianness()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_cryptolite_utils.h | 150 void Cy_Cryptolite_InvertEndianness(void *inArrPtr, uint32_t byteSize);
|
| D | cy_crypto.h | 2147 void Cy_Crypto_InvertEndianness(void *inArrPtr, uint32_t byteSize);
|
| D | cy_crypto_core_hw.h | 761 void Cy_Crypto_Core_InvertEndianness(void *inArrPtr, uint32_t byteSize);
|