Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.c86 u8 local_rand[16]; member
555 get_random_bytes(smp->local_rand, 16); in smp_generate_oob()
557 err = smp_f4(smp->local_pk, smp->local_pk, smp->local_rand, 0, hash); in smp_generate_oob()
561 memcpy(rand, smp->local_rand, 16); in smp_generate_oob()
1861 memcpy(smp->lr, smp_dev->local_rand, 16); in sc_send_public_key()