Searched refs:AESCTR_Config (Results 1 – 5 of 5) sorted by relevance
48 extern const AESCTR_Config AESCTR_config[];73 AESCTR_Config *config = (AESCTR_Config *)&AESCTR_config[index]; in AESCTR_open()
714 typedef AESCommon_Config AESCTR_Config; typedef719 typedef AESCTR_Config *AESCTR_Handle;1023 AESCTR_Handle AESCTR_construct(AESCTR_Config *config, const AESCTR_Params *params);
134 const AESCTR_Config AESCTR_config[CONFIG_AESCTR_COUNT] = {
131 AESCTR_Config ctrConfig;
229 AESCTR_Handle AESCTR_construct(AESCTR_Config *config, const AESCTR_Params *params) in AESCTR_construct()