Searched refs:smp_c1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 406 static int smp_c1(const u8 k[16], in smp_c1() function 956 ret = smp_c1(smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm() 985 ret = smp_c1(smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random() 3574 err = smp_c1(k, r, preq, pres, _iat, &ia, _rat, &ra, res); in test_c1() 3803 BT_ERR("smp_c1 test failed"); in run_selftests()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 407 static int smp_c1(const u8 k[16], in smp_c1() function 957 ret = smp_c1(smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm() 986 ret = smp_c1(smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random() 3540 err = smp_c1(k, r, preq, pres, _iat, &ia, _rat, &ra, res); in test_c1() 3769 BT_ERR("smp_c1 test failed"); in run_selftests()
|
Completed in 9 milliseconds