/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/ |
D | main.c | 57 struct bt_keys keys = {0}; in ZTEST() local 86 struct bt_keys keys = {0}; in ZTEST() local 117 struct bt_keys keys = {0}; in ZTEST() local 169 struct bt_keys keys = {0}; in ZTEST() local 214 struct bt_keys keys = {0}; in ZTEST() local 266 struct bt_keys keys = {0}; in ZTEST() local 319 struct bt_keys keys = {0}; in ZTEST() local 369 struct bt_keys keys = {0}; in ZTEST() local
|
D | test_suite_invalid_inputs.c | 46 struct bt_keys keys = {0}; in ZTEST() local
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/ |
D | main.c | 54 struct bt_keys keys = {0}; in ZTEST() local 81 struct bt_keys keys = {0}; in ZTEST() local 111 struct bt_keys keys = {0}; in ZTEST() local 163 struct bt_keys keys = {0}; in ZTEST() local 206 struct bt_keys keys = {0}; in ZTEST() local 248 struct bt_keys keys = {0}; in ZTEST() local 307 struct bt_keys keys = {0}; in ZTEST() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | keys.c | 90 struct bt_keys *keys; in bt_keys_get_addr() local 168 struct bt_keys *keys = &key_pool[i]; in bt_foreach_bond() local 183 void bt_keys_foreach_type(enum bt_keys_type type, void (*func)(struct bt_keys *keys, void *data), in bt_keys_foreach_type() 217 struct bt_keys *keys; in bt_keys_get_type() local 305 void bt_keys_add_type(struct bt_keys *keys, enum bt_keys_type type) in bt_keys_add_type() 312 void bt_keys_clear(struct bt_keys *keys) in bt_keys_clear() 331 int bt_keys_store(struct bt_keys *keys) in bt_keys_store() 352 struct bt_keys *keys; in keys_set() local 438 static void id_add(struct bt_keys *keys, void *user_data) in id_add() 469 struct bt_keys *keys = bt_keys_find_addr(id, addr); in bt_keys_update_usage() local [all …]
|
D | keys.h | 72 uint16_t keys; member 200 static inline int bt_keys_store(struct bt_keys *keys) in bt_keys_store()
|
D | id.c | 56 struct bt_keys *keys; in bt_lookup_id_addr() local 904 static void pending_id_update(struct bt_keys *keys, void *data) in pending_id_update() 919 static void bt_id_pending_keys_update_set(struct bt_keys *keys, uint8_t flag) in bt_id_pending_keys_update_set() 996 void bt_id_add(struct bt_keys *keys) in bt_id_add() 1120 static void keys_add_id(struct bt_keys *keys, void *data) in keys_add_id() 1145 void bt_id_del(struct bt_keys *keys) in bt_id_del()
|
D | smp.c | 613 static bool update_keys_check(struct bt_smp *smp, struct bt_keys *keys) in update_keys_check() 822 struct bt_keys *keys; in smp_pairing_br_complete() local 945 struct bt_keys *keys; in smp_br_derive_ltk() local 1046 struct bt_keys *keys; in smp_br_distribute_keys() local 1326 struct bt_keys *keys; in smp_br_ident_info() local 1398 struct bt_keys *keys; in smp_br_signing_info() local 2023 struct bt_keys *keys = conn->le.keys; in legacy_distribute_keys() local 2089 struct bt_keys *keys = conn->le.keys; in bt_smp_distribute_keys() local 2269 struct bt_keys *keys; in legacy_request_tk() local 2528 struct bt_keys *keys; in smp_encrypt_info() local [all …]
|
D | conn_internal.h | 117 struct bt_keys *keys; member
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | id_expects.c | 12 void expect_single_call_bt_id_del(struct bt_keys *keys) in expect_single_call_bt_id_del()
|
D | keys_help_utils.c | 75 struct bt_keys *keys, *key_pool; in check_key_pool_is_empty() local
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/ |
D | main.c | 62 static void bt_keys_foreach_type_unreachable_cb(struct bt_keys *keys, void *data) in bt_keys_foreach_type_unreachable_cb() 105 void bt_keys_foreach_type_expected_cb(struct bt_keys *keys, void *data) in bt_keys_foreach_type_expected_cb()
|
D | test_suite_foreach_type_invalid_inputs.c | 42 static void bt_keys_foreach_type_unreachable_cb(struct bt_keys *keys, void *data) in bt_keys_foreach_type_unreachable_cb()
|
/Zephyr-latest/scripts/net/ |
D | enumerate_http_status.py | 44 keys = sorted(codes2.keys()) variable
|
/Zephyr-latest/tests/posix/common/src/ |
D | key.c | 17 static pthread_key_t keys[N_KEY]; variable 130 pthread_key_t keys[CONFIG_POSIX_THREAD_KEYS_MAX]; in ZTEST() local
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 52 } keys[2]; member 61 } keys[2]; member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | beacon.c | 142 struct bt_mesh_subnet_keys *keys; in secure_beacon_create() local 199 struct bt_mesh_subnet_keys *keys = &sub->keys[SUBNET_KEY_TX_IDX(sub)]; in private_beacon_update() local 522 static bool auth_match(struct bt_mesh_subnet_keys *keys, in auth_match() 752 struct bt_mesh_subnet_keys *keys; in bt_mesh_beacon_update() local
|
D | subnet.h | 82 } keys[2]; member
|
D | app_keys.c | 57 } keys[2]; member
|
D | subnet.c | 307 static int net_keys_create(struct bt_mesh_subnet_keys *keys, bool import, const uint8_t key[16]) in net_keys_create()
|
D | cfg_cli.c | 322 uint16_t *keys; member 460 uint16_t *keys; member 1365 int bt_mesh_cfg_cli_net_key_get(uint16_t net_idx, uint16_t addr, uint16_t *keys, size_t *key_cnt) in bt_mesh_cfg_cli_net_key_get() 1477 uint8_t *status, uint16_t *keys, size_t *key_cnt) in bt_mesh_cfg_cli_app_key_get()
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 61 .. _dt-bindings-description:
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/ |
D | test_suite_full_list_overwrite_oldest.c | 27 struct bt_keys *keys = NULL; in bt_unpair_custom_fake() local
|
/Zephyr-latest/drivers/led/ |
D | ht16k33.c | 206 uint8_t keys[HT16K33_KEYSCAN_DATA_SIZE]; in ht16k33_process_keyscan_data() local 350 uint8_t keys[HT16K33_KEYSCAN_DATA_SIZE]; in ht16k33_init() local
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 649 uint16_t keys[16]; in cmd_net_key_get() local 816 uint16_t keys[16]; in cmd_app_key_get() local
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 1921 def _key_dialog(title, text, keys): argument
|