Home
last modified time | relevance | path

Searched refs:n2 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c76 uint8_t n2[16] = {0xcf, 0xc4, 0x3d, 0xff, 0xf7, 0x83, 0x65, 0x21, in ZTEST() local
87 bt_crypto_f5(w, n1, n2, &a1, &a2, mackey, ltk); in ZTEST()
98 uint8_t n2[16] = {0xcf, 0xc4, 0x3d, 0xff, 0xf7, 0x83, 0x65, 0x21, in ZTEST() local
110 bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in ZTEST()
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.c56 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1, in bt_crypto_f5() argument
75 LOG_DBG("n2 %s", bt_hex(n2, 16)); in bt_crypto_f5()
87 sys_memcpy_swap(m + 21, n2, 16); in bt_crypto_f5()
117 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r, in bt_crypto_f6() argument
127 LOG_DBG("n2 %s", bt_hex(n2, 16)); in bt_crypto_f6()
134 sys_memcpy_swap(m + 16, n2, 16); in bt_crypto_f6()
Dbt_crypto.h60 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1,
80 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r,
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_common.c98 int n2 = gyro_modr; in icm42688_compute_fifo_wm() local
100 while (n1 != n2) { in icm42688_compute_fifo_wm()
101 if (n1 > n2) { in icm42688_compute_fifo_wm()
102 n1 -= n2; in icm42688_compute_fifo_wm()
104 n2 -= n1; in icm42688_compute_fifo_wm()
/Zephyr-latest/doc/build/dts/api/
Dapi.rst151 distinct devicetree nodes ``n1`` and ``n2`` with dependency ordinals ``d1`` and
155 - if ``n1`` depends on ``n2``, then ``d1 > d2``
156 - ``d1 > d2`` does **not** necessarily imply that ``n1`` depends on ``n2``
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c5216 uint8_t n2[16] = { 0xcf, 0xc4, 0x3d, 0xff, 0xf7, 0x83, 0x65, 0x21, in smp_f5_test() local
5231 err = bt_crypto_f5(w, n1, n2, &a1, &a2, mackey, ltk); in smp_f5_test()
5249 uint8_t n2[16] = { 0xcf, 0xc4, 0x3d, 0xff, 0xf7, 0x83, 0x65, 0x21, in smp_f6_test() local
5263 err = bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in smp_f6_test()
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig711 Defaults are n0, n1, n2, ..., n<max instances - 1>