Home
last modified time | relevance | path

Searched refs:bt_crypto_f5 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.h60 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1,
Dbt_crypto.c56 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1, in bt_crypto_f5() function
/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c87 bt_crypto_f5(w, n1, n2, &a1, &a2, mackey, ltk); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c3417 if (bt_crypto_f5(smp->dhkey, smp->prnd, smp->rrnd, &smp->chan.chan.conn->le.init_addr, in compute_and_send_central_dhcheck()
3462 if (bt_crypto_f5(smp->dhkey, smp->rrnd, smp->prnd, &smp->chan.chan.conn->le.init_addr, in compute_and_check_and_send_periph_dhcheck()
5231 err = bt_crypto_f5(w, n1, n2, &a1, &a2, mackey, ltk); in smp_f5_test()