Searched refs:ri (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_utils.c1292 ** Returns ri value
1299 UINT8 ri; local
1302 ri = ((random[i] >> j) & 1) | 0x80;
1303 SMP_TRACE_DEBUG("%s ri=0x%02x", __func__, ri);
1304 return ri;
H A Dsmp_keys.c1189 UINT8 ri; local
1205 ri = smp_calculate_random_input(p_cb->peer_random, p_cb->round);
1206 smp_calculate_f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, p_cb->rrand, ri,

Completed in 31 milliseconds