Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_device.c835 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()
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h349 u32 decrypted_tgt; member