Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c416 int_fast16_t cbcMacResult; in RNGLPF3RF_conditionNoise() local
472 cbcMacResult = AESCMAC_oneStepSign(dynHandle, &cbcmacOperation, &cryptoKey); in RNGLPF3RF_conditionNoise()
474 if (cbcMacResult != AESCMAC_STATUS_SUCCESS) in RNGLPF3RF_conditionNoise()
479 if (cbcMacResult == AESCMAC_STATUS_SUCCESS) in RNGLPF3RF_conditionNoise()
484 cbcMacResult = AESCMAC_oneStepSign(dynHandle, &cbcmacOperation, &cryptoKey); in RNGLPF3RF_conditionNoise()
486 if (cbcMacResult != AESCMAC_STATUS_SUCCESS) in RNGLPF3RF_conditionNoise()