Searched refs:rnd_value (Results 1 – 2 of 2) sorted by relevance
440 int rnd_value = sys_rand32_get(); in test_ptp_clock_iface() local457 if (rnd_value == 0 || rnd_value < 0) { in test_ptp_clock_iface()458 rnd_value = 2; in test_ptp_clock_iface()461 ptp_clock_adjust(clk, rnd_value); in test_ptp_clock_iface()469 zassert_equal(orig + rnd_value, new_value, in test_ptp_clock_iface()471 orig + rnd_value, new_value); in test_ptp_clock_iface()
246 uint32_t rnd_value = sys_rand32_get(); in websocket_connect() local282 mbedtls_sha1((const unsigned char *)&rnd_value, sizeof(rnd_value), in websocket_connect()