Home
last modified time | relevance | path

Searched refs:PKA_InitStruct (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_pka.c119 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
122 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
124 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
136 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
139 PKA_InitStruct->Mode = LL_PKA_MODE_MONTGOMERY_PARAM_MOD_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_pka.c119 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
122 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
124 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
136 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
139 PKA_InitStruct->Mode = LL_PKA_MODE_MONTGOMERY_PARAM_MOD_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_pka.c119 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
122 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
124 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
136 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
139 PKA_InitStruct->Mode = LL_PKA_MODE_MONTGOMERY_PARAM_MOD_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_pka.c119 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
122 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
124 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
136 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
139 PKA_InitStruct->Mode = LL_PKA_MODE_MONTGOMERY_PARAM_MOD_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_pka.c122 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
125 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
127 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
139 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
142 PKA_InitStruct->Mode = LL_PKA_MODE_MODULAR_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_pka.c122 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
125 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
127 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
139 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
142 PKA_InitStruct->Mode = LL_PKA_MODE_MODULAR_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_pka.c122 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
125 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
127 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
139 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
142 PKA_InitStruct->Mode = LL_PKA_MODE_MODULAR_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_pka.c122 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
125 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
127 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
139 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
142 PKA_InitStruct->Mode = LL_PKA_MODE_MODULAR_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_pka.c122 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
125 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
127 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
139 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
142 PKA_InitStruct->Mode = LL_PKA_MODE_MODULAR_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_pka.c143 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
146 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
147 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
158 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
162 PKA_InitStruct->Mode = LL_PKA_MODE_MODULAR_EXP; in LL_PKA_StructInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pka.h508 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
509 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pka.h508 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
509 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pka.h508 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
509 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pka.h508 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
509 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_pka.h575 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
576 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pka.h575 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
576 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pka.h575 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
576 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_pka.h575 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
576 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_pka.h575 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
576 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pka.h775 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
776 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);