/hal_espressif-latest/components/esp_system/ |
D | panic.c | 160 int n1, n2; in panic_print_dec() local 162 n2 = d / 10; // extract tens digit in panic_print_dec() 163 if (n2 == 0) { in panic_print_dec() 166 panic_print_char(n2 + '0'); in panic_print_dec()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 383 UINT8 *n2, UINT8 *a1, UINT8 *a2, 385 extern void smp_f5_calc_chk (UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, 387 extern void smp_f6_calc_chk (UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, 521 extern BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, 524 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1, 527 extern BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 1533 BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5() argument 1564 p_prnt = n2; in smp_calculate_f5() 1581 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_mac_key, key_id, n1, n2, a1, a2, in smp_calculate_f5() 1591 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_ltk, key_id, n1, n2, a1, a2, in smp_calculate_f5() 1637 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5_mackey_or_long_term_key() argument 1662 p_prnt = n2; in smp_calculate_f5_mackey_or_long_term_key() 1682 ARRAY_TO_STREAM(p, n2, BT_OCTET16_LEN); in smp_calculate_f5_mackey_or_long_term_key() 1874 BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap, UINT8 *a1, in smp_calculate_f6() argument 1892 p_print = n2; in smp_calculate_f6() 1919 ARRAY_TO_STREAM(p, n2, BT_OCTET16_LEN); in smp_calculate_f6()
|
D | aes.c | 237 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local 245 while (n2 >= n1) { /* divide polynomial p2 by p1 */ in gf_inv() 246 n2 /= n1; /* shift smaller polynomial left */ in gf_inv() 247 p2 ^= (p1 * n2) & 0xff; /* and remove from larger one */ in gf_inv() 248 v2 ^= (v1 * n2); /* shift accumulated value and */ in gf_inv() 249 n2 = hibit(p2); /* add into result */ in gf_inv() 255 if (n2) { /* repeat with values swapped */ in gf_inv() 256 while (n1 >= n2) { in gf_inv() 257 n1 /= n2; in gf_inv()
|
/hal_espressif-latest/components/newlib/ |
D | syscalls.c | 108 int _link_r(struct _reent *r, const char* n1, const char* n2)
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 94 UINT8 n2; member
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 1635 int res, n, n2; in mp_div() local 1685 n2 = (a->sign == b->sign ? MP_ZPOS : MP_NEG); in mp_div() 1688 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2; in mp_div()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_ts_frames.c | 795 p_rx_frame->u.pn.n2 = *p_data++; in rfc_process_mx_message()
|