Searched refs:buffer0 (Results 1 – 4 of 4) sorted by relevance
42 bool CryptoUtils_buffersMatch(const void *buffer0, in CryptoUtils_buffersMatch() argument54 tempResult |= ((uint8_t *)buffer0)[i] ^ ((uint8_t *)buffer1)[i]; in CryptoUtils_buffersMatch()63 bool CryptoUtils_buffersMatchWordAligned(const uint32_t *buffer0, in CryptoUtils_buffersMatchWordAligned() argument82 tempResult |= buffer0[i] ^ buffer1[i]; in CryptoUtils_buffersMatchWordAligned()
70 bool CryptoUtils_buffersMatch(const void *buffer0,102 bool CryptoUtils_buffersMatchWordAligned(const uint32_t *buffer0,
100 bool CryptoUtils_buffersMatch(const volatile void *volatile buffer0,132 bool CryptoUtils_buffersMatchWordAligned(const volatile uint32_t *volatile buffer0,
69 CRYPTOUTILS_NOINLINE bool CryptoUtils_buffersMatch(const volatile void *volatile buffer0, in CryptoUtils_buffersMatch() argument85 byte0 = ((uint8_t *)buffer0)[i]; in CryptoUtils_buffersMatch()104 …OUTILS_NOINLINE bool CryptoUtils_buffersMatchWordAligned(const volatile uint32_t *volatile buffer0, in CryptoUtils_buffersMatchWordAligned() argument128 word0 = buffer0[i]; in CryptoUtils_buffersMatchWordAligned()