Searched refs:op1 (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 912 HW_PKA_WriteOperand( PKA_COMPARISON_IN_OP1, 8, op1 ); in HW_PKA_Comparison() 922 HW_PKA_WriteOperand( 301, 8, op1 ); 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 990 HW_PKA_WriteOperand( 301, 8, op1); in HW_PKA_MontgomeryMultiplication()
|