Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dsmp.c88 u8 local_rand[16]; member
594 get_random_bytes(smp->local_rand, 16); in smp_generate_oob()
597 smp->local_rand, 0, hash); in smp_generate_oob()
601 memcpy(rand, smp->local_rand, 16); in smp_generate_oob()
1902 memcpy(smp->lr, smp_dev->local_rand, 16); in sc_send_public_key()