Searched refs:rec_seq_size (Results 1 – 4 of 4) sorted by relevance
310 if (tls_bigint_increment(ctx->rec_seq, prot->rec_seq_size)) in tls_advance_record_sn()365 memcpy(buf, record_sequence, prot->rec_seq_size); in tls_make_aad()
783 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_rx_resync_new_rec()812 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_rx_resync_new_rec()869 memcpy(rcd_sn, tls_ctx->rx.rec_seq, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()870 tls_bigint_increment(rcd_sn, prot->rec_seq_size); in tls_device_core_ctrl_rx_resync()
2682 prot->rec_seq_size = cipher_desc->rec_seq; in init_prot_info()
213 u16 rec_seq_size; member