Searched refs:ri (Results 1 – 3 of 3) sorted by relevance
1168 resolv_cache::pending_req_info *ri, *tmp; in cache_flush_pending_requests_locked() local1171 ri = cache->pending_requests.next; in cache_flush_pending_requests_locked()1173 while (ri) { in cache_flush_pending_requests_locked()1174 tmp = ri; in cache_flush_pending_requests_locked()1175 ri = ri->next; in cache_flush_pending_requests_locked()1190 resolv_cache::pending_req_info* ri = cache->pending_requests.next; in cache_has_pending_request_locked() local1192 while (ri) { in cache_has_pending_request_locked()1193 if (ri->hash == key->hash) { in cache_has_pending_request_locked()1196 prev = ri; in cache_has_pending_request_locked()1197 ri = ri->next; in cache_has_pending_request_locked()[all …]
1342 uint8_t ri; in smp_calculate_random_input() local1346 ri = ((random[i] >> j) & 1) | 0x80; in smp_calculate_random_input()1347 SMP_TRACE_DEBUG("%s ri=0x%02x", __func__, ri); in smp_calculate_random_input()1348 return ri; in smp_calculate_random_input()
789 uint8_t ri; in smp_calculate_peer_commitment() local805 ri = smp_calculate_random_input(p_cb->peer_random.data(), p_cb->round); in smp_calculate_peer_commitment()807 p_cb->rrand, ri); in smp_calculate_peer_commitment()