Searched refs:exp_ltk (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 81 uint8_t exp_ltk[16] = {0x38, 0x0a, 0x75, 0x94, 0xb5, 0x22, 0x05, 0x98, in ZTEST() local 89 zassert_mem_equal(ltk, exp_ltk, 16); in ZTEST()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | smp.c | 5113 uint8_t exp_ltk[16] = { 0x38, 0x0a, 0x75, 0x94, 0xb5, 0x22, 0x05, in smp_f5_test() local 5127 if (memcmp(mackey, exp_mackey, 16) || memcmp(ltk, exp_ltk, 16)) { in smp_f5_test()
|