Searched defs:n1 (Results 1 – 3 of 3) sorted by relevance
/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() 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()
|
/Zephyr-Core-3.5.0/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 74 uint8_t n1[16] = {0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in ZTEST() local 96 uint8_t n1[16] = {0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in ZTEST() local
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | smp.c | 5105 uint8_t n1[16] = { 0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in smp_f5_test() local 5138 uint8_t n1[16] = { 0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in smp_f6_test() local
|