Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c281 uint8_t *byteDestination = NULL; in RNGLPF3RF_getValidatedNumber() local
308 byteDestination = (uint8_t *)randomNumber; in RNGLPF3RF_getValidatedNumber()
315 returnValue = RNGLPF3RF_getEntropyFromPool(byteDestination, byteSize, &bytesToGenerate); in RNGLPF3RF_getValidatedNumber()
320 &byteDestination[byteSize - bytesToGenerate], in RNGLPF3RF_getValidatedNumber()
327 byteDestination[0] &= bitMask; in RNGLPF3RF_getValidatedNumber()
331 byteDestination[byteSize - 1u] &= bitMask; in RNGLPF3RF_getValidatedNumber()