Searched refs:nonce_timestamp (Results 1 – 4 of 4) sorted by relevance
341 …UINT nonce_timestamp; /* The time when the nonce is crea… member
5845 if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_HTTP_SERVER_NONCE_TIMEOUT) in _nx_http_server_nonce_allocate()5870 (*nonce_ptr) -> nonce_timestamp = tx_time_get(); in _nx_http_server_nonce_allocate()
253 …ULONG nonce_timestamp; /* The time when the nonce is … member
6328 … if (tx_time_get() > nonces_list[i].nonce_timestamp + NX_WEB_HTTP_SERVER_NONCE_TIMEOUT) in _nx_web_http_server_nonce_allocate()6353 (*nonce_ptr) -> nonce_timestamp = tx_time_get(); in _nx_web_http_server_nonce_allocate()