| /Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/ | 
| D | main.c | 57 	struct bt_keys keys = {0};  in ZTEST()  local86 	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()  local81 	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()  local168 		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;  member200 static inline int bt_keys_store(struct bt_keys *keys)  in bt_keys_store()
 
 | 
| D | id.c | 58 		struct bt_keys *keys;  in bt_lookup_id_addr()  local909 static void pending_id_update(struct bt_keys *keys, void *data)  in pending_id_update()
 924 static void bt_id_pending_keys_update_set(struct bt_keys *keys, uint8_t flag)  in bt_id_pending_keys_update_set()
 1001 void bt_id_add(struct bt_keys *keys)  in bt_id_add()
 1125 static void keys_add_id(struct bt_keys *keys, void *data)  in keys_add_id()
 1150 void bt_id_del(struct bt_keys *keys)  in bt_id_del()
 
 | 
| D | smp.c | 619 static bool update_keys_check(struct bt_smp *smp, struct bt_keys *keys)  in update_keys_check()828 	struct bt_keys *keys;  in smp_pairing_br_complete()  local
 951 	struct bt_keys *keys;  in smp_br_derive_ltk()  local
 1053 	struct bt_keys *keys;  in smp_br_distribute_keys()  local
 1363 	struct bt_keys *keys;  in smp_br_ident_info()  local
 1435 	struct bt_keys *keys;  in smp_br_signing_info()  local
 2060 	struct bt_keys *keys = conn->le.keys;  in legacy_distribute_keys()  local
 2126 	struct bt_keys *keys = conn->le.keys;  in bt_smp_distribute_keys()  local
 2306 	struct bt_keys *keys;  in legacy_request_tk()  local
 2565 		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];  variable130 	pthread_key_t keys[CONFIG_POSIX_THREAD_KEYS_MAX];  in ZTEST()  local
 
 | 
| /Zephyr-latest/include/zephyr/bluetooth/mesh/ | 
| D | cdb.h | 52 	} keys[2];  member61 	} keys[2];  member
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | beacon.c | 142 	struct bt_mesh_subnet_keys *keys;  in secure_beacon_create()  local199 	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;  member460 	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()  local350 		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()  local816 	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
 |