Home
last modified time | relevance | path

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

/hal_stm32-3.7.0/lib/stm32wba/hci/
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,
Dbleplat.h147 extern int BLEPLAT_PkaStartP256Key( const uint32_t* local_private_key );
165 extern int BLEPLAT_PkaStartDhKey( const uint32_t* local_private_key,