Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dkeys.c45 struct bt_keys *keys; in bt_keys_get_addr() local
110 struct bt_keys *keys = &key_pool[i]; in bt_foreach_bond() local
121 void bt_keys_foreach(int type, void (*func)(struct bt_keys *keys, void *data), in bt_keys_foreach()
151 struct bt_keys *keys; in bt_keys_get_type() local
235 void bt_keys_add_type(struct bt_keys *keys, int type) in bt_keys_add_type()
240 void bt_keys_clear(struct bt_keys *keys) in bt_keys_clear()
271 int bt_keys_store(struct bt_keys *keys) in bt_keys_store()
302 struct bt_keys *keys; in keys_set() local
388 static void id_add(struct bt_keys *keys, void *user_data) in id_add()
425 struct bt_keys *keys = bt_keys_find_addr(id, addr); in bt_keys_update_usage() local
A Dkeys.h58 u16_t keys; member
91 static inline int bt_keys_store(struct bt_keys *keys) in bt_keys_store()
A Dsmp.c985 struct bt_keys *keys; in smp_pairing_br_complete() local
1085 struct bt_keys *keys; in smp_br_derive_ltk() local
1186 struct bt_keys *keys; in smp_br_distribute_keys() local
1436 struct bt_keys *keys; in smp_br_ident_info() local
1508 struct bt_keys *keys; in smp_br_signing_info() local
2273 struct bt_keys *keys; in legacy_request_tk() local
2526 struct bt_keys *keys; in smp_encrypt_info() local
2552 struct bt_keys *keys; in smp_master_ident() local
3710 struct bt_keys *keys; in smp_ident_info() local
4510 struct bt_keys *keys; in bt_smp_sign_verify() local
[all …]
A Dhci_core.c407 struct bt_keys *keys; in bt_lookup_id_addr() local
2153 static void pending_id_update(struct bt_keys *keys, void *data) in pending_id_update()
2168 static void pending_id_keys_update_set(struct bt_keys *keys, u8_t flag) in pending_id_keys_update_set()
2945 struct bt_keys *keys = NULL; in unpair() local
4213 void bt_id_add(struct bt_keys *keys) in bt_id_add()
4328 static void keys_add_id(struct bt_keys *keys, void *data) in keys_add_id()
4357 void bt_id_del(struct bt_keys *keys) in bt_id_del()
7968 struct bt_keys *keys = bt_keys_find_addr(id, addr); in bt_addr_le_is_bonded() local
A Dconn_internal.h62 struct bt_keys *keys; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/
A Dstatic_hashtable.cc27 TfLiteContext* context, const TfLiteTensor* keys, TfLiteTensor* values, in Lookup()
61 TfLiteContext* context, const TfLiteTensor* keys, in Import()
A Dstatic_hashtable.h58 const TfLiteTensor* keys, in CheckKeyAndValueTypes()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dfun_calldblstar3.py7 def keys(self): member in Mapping
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl_ticket.h60 mbedtls_ssl_ticket_key keys[2]; /*!< ticket protection keys */ member
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspevents.c79 enum PspHprmKeys keys; in PSP_PumpEvents() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c191 int bt_mesh_net_keys_create(struct bt_mesh_subnet_keys *keys, const u8_t key[16]) in bt_mesh_net_keys_create()
441 struct bt_mesh_subnet_keys *keys; in bt_mesh_net_beacon_update() local
950 static bool auth_match(struct bt_mesh_subnet_keys *keys, const u8_t net_id[8], u8_t flags, bt_u32_t… in auth_match()
A Dbeacon.c95 struct bt_mesh_subnet_keys *keys; in bt_mesh_beacon_create() local
A Dprovisioner_main.c862 struct bt_mesh_app_keys *keys = NULL; in bt_mesh_provisioner_local_app_key_add() local
1401 const u8_t *keys = NULL; in bt_mesh_temp_prov_net_idx_set() local
A Dtransport.c692 struct bt_mesh_app_keys *keys; in sdu_recv() local
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_harness.c104 Uint64 *keys; in SDLTest_GenerateExecKey() local
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard.c599 SDL_SetKeymap(int start, SDL_Keycode * keys, int length) in SDL_SetKeymap()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/crypto/
A Dtls_polarssl.c314 struct tls_random *keys) in tls_connection_get_random()
893 struct tls_random *keys) in tls_connection_get_random()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h46 } keys[2]; member
82 } keys[2]; member
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c634 …const void *keys[2] = { (void *) CFSTR(kIOHIDDeviceUsagePageKey), (void *) CFSTR(kIOHIDDeviceUsage… in CreateHIDDeviceMatchDictionary() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Daccess.h344 u16_t keys[CONFIG_BT_MESH_MODEL_KEY_COUNT]; member
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1731 def _key_dialog(title, text, keys): argument
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1731 def _key_dialog(title, text, keys): argument
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dunzip.c143 unsigned long keys[3]; /* keys defining the pseudo-random sequence */ member
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c362 char keys[32]; in X11_ReconcileKeyboardState() local
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js876 function handle_key(keys) { argument

Completed in 111 milliseconds

12