Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dsmp.c465 static int smp_s1(struct crypto_blkcipher *tfm_aes, const u8 k[16], in smp_s1() function
1004 smp_s1(smp->tfm_aes, smp->tk, smp->rrnd, smp->prnd, stk); in smp_random()
1020 smp_s1(smp->tfm_aes, smp->tk, smp->prnd, smp->rrnd, stk); in smp_random()
3517 err = smp_s1(tfm_aes, k, r1, r2, res); in test_s1()