Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dpanic.c160 int n1, n2; in panic_print_dec() local
161 n1 = d % 10; // extract ones digit in panic_print_dec()
168 panic_print_char(n1 + '0'); in panic_print_dec()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h382 UINT8 *key_id, UINT8 *n1,
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/
Dsmp_keys.c1533 BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5() argument
1562 p_prnt = n1; 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
1660 p_prnt = n1; in smp_calculate_f5_mackey_or_long_term_key()
1683 ARRAY_TO_STREAM(p, n1, 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
1890 p_print = n1; in smp_calculate_f6()
1920 ARRAY_TO_STREAM(p, n1, BT_OCTET16_LEN); in smp_calculate_f6()
Daes.c237 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
244 if (n1) { in gf_inv()
245 while (n2 >= n1) { /* divide polynomial p2 by p1 */ in gf_inv()
246 n2 /= n1; /* shift smaller polynomial left */ in gf_inv()
256 while (n1 >= n2) { in gf_inv()
257 n1 /= n2; in gf_inv()
258 p1 ^= p2 * n1; in gf_inv()
259 v1 ^= v2 * n1; in gf_inv()
260 n1 = hibit(p1); in gf_inv()
/hal_espressif-latest/components/newlib/
Dsyscalls.c108 int _link_r(struct _reent *r, const char* n1, const char* n2)
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c1104 mz_uint s0, s1, n0, n1, sym, num_extra_bits; in tdefl_compress_lz_codes() local
1116 n1 = s_tdefl_large_dist_extra[match_dist >> 8]; in tdefl_compress_lz_codes()
1118 num_extra_bits = (match_dist < 512) ? n0 : n1; in tdefl_compress_lz_codes()