Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c279 size_t bytesToGenerate = 0; in RNGLPF3RF_getValidatedNumber() local
315 returnValue = RNGLPF3RF_getEntropyFromPool(byteDestination, byteSize, &bytesToGenerate); in RNGLPF3RF_getValidatedNumber()
317 if (returnValue == RNG_STATUS_SUCCESS && bytesToGenerate > 0u) in RNGLPF3RF_getValidatedNumber()
320 &byteDestination[byteSize - bytesToGenerate], in RNGLPF3RF_getValidatedNumber()
321 bytesToGenerate); in RNGLPF3RF_getValidatedNumber()