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