Searched refs:bt_crypto_h7 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.h | 127 int bt_crypto_h7(const uint8_t salt[16], const uint8_t w[16], uint8_t res[16]);
|
D | bt_crypto.c | 216 int bt_crypto_h7(const uint8_t salt[16], const uint8_t w[16], uint8_t res[16]) in bt_crypto_h7() function
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 159 bt_crypto_h7(salt, w, res); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_iso.c | 203 err = bt_crypto_h7(BIG1, bcode, igltk); in ll_big_sync_create()
|
D | ull_adv_iso.c | 583 err = bt_crypto_h7(BIG1, bcode, igltk); in big_create()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 774 if (bt_crypto_h7(salt, conn->le.keys->ltk.val, ilk)) { in sc_derive_link_key() 979 if (bt_crypto_h7(salt, link_key->val, ilk)) { in smp_br_derive_ltk() 5339 err = bt_crypto_h7(salt, w, res); in smp_h7_test()
|