Searched refs:HW_PKA_P256_StartEccScalarMul (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka.c | 192 void HW_PKA_P256_StartEccScalarMul( const uint32_t* k, const uint32_t* pX, const uint32_t* pY ); 494 … HW_PKA_P256_StartEccScalarMul( secretKey, (uint32_t *)&publicKey[0], (uint32_t *)&publicKey[8] ); in HW_PKA_StartP256DHkeyGeneration() 553 …HW_PKA_P256_StartEccScalarMul( (uint32_t *)&bufferSecretKey[0], (uint32_t *)&bufferPublicKey[0], (… in HW_PKA_StartP256DHkeyGeneration() 841 void HW_PKA_P256_StartEccScalarMul( const uint32_t* k, const uint32_t* pX, const uint32_t* pY ) in HW_PKA_P256_StartEccScalarMul() function
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/STM32_WPAN/Target/ |
D | bpka.c | 63 HW_PKA_P256_StartEccScalarMul( local_private_key, NULL, NULL ); in BPKA_StartP256Key() 188 HW_PKA_P256_StartEccScalarMul( BPKA_buffer, in BPKA_Process()
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/ |
D | hw_pka_p256.c | 176 void HW_PKA_P256_StartEccScalarMul( const uint32_t* k, in HW_PKA_P256_StartEccScalarMul() function
|
D | hw.h | 326 extern void HW_PKA_P256_StartEccScalarMul( const uint32_t* k,
|