Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Decc.c19 static uint8_t pub_key[BT_PUB_KEY_LEN]; variable
36 bool bt_pub_key_is_debug(uint8_t *pub_key) in bt_pub_key_is_debug() argument
38 return memcmp(pub_key, debug_public_key, BT_PUB_KEY_LEN) == 0; in bt_pub_key_is_debug()
114 return pub_key; in bt_pub_key_get()
198 memcpy(pub_key, evt->key, BT_PUB_KEY_LEN); in bt_hci_evt_le_pkey_complete()
204 cb->func(evt->status ? NULL : pub_key); in bt_hci_evt_le_pkey_complete()
Decc.h45 bool bt_pub_key_is_debug(uint8_t *pub_key);
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dmesh.c41 static uint8_t pub_key[64]; variable
467 memcpy(pub_key, cmd->set_keys->pub_key, sizeof(cmd->set_keys->pub_key)); in config_prov()
469 prov.public_key_be = pub_key; in config_prov()
497 memcpy(pub_key, cmd->pub_key, sizeof(pub_key)); in provision_node()
499 err = bt_mesh_prov_remote_pub_key_set(pub_key); in provision_node()
Dbttester.h904 uint8_t pub_key[64]; member
928 uint8_t pub_key[0]; member