Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/STM32_WPAN/Target/
Dbpka.c54 int BPKA_StartP256Key( const uint32_t* local_private_key ) in BPKA_StartP256Key() argument
63 HW_PKA_P256_StartEccScalarMul( local_private_key, NULL, NULL ); in BPKA_StartP256Key()
82 int BPKA_StartDhKey( const uint32_t* local_private_key, in BPKA_StartDhKey() argument
93 memcpy( BPKA_buffer, local_private_key, 32 ); in BPKA_StartDhKey()
Dbpka.h40 int BPKA_StartP256Key( const uint32_t* local_private_key );
44 int BPKA_StartDhKey( const uint32_t* local_private_key,
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/
Dbleplat.h150 extern int BLEPLAT_PkaStartP256Key( const uint32_t* local_private_key );
168 extern int BLEPLAT_PkaStartDhKey( const uint32_t* local_private_key,