/Zephyr-Core-3.5.0/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 76 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/ |
D | bt_crypto.c | 78 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()
|
D | bt_crypto.h | 60 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/ |
D | api.rst | 147 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/ |
D | smp.c | 5107 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/ |
D | Kconfig | 653 Defaults are n0, n1, n2, ..., n<max instances - 1>
|