Home
last modified time | relevance | path

Searched refs:smp_ah (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dsmp.c481 static int smp_ah(struct crypto_blkcipher *tfm, const u8 irk[16], in smp_ah() function
523 err = smp_ah(smp->tfm_aes, irk, &bdaddr->b[3], hash); in smp_irk_matches()
546 err = smp_ah(smp->tfm_aes, irk, &rpa->b[3], rpa->b); in smp_generate_rpa()
3462 err = smp_ah(tfm_aes, irk, r, res); in test_ah()