Searched refs:smp_ah (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | smp.c | 463 static int smp_ah(struct crypto_blkcipher *tfm, const u8 irk[16], in smp_ah() function 505 err = smp_ah(smp->tfm_aes, irk, &bdaddr->b[3], hash); in smp_irk_matches() 528 err = smp_ah(smp->tfm_aes, irk, &rpa->b[3], rpa->b); in smp_generate_rpa() 3335 err = smp_ah(tfm_aes, irk, r, res); in test_ah()
|