Home
last modified time | relevance | path

Searched refs:exp_mackey (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c83 uint8_t exp_mackey[16] = {0x20, 0x6e, 0x63, 0xce, 0x20, 0x6a, 0x3f, 0xfd, in ZTEST() local
88 zassert_mem_equal(mackey, exp_mackey, 16); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c5225 uint8_t exp_mackey[16] = { 0x20, 0x6e, 0x63, 0xce, 0x20, 0x6a, 0x3f, in smp_f5_test() local
5236 if (memcmp(mackey, exp_mackey, 16) || memcmp(ltk, exp_ltk, 16)) { in smp_f5_test()