Home
last modified time | relevance | path

Searched refs:key_material (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/include/
Dcommon.h15 struct key_material { struct
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/adv/encrypted/ead_sample/src/
Dmain.c46 struct key_material *received_keymat);
72 struct key_material received_keymat; in central_main()
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/peripheral/src/
Ddata.h47 static struct key_material mk = {
Dperipheral_ead.c42 sizeof(struct key_material)); in read_key_material()
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/central/src/
Dmain.c41 struct key_material *keymat);
Dcentral_ead.c33 static struct key_material keymat;
455 struct key_material *test_received_keymat) in run_central_sample()