/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dh.c | 152 uECC_word_t *p2[2] = {_private, tmp}; in uECC_shared_secret() local 177 if (!uECC_generate_random_int(p2[carry], curve->p, num_words)) { in uECC_shared_secret() 181 initial_Z = p2[carry]; in uECC_shared_secret() 184 EccPoint_mult(_public, _public, p2[!carry], initial_Z, curve->num_n_bits + 1, in uECC_shared_secret() 192 memset(p2, 0, sizeof(p2)); in uECC_shared_secret() 193 __asm__ __volatile__("" :: "g"(p2) : "memory"); in uECC_shared_secret()
|
D | ecc.c | 798 uECC_word_t *p2[2] = {tmp1, tmp2}; in EccPoint_compute_public_key() local 805 EccPoint_mult(result, curve->G, p2[!carry], 0, curve->num_n_bits + 1, curve); in EccPoint_compute_public_key()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dh.c | 153 uECC_word_t *p2[2] = {_private, tmp}; in uECC_shared_secret() local 178 if (!uECC_generate_random_int(p2[carry], curve->p, num_words)) { in uECC_shared_secret() 182 initial_Z = p2[carry]; in uECC_shared_secret() 185 EccPoint_mult(_public, _public, p2[!carry], initial_Z, curve->num_n_bits + 1, in uECC_shared_secret() 193 _set_secure(p2, 0, sizeof(p2)); in uECC_shared_secret()
|
D | ecc.c | 797 uECC_word_t *p2[2] = {tmp1, tmp2}; in EccPoint_compute_public_key() local 804 EccPoint_mult(result, curve->G, p2[!carry], 0, curve->num_n_bits + 1, curve); in EccPoint_compute_public_key()
|
/hal_espressif-latest/zephyr/port/wifi/ |
D | wifi_init.c | 386 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/ |
D | wifi_init.c | 509 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/bta/hf_client/ |
D | bta_hf_client_at.c | 1232 char *p1, *p2; in bta_hf_client_dump_at() local 1235 p2 = dump; in bta_hf_client_dump_at() 1239 strlcpy(p2, "<cr>", 4); in bta_hf_client_dump_at() 1240 p2 += 4; in bta_hf_client_dump_at() 1242 strlcpy(p2, "<lf>", 4); in bta_hf_client_dump_at() 1243 p2 += 4; in bta_hf_client_dump_at() 1245 *p2 = *p1; in bta_hf_client_dump_at() 1246 p2++; in bta_hf_client_dump_at() 1251 *p2 = '\0'; in bta_hf_client_dump_at()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 607 void smp_gen_p2_4_confirm( tSMP_CB *p_cb, BT_OCTET16 p2) in smp_gen_p2_4_confirm() argument 609 UINT8 *p = (UINT8 *)p2; in smp_gen_p2_4_confirm() 635 smp_debug_print_nbyte_little_endian(p2, (const UINT8 *)"p2", 16); in smp_gen_p2_4_confirm() 686 BT_OCTET16 p2; in smp_calculate_comfirm_cont() local 696 smp_gen_p2_4_confirm(p_cb, p2); in smp_calculate_comfirm_cont() 699 smp_xor_128(p2, p->param_buf); in smp_calculate_comfirm_cont() 700 smp_debug_print_nbyte_little_endian ((UINT8 *)p2, (const UINT8 *)"p2' = C1 xor p2", 16); in smp_calculate_comfirm_cont() 703 if (!SMP_Encrypt(p_cb->tk, BT_OCTET16_LEN, p2, BT_OCTET16_LEN, &output)) { in smp_calculate_comfirm_cont() 2067 UINT8 *p2; in smp_calculate_long_term_key_from_link_key() local 2069 p2 = p_dev_rec->link_key; in smp_calculate_long_term_key_from_link_key() [all …]
|
D | aes.c | 237 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() 249 n2 = hibit(p2); /* add into result */ in gf_inv() 258 p1 ^= p2 * n1; in gf_inv()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 1378 UINT8 *p2; in bta_hh_gatt_open() local 1386 p2 = p_data->remote_bda; in bta_hh_gatt_open() 1389 ((p2[0]) << 24) + ((p2[1]) << 16) + ((p2[2]) << 8) + (p2[3]), in bta_hh_gatt_open() 1390 ((p2[4]) << 8) + p2[5], p_data->status); in bta_hh_gatt_open()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 828 struct crypto_ec_point *p1 = NULL, *p2 = NULL, *pt = NULL; in sae_derive_pt_ecc() local 884 p2 = sswu(ec, group, bn); in sae_derive_pt_ecc() 885 if (!p2) in sae_derive_pt_ecc() 892 if (crypto_ec_point_add(ec, p1, p2, pt) < 0) { in sae_derive_pt_ecc() 902 crypto_ec_point_deinit(p2, 1); in sae_derive_pt_ecc()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 6618 UINT8 *p2; in bta_dm_proc_open_evt() local 6621 p2 = p_data->remote_bda; in bta_dm_proc_open_evt() 6627 ((p2[0]) << 24) + ((p2[1]) << 16) + ((p2[2]) << 8) + (p2[3]), in bta_dm_proc_open_evt() 6628 ((p2[4]) << 8) + p2[5]); in bta_dm_proc_open_evt() 6631 UNUSED(p2); in bta_dm_proc_open_evt()
|
/hal_espressif-latest/tools/esptool_py/espsecure/ |
D | __init__.py | 1434 def _samefile(p1, p2): argument 1436 os.path.normpath(p2)
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | generic_server.c | 2330 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/ |
D | l2c_int.h | 621 UINT8 rem_id, UINT16 p1, UINT16 p2);
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_registrar.c | 491 struct upnp_pending_message *p, *p2, *prev = NULL; in wps_registrar_free_pending_m2() local 500 p2 = p; in wps_registrar_free_pending_m2() 502 wpabuf_free(p2->msg); in wps_registrar_free_pending_m2() 503 os_free(p2); in wps_registrar_free_pending_m2()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 497 UINT16 p1, UINT16 p2) in l2cu_send_peer_cmd_reject() argument 527 UINT16_TO_STREAM (p, p2); in l2cu_send_peer_cmd_reject()
|