Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c192 void HW_PKA_P256_StartEccScalarMul( const uint32_t* k, const uint32_t* pX, const uint32_t* pY );
494HW_PKA_P256_StartEccScalarMul( secretKey, (uint32_t *)&publicKey[0], (uint32_t *)&publicKey[8] ); in HW_PKA_StartP256DHkeyGeneration()
553HW_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/
Dbpka.c63 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/
Dhw_pka_p256.c176 void HW_PKA_P256_StartEccScalarMul( const uint32_t* k, in HW_PKA_P256_StartEccScalarMul() function
Dhw.h326 extern void HW_PKA_P256_StartEccScalarMul( const uint32_t* k,