Home
last modified time | relevance | path

Searched refs:btstack_crypto_ecc_p256_t (Results 1 – 5 of 5) sorted by relevance

/btstack/src/
H A Dbtstack_crypto.h102 } btstack_crypto_ecc_p256_t; typedef
205 void btstack_crypto_ecc_p256_generate_key(btstack_crypto_ecc_p256_t * request, uint8_t * public_key…
217 void btstack_crypto_ecc_p256_calculate_dhkey(btstack_crypto_ecc_p256_t * request, const uint8_t * p…
H A Dbtstack_crypto.c564 static void btstack_crypto_ecc_p256_calculate_dhkey_software(btstack_crypto_ecc_p256_t * btstack_cr… in btstack_crypto_ecc_p256_calculate_dhkey_software()
843 btstack_crypto_ecc_p256_t * btstack_crypto_ec_p192; in btstack_crypto_run()
936 btstack_crypto_ec_p192 = (btstack_crypto_ecc_p256_t *) btstack_crypto; in btstack_crypto_run()
971 btstack_crypto_ec_p192 = (btstack_crypto_ecc_p256_t *) btstack_crypto; in btstack_crypto_run()
1089 btstack_crypto_ecc_p256_t * btstack_crypto_ec_p192; in btstack_crypto_event_handler()
1143 …btstack_crypto_ec_p192 = (btstack_crypto_ecc_p256_t*) btstack_linked_list_get_first_item(&btstack_… in btstack_crypto_event_handler()
1244 void btstack_crypto_ecc_p256_generate_key(btstack_crypto_ecc_p256_t * request, uint8_t * public_key… in btstack_crypto_ecc_p256_generate_key()
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()
/btstack/src/mesh/
H A Dprovisioning_provisioner.c77 static btstack_crypto_ecc_p256_t prov_ecc_p256_request;
H A Dprovisioning_device.c100 static btstack_crypto_ecc_p256_t prov_ecc_p256_request;
/btstack/src/ble/
H A Dsm.c272 static btstack_crypto_ecc_p256_t sm_crypto_ecc_p256_request;