Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h147 int bt_crypto_h8(const uint8_t k[16], const uint8_t s[16], const uint8_t key_id[4],
Dbt_crypto.c240 int bt_crypto_h8(const uint8_t k[16], const uint8_t s[16], const uint8_t key_id[4], uint8_t res[16]) in bt_crypto_h8() function
/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c175 bt_crypto_h8(k, s, key_id, res); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c517 err = bt_crypto_h8(sync_iso->gltk, bi->gskd, BIG3, gsk); in ull_sync_iso_setup()
Dull_adv_iso.c587 err = bt_crypto_h8(gltk, big_info->gskd, BIG3, gsk); in big_create()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c5365 err = bt_crypto_h8(k, s, key_id, res); in smp_h8_test()