Home
last modified time | relevance | path

Searched refs:AESCCM_Params (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCCM.c51 const AESCCM_Params AESCCM_defaultParams = {
61 void AESCCM_Params_init(AESCCM_Params *params) in AESCCM_Params_init()
69 __attribute__((weak)) AESCCM_Handle AESCCM_open(uint_least8_t index, const AESCCM_Params *params) in AESCCM_open()
DAESCCM.h1155 } AESCCM_Params; typedef
1162 extern const AESCCM_Params AESCCM_defaultParams;
1186 void AESCCM_Params_init(AESCCM_Params *params);
1205 AESCCM_Handle AESCCM_open(uint_least8_t index, const AESCCM_Params *params);
1633 AESCCM_Handle AESCCM_construct(AESCCM_Config *config, const AESCCM_Params *params);
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesccm/
DAESCCMLPF3.c421 AESCCM_Handle AESCCM_construct(AESCCM_Config *config, const AESCCM_Params *params) in AESCCM_construct()