Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c110 uint32_t word1; in CryptoUtils_buffersMatchWordAligned() local
129 word1 = buffer1[i]; in CryptoUtils_buffersMatchWordAligned()
131 tempResult |= word0 ^ word1; in CryptoUtils_buffersMatchWordAligned()