Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/aes/
DAESCommonLPF3.h158 void AESCommonLPF3_setupOperation(CryptoKey *key, uint32_t autoCfgVal);
DAESCommonLPF3.c183 void AESCommonLPF3_setupOperation(CryptoKey *key, uint32_t autoCfgVal) in AESCommonLPF3_setupOperation() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesecb/
DAESECBLPF3.c402 AESCommonLPF3_setupOperation(&object->common.key, AESEBCLPF3_SINGLE_BLOCK_AUTOCFG); in AESECBLPF3_startOperation()
406 AESCommonLPF3_setupOperation(&object->common.key, AESECBLPF3_DEFAULT_AUTOCFG); in AESECBLPF3_startOperation()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c438 AESCommonLPF3_setupOperation(&object->common.key, AESCTRLPF3_DEFAULT_AUTOCFG); in AESCTRLPF3_startOperation()