Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/sharedresources/
DCryptoResourceLPF3.c45 SemaphoreP_Struct CryptoResourceLPF3_operationSemaphore; variable
76 (void)SemaphoreP_constructBinary(&CryptoResourceLPF3_operationSemaphore, 0U); in CryptoResourceLPF3_constructRTOSObjects()
DCryptoResourceLPF3.h54 extern SemaphoreP_Struct CryptoResourceLPF3_operationSemaphore;
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c175 SemaphoreP_post(&CryptoResourceLPF3_operationSemaphore); in AESECBLPF3_hwiFxn()
568 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESECBLPF3_waitForResult()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c205 SemaphoreP_post(&CryptoResourceLPF3_operationSemaphore); in AESCTRLPF3_hwiFxn()
666 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCTRLPF3_waitForResult()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c160 SemaphoreP_post(&CryptoResourceLPF3_operationSemaphore); in AESCMACLPF3_hwiFxn()
650 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCMACLPF3_waitForResult()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c335 SemaphoreP_post(&CryptoResourceLPF3_operationSemaphore); in AESCCMLPF3_hwiFxn()
391 (void)SemaphoreP_pend((SemaphoreP_Handle)&CryptoResourceLPF3_operationSemaphore, in AESCCMLPF3_waitForDMA()