Searched refs:smp_c1 (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/net/bluetooth/ |
| D | smp.c | 416 static int smp_c1(struct crypto_blkcipher *tfm_aes, const u8 k[16], in smp_c1() function 957 ret = smp_c1(smp->tfm_aes, smp->tk, smp->prnd, smp->preq, smp->prsp, in smp_confirm() 988 ret = smp_c1(smp->tfm_aes, smp->tk, smp->rrnd, smp->preq, smp->prsp, in smp_random() 3492 err = smp_c1(tfm_aes, k, r, preq, pres, _iat, &ia, _rat, &ra, res); in test_c1()
|