Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c118 static const uint32_t HW_PKA_P256_gfp[8] = variable
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()
647 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &ret[0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
662 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[0][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
671 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &ret[0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
679 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[2][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
697 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[0][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
706 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[3][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
714 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[2][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
[all …]
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/
Dhw_pka_p256.c25 static const uint32_t HW_PKA_P256_gfp[8] = variable
120 HW_PKA_WriteOperand( PKA_COMPARISON_IN_OP2, 8, HW_PKA_P256_gfp ); in HW_PKA_P256_StartRangeCheck()
151 HW_PKA_WriteOperand( PKA_POINT_CHECK_IN_MOD_GF, 8, HW_PKA_P256_gfp ); in HW_PKA_P256_StartPointCheck()
196 HW_PKA_WriteOperand( PKA_ECC_SCALAR_MUL_IN_MOD_GF, 8, HW_PKA_P256_gfp ); in HW_PKA_P256_StartEccScalarMul()