tls_rec
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
int inplace_crypto;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char aad_space[13];
u8 iv_data[12];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
5.3
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
int inplace_crypto;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
5.4
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
5.8
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
5.11
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
5.13
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
5.15
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
5.19
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
armhf
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
ppc64el
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
riscv64
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
aws
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
azure
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
gcp
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
lowlatency
: ✅struct tls_rec {
struct list_head list;
int tx_ready;
int tx_flags;
struct sk_msg msg_plaintext;
struct sk_msg msg_encrypted;
struct scatterlist sg_aead_in[2];
struct scatterlist sg_aead_out[2];
char content_type;
struct scatterlist sg_content_type;
char aad_space[13];
u8 iv_data[16];
struct aead_request aead_req;
u8 aead_req_ctx[0];
};
Regular
5.0
and 5.3
⚠️char content_type
struct scatterlist sg_content_type
u8 iv_data[12]
➡️ u8 iv_data[16]
5.3
and 5.4
⚠️int inplace_crypto
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅