Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCMAC.h819 } AESCMAC_Params; typedef
826 extern const AESCMAC_Params AESCMAC_defaultParams;
851 void AESCMAC_Params_init(AESCMAC_Params *params);
883 AESCMAC_Handle AESCMAC_open(uint_least8_t index, const AESCMAC_Params *params);
1122 AESCMAC_Handle AESCMAC_construct(AESCMAC_Config *config, const AESCMAC_Params *params);
DAESCMAC.c51 const AESCMAC_Params AESCMAC_defaultParams = {
62 void AESCMAC_Params_init(AESCMAC_Params *params) in AESCMAC_Params_init()
70 __attribute__((weak)) AESCMAC_Handle AESCMAC_open(uint_least8_t index, const AESCMAC_Params *params) in AESCMAC_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rng/
DRNGLPF3RF.c422 AESCMAC_Params params; in RNGLPF3RF_conditionNoise()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aescmac/
DAESCMACLPF3.c187 AESCMAC_Handle AESCMAC_construct(AESCMAC_Config *config, const AESCMAC_Params *params) in AESCMAC_construct()