Searched refs:op2 (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 914 HW_PKA_WriteOperand( PKA_COMPARISON_IN_OP2, 8, op2 ); in HW_PKA_Comparison() 924 HW_PKA_WriteOperand( 401, 8, op2 ); 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 992 HW_PKA_WriteOperand( 401, 8, op2); in HW_PKA_MontgomeryMultiplication()
|