Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/bluetooth/crypto/
Dbt_crypto.c78 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
97 LOG_DBG("n2 %s", bt_hex(n2, 16)); in bt_crypto_f5()
109 sys_memcpy_swap(m + 21, n2, 16); in bt_crypto_f5()
139 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
149 LOG_DBG("n2 %s", bt_hex(n2, 16)); in bt_crypto_f6()
156 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-Core-3.5.0/doc/build/dts/api/
Dapi.rst147 distinct devicetree nodes ``n1`` and ``n2`` with dependency ordinals ``d1`` and
151 - if ``n1`` depends on ``n2``, then ``d1 > d2``
152 - ``d1 > d2`` does **not** necessarily imply that ``n1`` depends on ``n2``
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsmp.c5107 uint8_t n2[16] = { 0xcf, 0xc4, 0x3d, 0xff, 0xf7, 0x83, 0x65, 0x21, in smp_f5_test() local
5122 err = bt_crypto_f5(w, n1, n2, &a1, &a2, mackey, ltk); in smp_f5_test()
5140 uint8_t n2[16] = { 0xcf, 0xc4, 0x3d, 0xff, 0xf7, 0x83, 0x65, 0x21, in smp_f6_test() local
5154 err = bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in smp_f6_test()
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
DKconfig653 Defaults are n0, n1, n2, ..., n<max instances - 1>