Searched refs:btstack_crypto_ecc_p256_calculate_dhkey (Results 1 – 5 of 5) sorted by relevance
/btstack/src/ |
H A D | btstack_crypto.h | 217 void btstack_crypto_ecc_p256_calculate_dhkey(btstack_crypto_ecc_p256_t * request, const uint8_t * p…
|
H A D | btstack_crypto.c | 1257 void btstack_crypto_ecc_p256_calculate_dhkey(btstack_crypto_ecc_p256_t * request, const uint8_t * p… in btstack_crypto_ecc_p256_calculate_dhkey() function
|
/btstack/src/mesh/ |
H A D | provisioning_provisioner.c | 504 …btstack_crypto_ecc_p256_calculate_dhkey(&prov_ecc_p256_request, remote_ec_q, dhkey, provisioning_h… in provisioning_public_key_ready()
|
H A D | provisioning_device.c | 574 …btstack_crypto_ecc_p256_calculate_dhkey(&prov_ecc_p256_request, remote_ec_q, dhkey, provisioning_h… in provisioning_handle_public_key()
|
/btstack/src/ble/ |
H A D | sm.c | 4431 …btstack_crypto_ecc_p256_calculate_dhkey(&sm_crypto_ecc_p256_request, setup->sm_peer_q, setup->sm_d… in sm_pdu_handler_pairing_public_key()
|