Home
last modified time | relevance | path

Searched refs:resync_nh (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/tls/
Dtls_device.c845 ctx->resync_nh.decrypted_failed = 1; in tls_device_core_ctrl_rx_resync()
846 ctx->resync_nh.decrypted_tgt = TLS_DEVICE_RESYNC_NH_START_IVAL; in tls_device_core_ctrl_rx_resync()
850 if (++ctx->resync_nh.decrypted_failed <= ctx->resync_nh.decrypted_tgt) in tls_device_core_ctrl_rx_resync()
854 if (ctx->resync_nh.decrypted_tgt < TLS_DEVICE_RESYNC_NH_MAX_IVAL) in tls_device_core_ctrl_rx_resync()
855 ctx->resync_nh.decrypted_tgt *= 2; in tls_device_core_ctrl_rx_resync()
857 ctx->resync_nh.decrypted_tgt += TLS_DEVICE_RESYNC_NH_MAX_IVAL; in tls_device_core_ctrl_rx_resync()
/linux-6.12.1/include/net/
Dtls.h317 } resync_nh; member