Searched refs:opLen (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka.c | 188 void HW_PKA_Comparison( const uint32_t* opLen, const uint32_t* op1 , const uint32_t* op2 ); 197 void HW_PKA_MontgomeryMultiplication( uint32_t opLen, const uint32_t* op1, const uint32_t* op2, con… 904 void HW_PKA_Comparison( const uint32_t* opLen, const uint32_t* op1 , const uint32_t* op2 ) in HW_PKA_Comparison() argument 910 HW_PKA_WriteSingleInput( PKA_COMPARISON_NB_BITS, 2, opLen ); in HW_PKA_Comparison() 920 HW_PKA_WriteSingleInput( 1, opLen[0] ); in HW_PKA_Comparison() 981 void HW_PKA_MontgomeryMultiplication( uint32_t opLen, const uint32_t* op1, const uint32_t* op2, con… in HW_PKA_MontgomeryMultiplication() argument 988 HW_PKA_WriteSingleInput( 1, opLen); in HW_PKA_MontgomeryMultiplication()
|