Searched refs:rec_seq_size (Results 1 – 4 of 4) sorted by relevance
313 if (tls_bigint_increment(ctx->rec_seq, prot->rec_seq_size)) in tls_advance_record_sn()368 memcpy(buf, record_sequence, prot->rec_seq_size); in tls_make_aad()
788 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_rx_resync_new_rec()817 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_rx_resync_new_rec()874 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()875 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()
2764 prot->rec_seq_size = cipher_desc->rec_seq; in init_prot_info()
218 u16 rec_seq_size; member