Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/tls/
A Dtls_device.c875 ctx->resync_nh.decrypted_tgt = TLS_DEVICE_RESYNC_NH_START_IVAL; in tls_device_core_ctrl_rx_resync()
879 if (++ctx->resync_nh.decrypted_failed <= ctx->resync_nh.decrypted_tgt) in tls_device_core_ctrl_rx_resync()
883 if (ctx->resync_nh.decrypted_tgt < TLS_DEVICE_RESYNC_NH_MAX_IVAL) in tls_device_core_ctrl_rx_resync()
884 ctx->resync_nh.decrypted_tgt *= 2; in tls_device_core_ctrl_rx_resync()
886 ctx->resync_nh.decrypted_tgt += TLS_DEVICE_RESYNC_NH_MAX_IVAL; in tls_device_core_ctrl_rx_resync()
/linux-6.3-rc2/include/net/
A Dtls.h332 u32 decrypted_tgt; member

Completed in 7 milliseconds