Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/tests/bluetooth/host/id/bt_id_del/src/
Dmain.c57 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
Dtest_suite_invalid_inputs.c46 struct bt_keys keys = {0}; in ZTEST() local
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/
Dmain.c54 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/
Dkeys.c90 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 …]
Dkeys.h72 uint16_t keys; member
200 static inline int bt_keys_store(struct bt_keys *keys) in bt_keys_store()
Did.c56 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()
Dsmp.c613 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 …]
Dconn_internal.h117 struct bt_keys *keys; member
/Zephyr-latest/tests/bluetooth/host/keys/mocks/
Did_expects.c12 void expect_single_call_bt_id_del(struct bt_keys *keys) in expect_single_call_bt_id_del()
Dkeys_help_utils.c75 struct bt_keys *keys, *key_pool; in check_key_pool_is_empty() local
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/
Dmain.c62 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()
Dtest_suite_foreach_type_invalid_inputs.c42 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/
Denumerate_http_status.py44 keys = sorted(codes2.keys()) variable
/Zephyr-latest/tests/posix/common/src/
Dkey.c17 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/
Dcdb.h52 } keys[2]; member
61 } keys[2]; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dbeacon.c142 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
Dsubnet.h82 } keys[2]; member
Dapp_keys.c57 } keys[2]; member
Dsubnet.c307 static int net_keys_create(struct bt_mesh_subnet_keys *keys, bool import, const uint8_t key[16]) in net_keys_create()
Dcfg_cli.c322 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/
Dbindings-syntax.rst61 .. _dt-bindings-description:
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/
Dtest_suite_full_list_overwrite_oldest.c27 struct bt_keys *keys = NULL; in bt_unpair_custom_fake() local
/Zephyr-latest/drivers/led/
Dht16k33.c206 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/
Dcfg.c649 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/
Dmenuconfig.py1921 def _key_dialog(title, text, keys): argument

12