Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h127 int bt_crypto_h7(const uint8_t salt[16], const uint8_t w[16], uint8_t res[16]);
Dbt_crypto.c216 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/
Dtest_bt_crypto.c159 bt_crypto_h7(salt, w, res); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c203 err = bt_crypto_h7(BIG1, bcode, igltk); in ll_big_sync_create()
Dull_adv_iso.c583 err = bt_crypto_h7(BIG1, bcode, igltk); in big_create()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c774 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()