Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_utils.c148 uint8_t *tempPtr = NULL; in Cy_Cryptolite_InvertEndianness() local
156 tempPtr = (uint8_t*)inArrPtr; in Cy_Cryptolite_InvertEndianness()
170 temp = tempPtr[j]; in Cy_Cryptolite_InvertEndianness()
171 tempPtr[j] = tempPtr[i]; in Cy_Cryptolite_InvertEndianness()
172 tempPtr[i] = temp; in Cy_Cryptolite_InvertEndianness()
Dcy_crypto_core_hw.c695 uint8_t *tempPtr = (uint8_t*)inArrPtr; in Cy_Crypto_Core_InvertEndianness() local
709 temp = tempPtr[j]; in Cy_Crypto_Core_InvertEndianness()
710 tempPtr[j] = tempPtr[i]; in Cy_Crypto_Core_InvertEndianness()
711 tempPtr[i] = temp; in Cy_Crypto_Core_InvertEndianness()
Dcy_crypto.c1265 uint8_t *tempPtr = (uint8_t*)inArrPtr; in Cy_Crypto_InvertEndianness() local
1279 temp = tempPtr[j]; in Cy_Crypto_InvertEndianness()
1280 tempPtr[j] = tempPtr[i]; in Cy_Crypto_InvertEndianness()
1281 tempPtr[i] = temp; in Cy_Crypto_InvertEndianness()