Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/aes/
DAESCommonLPF3.h300 void AESCommonLPF3_cancelOperation(AESCommonLPF3_Object *object, bool cancelDMAChannelB);
DAESCommonLPF3.c440 void AESCommonLPF3_cancelOperation(AESCommonLPF3_Object *object, bool cancelDMAChannelB) in AESCommonLPF3_cancelOperation() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c885 AESCommonLPF3_cancelOperation(&object->common, true); in AESECB_cancelOperation()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c1008 AESCommonLPF3_cancelOperation(&object->common, true); in AESCTR_cancelOperation()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c1134 AESCommonLPF3_cancelOperation(&object->common, false); in AESCMAC_cancelOperation()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c2123 AESCommonLPF3_cancelOperation(&object->common, true); in AESCCM_cancelOperation()