Searched refs:smp_c1 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/net/bluetooth/ |
| D | smp.c | 418 static int smp_c1(struct crypto_cipher *tfm_aes, const u8 k[16], in smp_c1() function 964 ret = smp_c1(smp->tfm_aes, smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm() 995 ret = smp_c1(smp->tfm_aes, smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random() 3618 err = smp_c1(tfm_aes, k, r, preq, pres, _iat, &ia, _rat, &ra, res); in test_c1()
|