Searched refs:Cy_Crypto_InvertEndianness (Results 1 – 2 of 2) sorted by relevance
2147 void Cy_Crypto_InvertEndianness(void *inArrPtr, uint32_t byteSize);2151 #define Cy_Crypto_Rsa_InvertEndianness(p, s) Cy_Crypto_InvertEndianness((p), (s))
1259 void Cy_Crypto_InvertEndianness(void *inArrPtr, uint32_t byteSize) in Cy_Crypto_InvertEndianness() function