Searched refs:bt_crypto_h6 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.h | 113 int bt_crypto_h6(const uint8_t w[16], const uint8_t key_id[4], uint8_t res[16]);
|
D | bt_crypto.c | 192 int bt_crypto_h6(const uint8_t w[16], const uint8_t key_id[4], uint8_t res[16]) in bt_crypto_h6() function
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 144 bt_crypto_h6(w, key_id, res); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 782 if (bt_crypto_h6(conn->le.keys->ltk.val, tmp1, ilk)) { in sc_derive_link_key() 788 if (bt_crypto_h6(ilk, lebr, link_key->val)) { in sc_derive_link_key() 987 if (bt_crypto_h6(link_key->val, tmp2, ilk)) { in smp_br_derive_ltk() 993 if (bt_crypto_h6(ilk, brle, keys->ltk.val)) { in smp_br_derive_ltk() 5316 err = bt_crypto_h6(w, key_id, res); in smp_h6_test()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_iso.c | 205 err = bt_crypto_h6(igltk, BIG2, sync_iso->gltk); in ll_big_sync_create()
|
D | ull_adv_iso.c | 585 err = bt_crypto_h6(igltk, BIG2, gltk); in big_create()
|