Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c222 object->segmentedOperationInProgress = false; in AESECB_construct()
609 if (object->segmentedOperationInProgress) in AESECB_setupEncrypt()
620 object->segmentedOperationInProgress = true; in AESECB_setupEncrypt()
663 if (object->segmentedOperationInProgress) in AESECB_setupDecrypt()
681 object->segmentedOperationInProgress = true; in AESECB_setupDecrypt()
895 object->segmentedOperationInProgress = false; in AESECB_cancelOperation()
933 if (object->segmentedOperationInProgress) in AESECBLPF3HSM_oneStepOperation()
975 object->segmentedOperationInProgress = false; in AESECBLPF3HSM_OneStepPostProcessing()
1112 object->segmentedOperationInProgress = false; in AESECBLPF3HSM_finalize()
DAESECBLPF3.h132 bool segmentedOperationInProgress; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.h140 bool segmentedOperationInProgress; member
DAESCCMLPF3.c443 object->segmentedOperationInProgress = false; in AESCCM_construct()
2131 object->segmentedOperationInProgress = false; in AESCCM_cancelOperation()
2413 if (object->segmentedOperationInProgress) in AESCCMLPF3HSM_oneStepOperation()
2466 if (object->segmentedOperationInProgress) in AESCCMLPF3HSM_setupSegmentedOperation()
2477 object->segmentedOperationInProgress = true; in AESCCMLPF3HSM_setupSegmentedOperation()
2630 object->segmentedOperationInProgress = false; in AESCCMLPF3HSM_SegmentedPostProcessing()
2961 object->segmentedOperationInProgress = false; in AESCCMLPF3HSM_finalizeEncrypt()
3011 object->segmentedOperationInProgress = false; in AESCCMLPF3HSM_finalizeDecrypt()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c252 object->segmentedOperationInProgress = false; in AESCTR_construct()
889 if (object->segmentedOperationInProgress) in AESCTRLPF3_setupSegmentedOperation()
900 object->segmentedOperationInProgress = true; in AESCTRLPF3_setupSegmentedOperation()
1018 object->segmentedOperationInProgress = false; in AESCTR_cancelOperation()
1064 if (object->segmentedOperationInProgress) in AESCTRLPF3HSM_oneStepOperation()
1115 object->segmentedOperationInProgress = false; in AESCTRLPF3HSM_OneStepOperationPostProcessing()
1263 object->segmentedOperationInProgress = false; in AESCTRLPF3HSM_finalize()
DAESCTRLPF3.h160 bool segmentedOperationInProgress; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.h148 bool segmentedOperationInProgress; member
DAESCMACLPF3.c210 object->segmentedOperationInProgress = false; in AESCMAC_construct()
734 if (object->segmentedOperationInProgress) in AESCMACLPF3_setupSegmentedOperation()
745 object->segmentedOperationInProgress = true; in AESCMACLPF3_setupSegmentedOperation()
1122 object->segmentedOperationInProgress = false; in AESCMAC_cancelOperation()
1183 if (object->segmentedOperationInProgress) in AESCMACLPF3HSM_oneStepOperation()
1542 object->segmentedOperationInProgress = false; in AESCMACLPF3HSM_oneStepAndFinalizePostProcessing()