Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCTR.h759 } AESCTR_Params; typedef
766 extern const AESCTR_Params AESCTR_defaultParams;
790 void AESCTR_Params_init(AESCTR_Params *params);
809 AESCTR_Handle AESCTR_open(uint_least8_t index, const AESCTR_Params *params);
1023 AESCTR_Handle AESCTR_construct(AESCTR_Config *config, const AESCTR_Params *params);
DAESCTR.c51 const AESCTR_Params AESCTR_defaultParams = {
61 void AESCTR_Params_init(AESCTR_Params *params) in AESCTR_Params_init()
69 __attribute__((weak)) AESCTR_Handle AESCTR_open(uint_least8_t index, const AESCTR_Params *params) in AESCTR_open()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c221 AESCTR_Params ctrParams; in AESCTRDRBG_construct()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c229 AESCTR_Handle AESCTR_construct(AESCTR_Config *config, const AESCTR_Params *params) in AESCTR_construct()