Searched refs:rec_seq_size (Results 1 – 4 of 4) sorted by relevance
307 if (tls_bigint_increment(ctx->rec_seq, prot->rec_seq_size)) in tls_advance_record_sn()362 memcpy(buf, record_sequence, prot->rec_seq_size); in tls_make_aad()
789 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_rx_resync_new_rec()818 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_rx_resync_new_rec()875 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()876 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()1106 prot->rec_seq_size = cipher_desc->rec_seq; in tls_set_device_offload()
2699 prot->rec_seq_size = cipher_desc->rec_seq; in tls_set_sw_offload()
219 u16 rec_seq_size; member