Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c418 AESCMAC_Handle dynHandle; in RNGLPF3RF_conditionNoise() local
455 dynHandle = AESCMAC_construct(&dynConfig, &params); in RNGLPF3RF_conditionNoise()
457 if (dynHandle == NULL) in RNGLPF3RF_conditionNoise()
472 cbcMacResult = AESCMAC_oneStepSign(dynHandle, &cbcmacOperation, &cryptoKey); in RNGLPF3RF_conditionNoise()
484 cbcMacResult = AESCMAC_oneStepSign(dynHandle, &cbcmacOperation, &cryptoKey); in RNGLPF3RF_conditionNoise()
496 AESCMAC_close(dynHandle); in RNGLPF3RF_conditionNoise()