Home
last modified time | relevance | path

Searched defs:tls_sw_context_tx (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
A Dtls.h130 struct tls_sw_context_tx { struct
131 struct crypto_aead *aead_send;
132 struct crypto_wait async_wait;
133 struct tx_work tx_work;
134 struct tls_rec *open_rec;
135 struct list_head tx_list;
136 atomic_t encrypt_pending;
138 spinlock_t encrypt_compl_lock;
139 int async_notify;
140 u8 async_capable:1;
[all …]

Completed in 6 milliseconds