Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/utils/
DCryptoUtils.c74 uint8_t byte0; in CryptoUtils_buffersMatch() local
85 byte0 = ((uint8_t *)buffer0)[i]; in CryptoUtils_buffersMatch()
88 tempResult |= byte0 ^ byte1; in CryptoUtils_buffersMatch()
/hal_ti-latest/simplelink/source/ti/drivers/nvs/
DNVSSPI25X.c862 uint8_t byte0; in extFlashSpiWrite() local
863 byte0 = *buf++; in extFlashSpiWrite()
865 masterTransaction.txBuf = (void*)&byte0; in extFlashSpiWrite()