Searched defs:tls_rec (Results 1 – 1 of 1) sorted by relevance
98 struct tls_rec { struct99 struct list_head list;100 int tx_ready;101 int tx_flags;103 struct sk_msg msg_plaintext;104 struct sk_msg msg_encrypted;107 struct scatterlist sg_aead_in[2];109 struct scatterlist sg_aead_out[2];134 struct tls_rec *open_rec; argument
Completed in 8 milliseconds