Searched defs:cipher_time_window (Results 1 – 8 of 8) sorted by relevance
76 cipher_time_window = args.cipher_time_window variable
74 cipher_time_window = args.cipher_time_window variable
86 cipher_time_window = args.cipher_time_window variable
67 cipher_time_window = args.cipher_time_window variable
360 void PSContext::set_cipher_time_window(uint64_t cipher_time_window) { in set_cipher_time_window()368 uint64_t PSContext::cipher_time_window() const { return cipher_time_window_; } in cipher_time_window() function in mindspore::ps::PSContext
64 uint64_t cipher_time_window = 300000; member
845 uint64_t cipher_time_window = ps::PSContext::instance()->cipher_time_window(); in StartServerAction() local