Searched refs:smp_f5 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | smp.c | 582 static int smp_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, in smp_f5() function 3411 if (smp_f5(smp->dhkey, smp->prnd, smp->rrnd, in compute_and_send_central_dhcheck() 3458 if (smp_f5(smp->dhkey, smp->rrnd, smp->prnd, in compute_and_check_and_send_periph_dhcheck() 5079 err = smp_f5(w, n1, n2, &a1, &a2, mackey, ltk); in smp_f5_test()
|