Searched refs:bt_crypto_f6 (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/crypto/ |
| D | bt_crypto.h | 80 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r,
|
| D | bt_crypto.c | 117 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r, in bt_crypto_f6() function
|
| /Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
| D | test_bt_crypto.c | 110 bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in ZTEST()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | smp.c | 3460 if (bt_crypto_f6(smp->mackey, smp->prnd, smp->rrnd, r, &smp->preq[1], in compute_and_send_central_dhcheck() 3506 if (bt_crypto_f6(smp->mackey, smp->prnd, smp->rrnd, r, &smp->prsp[1], in compute_and_check_and_send_periph_dhcheck() 3522 if (bt_crypto_f6(smp->mackey, smp->rrnd, smp->prnd, r, &smp->preq[1], in compute_and_check_and_send_periph_dhcheck() 4478 if (bt_crypto_f6(smp->mackey, smp->rrnd, smp->prnd, r, &smp->prsp[1], in smp_dhkey_check() 5315 err = bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in smp_f6_test()
|