Searched refs:bt_crypto_h8 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.h | 147 int bt_crypto_h8(const uint8_t k[16], const uint8_t s[16], const uint8_t key_id[4],
|
D | bt_crypto.c | 240 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/ |
D | test_bt_crypto.c | 175 bt_crypto_h8(k, s, key_id, res); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync_iso.c | 517 err = bt_crypto_h8(sync_iso->gltk, bi->gskd, BIG3, gsk); in ull_sync_iso_setup()
|
D | ull_adv_iso.c | 587 err = bt_crypto_h8(gltk, big_info->gskd, BIG3, gsk); in big_create()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 5365 err = bt_crypto_h8(k, s, key_id, res); in smp_h8_test()
|