Lines Matching refs:rec_seq
57 kfree(ctx->tx.rec_seq); in tls_device_free_ctx()
217 rcd_sn = tls_ctx->tx.rec_seq; in tls_device_resync_tx()
674 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_rx_resync_new_rec()
744 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()
895 char *iv, *rec_seq; in tls_set_device_offload() local
929 rec_seq = in tls_set_device_offload()
930 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq; in tls_set_device_offload()
959 ctx->tx.rec_seq = kmemdup(rec_seq, rec_seq_size, GFP_KERNEL); in tls_set_device_offload()
960 if (!ctx->tx.rec_seq) { in tls_set_device_offload()
970 memcpy(&rcd_sn, ctx->tx.rec_seq, sizeof(rcd_sn)); in tls_set_device_offload()
1047 kfree(ctx->tx.rec_seq); in tls_set_device_offload()