Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/aes/
DAESCommonLPF3.c129 object->cryptoResourceLocked = false; in AESCommonLPF3_construct()
240 if (object->cryptoResourceLocked) in AESCommonLPF3_cleanup()
242 object->cryptoResourceLocked = false; in AESCommonLPF3_cleanup()
453 if (object->cryptoResourceLocked) in AESCommonLPF3_cancelOperation()
455 object->cryptoResourceLocked = false; in AESCommonLPF3_cancelOperation()
DAESCommonLPF3.h109 volatile bool cryptoResourceLocked; member
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c577 object->common.cryptoResourceLocked = true; in AESCMACLPF3_oneStepOperation()
602 if ((status != AESCMAC_STATUS_SUCCESS) && (object->common.cryptoResourceLocked)) in AESCMACLPF3_oneStepOperation()
605 object->common.cryptoResourceLocked = false; in AESCMACLPF3_oneStepOperation()
883 object->common.cryptoResourceLocked = true; in AESCMAC_addData()
896 if ((status != AESCMAC_STATUS_SUCCESS) && (object->common.cryptoResourceLocked)) in AESCMAC_addData()
899 object->common.cryptoResourceLocked = false; in AESCMAC_addData()
1034 object->common.cryptoResourceLocked = true; in AESCMAC_finalize()
1056 if ((status != AESCMAC_STATUS_SUCCESS) && (object->common.cryptoResourceLocked)) in AESCMAC_finalize()
1059 object->common.cryptoResourceLocked = false; in AESCMAC_finalize()
1600 object->common.cryptoResourceLocked = true; in AESCMACLPF3HSM_freeAssets()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c378 object->common.cryptoResourceLocked = true; in AESECBLPF3_oneStepOperation()
743 object->common.cryptoResourceLocked = true; in AESECB_addData()
821 object->common.cryptoResourceLocked = true; in AESECB_finalize()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c391 object->common.cryptoResourceLocked = true; in AESCTRLPF3_oneStepOperation()
740 object->common.cryptoResourceLocked = true; in AESCTR_addData()
828 object->common.cryptoResourceLocked = true; in AESCTR_finalize()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c870 object->common.cryptoResourceLocked = true; in AESCCMLPF3_oneStepOperation()
1601 object->common.cryptoResourceLocked = true; in AESCCM_addAAD()
1694 object->common.cryptoResourceLocked = true; in AESCCMLPF3_addData()