Home
last modified time | relevance | path

Searched refs:bt_crypto_h6 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h113 int bt_crypto_h6(const uint8_t w[16], const uint8_t key_id[4], uint8_t res[16]);
Dbt_crypto.c192 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/
Dtest_bt_crypto.c144 bt_crypto_h6(w, key_id, res); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c782 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/
Dull_sync_iso.c205 err = bt_crypto_h6(igltk, BIG2, sync_iso->gltk); in ll_big_sync_create()
Dull_adv_iso.c585 err = bt_crypto_h6(igltk, BIG2, gltk); in big_create()