Searched refs:tempPtr (Results 1 – 3 of 3) sorted by relevance
148 uint8_t *tempPtr = NULL; in Cy_Cryptolite_InvertEndianness() local156 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()
695 uint8_t *tempPtr = (uint8_t*)inArrPtr; in Cy_Crypto_Core_InvertEndianness() local709 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()
1265 uint8_t *tempPtr = (uint8_t*)inArrPtr; in Cy_Crypto_InvertEndianness() local1279 temp = tempPtr[j]; in Cy_Crypto_InvertEndianness()1280 tempPtr[j] = tempPtr[i]; in Cy_Crypto_InvertEndianness()1281 tempPtr[i] = temp; in Cy_Crypto_InvertEndianness()