Searched refs:cipher_time_window_ (Results 1 – 4 of 4) sorted by relevance
90 cipher_time_window_(0) {}209 uint64_t cipher_time_window_; variable
223 cipher_time_window_ = cipher_config_.cipher_time_window; in InitIteration()233 << " cipher_time_window_: " << cipher_time_window_; in InitIteration()
361 if (cipher_time_window_ < 0) { in set_cipher_time_window()365 cipher_time_window_ = cipher_time_window; in set_cipher_time_window()368 uint64_t PSContext::cipher_time_window() const { return cipher_time_window_; } in cipher_time_window()
211 cipher_time_window_(300000), in PSContext()274 uint64_t cipher_time_window_; variable