tls_sw_context_txRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
long unsigned int tx_bitmask;
};
5.3: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
5.4: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
5.8: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
spinlock_t encrypt_compl_lock;
int async_notify;
u8 async_capable;
long unsigned int tx_bitmask;
};
5.11: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
spinlock_t encrypt_compl_lock;
int async_notify;
u8 async_capable;
long unsigned int tx_bitmask;
};
5.13: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
spinlock_t encrypt_compl_lock;
int async_notify;
u8 async_capable;
long unsigned int tx_bitmask;
};
5.15: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
spinlock_t encrypt_compl_lock;
int async_notify;
u8 async_capable;
long unsigned int tx_bitmask;
};
5.19: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
spinlock_t encrypt_compl_lock;
int async_notify;
u8 async_capable;
long unsigned int tx_bitmask;
};
6.2: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
spinlock_t encrypt_compl_lock;
int async_notify;
u8 async_capable;
long unsigned int tx_bitmask;
};
6.5: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
spinlock_t encrypt_compl_lock;
int async_notify;
u8 async_capable;
long unsigned int tx_bitmask;
};
6.8: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
u8 async_capable;
long unsigned int tx_bitmask;
};
arm64: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
armhf: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
ppc64el: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
riscv64: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
aws: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
azure: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
gcp: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
lowlatency: ✅struct tls_sw_context_tx {
struct crypto_aead *aead_send;
struct crypto_wait async_wait;
struct tx_work tx_work;
struct tls_rec *open_rec;
struct list_head tx_list;
atomic_t encrypt_pending;
int async_notify;
int async_capable;
long unsigned int tx_bitmask;
};
Regular
5.0 and 5.3 ⚠️int async_capable
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️spinlock_t encrypt_compl_lock
int async_capable ➡️ u8 async_capable
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️struct tls_rec *open_rec ➡️ struct tls_rec *open_rec
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️spinlock_t encrypt_compl_lock
int async_notify
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅