Lines Matching refs:rcd_sn
211 u8 *rcd_sn; in tls_device_resync_tx() local
217 rcd_sn = tls_ctx->tx.rec_seq; in tls_device_resync_tx()
223 rcd_sn, in tls_device_resync_tx()
646 struct sock *sk, u32 seq, u8 *rcd_sn) in tls_device_resync_rx() argument
654 netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn, in tls_device_resync_rx()
663 u8 rcd_sn[TLS_MAX_REC_SEQ_SIZE]; in tls_device_rx_resync_new_rec() local
674 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_rx_resync_new_rec()
699 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_rx_resync_new_rec()
703 tls_device_resync_rx(tls_ctx, sk, seq, rcd_sn); in tls_device_rx_resync_new_rec()
742 u8 rcd_sn[TLS_MAX_REC_SEQ_SIZE]; in tls_device_core_ctrl_rx_resync() local
744 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()
745 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()
748 rcd_sn); in tls_device_core_ctrl_rx_resync()
897 __be64 rcd_sn; in tls_set_device_offload() local
970 memcpy(&rcd_sn, ctx->tx.rec_seq, sizeof(rcd_sn)); in tls_set_device_offload()
971 offload_ctx->unacked_record_sn = be64_to_cpu(rcd_sn) - 1; in tls_set_device_offload()