/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
D | ble_sm_sc.c | 633 uint8_t *iocap; in ble_sm_sc_dhkey_check_exec() local 639 iocap = &pair_req->io_cap; in ble_sm_sc_dhkey_check_exec() 643 iocap = &pair_rsp->io_cap; in ble_sm_sc_dhkey_check_exec() 662 ble_sm_peer_pair_rand(proc), proc->tk, iocap, in ble_sm_sc_dhkey_check_exec() 693 uint8_t *iocap; in ble_sm_dhkey_check_process() local 700 iocap = &pair_rsp->io_cap; in ble_sm_dhkey_check_process() 712 iocap = &pair_req->io_cap; in ble_sm_dhkey_check_process() 730 proc->tk, iocap, in ble_sm_dhkey_check_process()
|
D | ble_sm_alg.c | 294 const uint8_t *r, const uint8_t *iocap, uint8_t a1t, in ble_sm_alg_f6() argument 306 ble_sm_alg_log_buf("iocap", iocap, 3); // 3:len in ble_sm_alg_f6() 314 swap_buf(m + 48, iocap, 3); // 3:len, 48:byte alignment in ble_sm_alg_f6()
|
D | ble_sm_priv.h | 314 const uint8_t *r, const uint8_t *iocap, uint8_t a1t,
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/ |
D | smp_utils.c | 1423 void smp_collect_local_io_capabilities(UINT8 *iocap, tSMP_CB *p_cb) in smp_collect_local_io_capabilities() argument 1427 iocap[0] = p_cb->local_io_capability; in smp_collect_local_io_capabilities() 1428 iocap[1] = p_cb->loc_oob_flag; in smp_collect_local_io_capabilities() 1429 iocap[2] = p_cb->loc_auth_req; in smp_collect_local_io_capabilities() 1441 void smp_collect_peer_io_capabilities(UINT8 *iocap, tSMP_CB *p_cb) in smp_collect_peer_io_capabilities() argument 1445 iocap[0] = p_cb->peer_io_caps; in smp_collect_peer_io_capabilities() 1446 iocap[1] = p_cb->peer_oob_flag; in smp_collect_peer_io_capabilities() 1447 iocap[2] = p_cb->peer_auth_req; in smp_collect_peer_io_capabilities()
|
D | smp_keys.c | 1747 UINT8 iocap[3], a[7], b[7]; in smp_calculate_local_dhkey_check() local 1753 smp_collect_local_io_capabilities(iocap, p_cb); in smp_calculate_local_dhkey_check() 1757 smp_calculate_f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, p_cb->peer_random, iocap, a, b, in smp_calculate_local_dhkey_check() 1774 UINT8 iocap[3], a[7], b[7]; in smp_calculate_peer_dhkey_check() local 1782 smp_collect_peer_io_capabilities(iocap, p_cb); in smp_calculate_peer_dhkey_check() 1786 ret = smp_calculate_f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, p_cb->local_random, iocap, in smp_calculate_peer_dhkey_check() 1827 BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap, UINT8 *a1, in smp_calculate_f6() argument 1849 p_print = iocap; in smp_calculate_f6() 1870 ARRAY_TO_STREAM(p, iocap, 3); in smp_calculate_f6()
|
/device/soc/telink/b91/b91_ble_sdk/algorithm/crypto/ |
D | crypto_alg.h | 117 … unsigned char r[16], unsigned char iocap[3], unsigned char a1[7], unsigned char a2[7]);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 388 UINT8 *iocap, UINT8 *a1, UINT8 *a2, UINT8 *mac); 491 extern void smp_collect_local_io_capabilities(UINT8 *iocap, tSMP_CB *p_cb); 492 extern void smp_collect_peer_io_capabilities(UINT8 *iocap, tSMP_CB *p_cb); 527 extern BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap,
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/modules/ |
D | ble.h | 926 ble_err_t bk_ble_sec_send_auth_mode(uint8_t con_idx, uint8_t mode, uint8_t iocap, uint8_t sec_req, …
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_bt.c | 669 uint8_t iocap = 0; in btc_gap_bt_set_security_param() local 671 STREAM_TO_UINT8(iocap, p); in btc_gap_bt_set_security_param() 672 ret = bta_dm_co_bt_set_io_cap(iocap); in btc_gap_bt_set_security_param()
|
D | btc_gap_ble.c | 1539 uint8_t iocap = 0; in btc_gap_ble_call_handler() local 1540 STREAM_TO_UINT8(iocap, value); in btc_gap_ble_call_handler() 1541 bta_dm_co_ble_set_io_cap(iocap); in btc_gap_ble_call_handler()
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
D | sonata_gap_api.h | 1414 uint8_t iocap; member 2176 …enum sonata_gap_io_cap iocap, enum sonata_gap_oob_auth oob, enum sonata_gap_auth auth, uint8_t key… 2299 uint16_t sonata_ble_gap_bond(uint8_t conidx, uint8_t iocap, uint8_t oob, uint8_t auth, uint8_t key_…
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/api/ |
D | hal_gapc_task.h | 779 uint8_t iocap; member
|