Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c188 void HW_PKA_Comparison( const uint32_t* opLen, const uint32_t* op1 , const uint32_t* op2 );
502 HW_PKA_Comparison(HW_PKA_oplen, (uint32_t *)&publicKey[0], HW_PKA_P256_gfp); in HW_PKA_StartP256DHkeyGeneration()
519 HW_PKA_Comparison(HW_PKA_oplen, (uint32_t *)&bufferPublicKey[8], HW_PKA_P256_gfp); in HW_PKA_StartP256DHkeyGeneration()
685 HW_PKA_Comparison(HW_PKA_oplen, &T[1][0], &T[3][0]); in HW_PKA_ProcEnd_StateMachine()
728 HW_PKA_Comparison(HW_PKA_oplen, &T[0][0], &T[2][0]); in HW_PKA_ProcEnd_StateMachine()
904 void HW_PKA_Comparison( const uint32_t* opLen, const uint32_t* op1 , const uint32_t* op2 ) in HW_PKA_Comparison() function