Searched defs:tls_sw_context_tx (Results 1 – 1 of 1) sorted by relevance
135 struct tls_sw_context_tx { struct136 struct crypto_aead *aead_send;137 struct crypto_wait async_wait;138 struct tx_work tx_work;139 struct tls_rec *open_rec;140 struct list_head tx_list;141 atomic_t encrypt_pending;143 spinlock_t encrypt_compl_lock;144 int async_notify;145 u8 async_capable:1;[all …]