resync_nh         338 include/net/tls.h 		} resync_nh;
resync_nh         739 net/tls/tls_device.c 		ctx->resync_nh.decrypted_failed = 1;
resync_nh         740 net/tls/tls_device.c 		ctx->resync_nh.decrypted_tgt = TLS_DEVICE_RESYNC_NH_START_IVAL;
resync_nh         744 net/tls/tls_device.c 	if (++ctx->resync_nh.decrypted_failed <= ctx->resync_nh.decrypted_tgt)
resync_nh         748 net/tls/tls_device.c 	if (ctx->resync_nh.decrypted_tgt < TLS_DEVICE_RESYNC_NH_MAX_IVAL)
resync_nh         749 net/tls/tls_device.c 		ctx->resync_nh.decrypted_tgt *= 2;
resync_nh         751 net/tls/tls_device.c 		ctx->resync_nh.decrypted_tgt += TLS_DEVICE_RESYNC_NH_MAX_IVAL;