Home
last modified time | relevance | path

Searched refs:buffer0 (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c42 bool CryptoUtils_buffersMatch(const void *buffer0, in CryptoUtils_buffersMatch() argument
54 tempResult |= ((uint8_t *)buffer0)[i] ^ ((uint8_t *)buffer1)[i]; in CryptoUtils_buffersMatch()
63 bool CryptoUtils_buffersMatchWordAligned(const uint32_t *buffer0, in CryptoUtils_buffersMatchWordAligned() argument
82 tempResult |= buffer0[i] ^ buffer1[i]; in CryptoUtils_buffersMatchWordAligned()
DCryptoUtils.h70 bool CryptoUtils_buffersMatch(const void *buffer0,
102 bool CryptoUtils_buffersMatchWordAligned(const uint32_t *buffer0,
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.h100 bool CryptoUtils_buffersMatch(const volatile void *volatile buffer0,
132 bool CryptoUtils_buffersMatchWordAligned(const volatile uint32_t *volatile buffer0,
DCryptoUtils.c69 CRYPTOUTILS_NOINLINE bool CryptoUtils_buffersMatch(const volatile void *volatile buffer0, in CryptoUtils_buffersMatch() argument
85 byte0 = ((uint8_t *)buffer0)[i]; in CryptoUtils_buffersMatch()
104 …OUTILS_NOINLINE bool CryptoUtils_buffersMatchWordAligned(const volatile uint32_t *volatile buffer0, in CryptoUtils_buffersMatchWordAligned() argument
128 word0 = buffer0[i]; in CryptoUtils_buffersMatchWordAligned()