Home
last modified time | relevance | path

Searched refs:resync_nh (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c834 ctx->resync_nh.decrypted_failed = 1; in tls_device_core_ctrl_rx_resync()
835 ctx->resync_nh.decrypted_tgt = TLS_DEVICE_RESYNC_NH_START_IVAL; in tls_device_core_ctrl_rx_resync()
839 if (++ctx->resync_nh.decrypted_failed <= ctx->resync_nh.decrypted_tgt) in tls_device_core_ctrl_rx_resync()
843 if (ctx->resync_nh.decrypted_tgt < TLS_DEVICE_RESYNC_NH_MAX_IVAL) in tls_device_core_ctrl_rx_resync()
844 ctx->resync_nh.decrypted_tgt *= 2; in tls_device_core_ctrl_rx_resync()
846 ctx->resync_nh.decrypted_tgt += TLS_DEVICE_RESYNC_NH_MAX_IVAL; in tls_device_core_ctrl_rx_resync()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_device.c851 ctx->resync_nh.decrypted_failed = 1; in tls_device_core_ctrl_rx_resync()
852 ctx->resync_nh.decrypted_tgt = TLS_DEVICE_RESYNC_NH_START_IVAL; in tls_device_core_ctrl_rx_resync()
856 if (++ctx->resync_nh.decrypted_failed <= ctx->resync_nh.decrypted_tgt) in tls_device_core_ctrl_rx_resync()
860 if (ctx->resync_nh.decrypted_tgt < TLS_DEVICE_RESYNC_NH_MAX_IVAL) in tls_device_core_ctrl_rx_resync()
861 ctx->resync_nh.decrypted_tgt *= 2; in tls_device_core_ctrl_rx_resync()
863 ctx->resync_nh.decrypted_tgt += TLS_DEVICE_RESYNC_NH_MAX_IVAL; in tls_device_core_ctrl_rx_resync()
/kernel/linux/linux-6.6/include/net/
H A Dtls.h317 } resync_nh; member
/kernel/linux/linux-5.10/include/net/
H A Dtls.h336 } resync_nh; member

Completed in 7 milliseconds