Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/zephyr/port/wifi/
Dwifi_init.c386 int ieee80211_pwrsave(void *p1, void *p2) in ieee80211_pwrsave() argument
414 void ieee80211_beacon_construct(void *p1, void *p2, void *p3, void *p4) in ieee80211_beacon_construct() argument
447 int nan_input(void *p1, int p2, int p3) in nan_input() argument
453 void nan_sm_handle_event(void *p1, int p2) in nan_sm_handle_event() argument
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_init.c509 int ieee80211_pwrsave(void *p1, void *p2) in ieee80211_pwrsave() argument
537 void ieee80211_beacon_construct(void *p1, void *p2, void *p3, void *p4) in ieee80211_beacon_construct() argument
570 int nan_input(void *p1, int p2, int p3) in nan_input() argument
576 void nan_sm_handle_event(void *p1, int p2) in nan_sm_handle_event() argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c557 void smp_gen_p1_4_confirm( tSMP_CB *p_cb, BT_OCTET16 p1) in smp_gen_p1_4_confirm() argument
559 UINT8 *p = (UINT8 *)p1; in smp_gen_p1_4_confirm()
593 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1", 16); in smp_gen_p1_4_confirm()
652 BT_OCTET16 p1; in smp_calculate_comfirm() local
658 smp_gen_p1_4_confirm(p_cb, p1); in smp_calculate_comfirm()
661 smp_xor_128(p1, rand); in smp_calculate_comfirm()
663 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1' = r XOR p1", 16); in smp_calculate_comfirm()
666 if (!SMP_Encrypt(p_cb->tk, BT_OCTET16_LEN, p1, BT_OCTET16_LEN, &output)) { in smp_calculate_comfirm()
2066 UINT8 *p1; in smp_calculate_long_term_key_from_link_key() local
2068 p1 = rev_link_key; in smp_calculate_long_term_key_from_link_key()
[all …]
Daes.c237 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
247 p2 ^= (p1 * n2) & 0xff; /* and remove from larger one */ in gf_inv()
258 p1 ^= p2 * n1; in gf_inv()
260 n1 = hibit(p1); in gf_inv()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c1232 char *p1, *p2; in bta_hf_client_dump_at() local
1234 p1 = bta_hf_client_cb.scb.at_cb.buf; in bta_hf_client_dump_at()
1237 while (*p1 != '\0') { in bta_hf_client_dump_at()
1238 if (*p1 == '\r') { in bta_hf_client_dump_at()
1241 } else if (*p1 == '\n') { in bta_hf_client_dump_at()
1245 *p2 = *p1; in bta_hf_client_dump_at()
1248 p1++; in bta_hf_client_dump_at()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1220 void btc_dtm_tx_start_callback(void *p1) in btc_dtm_tx_start_callback() argument
1224 p = (UINT8*) p1; in btc_dtm_tx_start_callback()
1225 if (p1) { in btc_dtm_tx_start_callback()
1247 void btc_dtm_rx_start_callback(void *p1) in btc_dtm_rx_start_callback() argument
1252 p = (UINT8*) p1; in btc_dtm_rx_start_callback()
1253 if (p1) { in btc_dtm_rx_start_callback()
1275 void btc_dtm_stop_callback(void *p1) in btc_dtm_stop_callback() argument
1280 p = (UINT8*) p1; in btc_dtm_stop_callback()
1281 if (p1) { in btc_dtm_stop_callback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h174 typedef void (tBTM_CMPL_CB) (void *p1);
181 typedef void (tBTM_VSC_CMPL_CB) (tBTM_VSC_CMPL *p1);
193 typedef void (tBTM_DTM_CMD_CMPL_CBACK) (void *p1);
718 typedef void (tBTM_INQ_DB_CHANGE_CB) (void *p1, BOOLEAN is_new);
Dbtm_ble_api.h289 typedef void (tBTM_RAND_ENC_CB) (tBTM_RAND_ENC *p1);
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c828 struct crypto_ec_point *p1 = NULL, *p2 = NULL, *pt = NULL; in sae_derive_pt_ecc() local
861 p1 = sswu(ec, group, bn); in sae_derive_pt_ecc()
862 if (!p1) in sae_derive_pt_ecc()
892 if (crypto_ec_point_add(ec, p1, p2, pt) < 0) { in sae_derive_pt_ecc()
901 crypto_ec_point_deinit(p1, 1); in sae_derive_pt_ecc()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3463 static void bta_dm_rs_cback (tBTM_ROLE_SWITCH_CMPL *p1) in bta_dm_rs_cback() argument
3465 UNUSED(p1); in bta_dm_rs_cback()
6617 UINT8 *p1; in bta_dm_proc_open_evt() local
6620 p1 = bta_dm_search_cb.peer_bdaddr; in bta_dm_proc_open_evt()
6625 ((p1[0]) << 24) + ((p1[1]) << 16) + ((p1[2]) << 8) + (p1[3]), in bta_dm_proc_open_evt()
6626 ((p1[4]) << 8) + p1[5], in bta_dm_proc_open_evt()
6630 UNUSED(p1); in bta_dm_proc_open_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c807 void BTM_VendorHciEchoCmdCallback(tBTM_VSC_CMPL *p1) in BTM_VendorHciEchoCmdCallback() argument
810 if (!p1) { in BTM_VendorHciEchoCmdCallback()
813 uint8_t *p = p1->p_param_buf; in BTM_VendorHciEchoCmdCallback()
3346 UINT8 *p1; in btm_ble_update_inq_result() local
3357 p1 = (p + data_len); in btm_ble_update_inq_result()
3358 STREAM_TO_UINT8 (rssi, p1); in btm_ble_update_inq_result()
/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py1434 def _samefile(p1, p2): argument
1435 return os.path.normcase(os.path.normpath(p1)) == os.path.normcase(
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c2330 static inline int property_id_compare(const void *p1, const void *p2) in property_id_compare() argument
2332 if (*(uint16_t *)p1 < * (uint16_t *)p2) { in property_id_compare()
2335 if (*(uint16_t *)p1 > *(uint16_t *)p2) { in property_id_compare()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h621 UINT8 rem_id, UINT16 p1, UINT16 p2);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c497 UINT16 p1, UINT16 p2) in l2cu_send_peer_cmd_reject() argument
523 UINT16_TO_STREAM (p, p1); in l2cu_send_peer_cmd_reject()