Searched defs:tls_rec (Results 1 – 2 of 2) sorted by relevance
111 struct tls_rec { struct112 struct list_head list;113 int tx_ready;114 int tx_flags;116 struct sk_msg msg_plaintext;117 struct sk_msg msg_encrypted;120 struct scatterlist sg_aead_in[2];122 struct scatterlist sg_aead_out[2];124 char content_type;125 struct scatterlist sg_content_type;[all …]
99 struct tls_rec { struct100 struct list_head list;101 int tx_ready;102 int tx_flags;104 struct sk_msg msg_plaintext;105 struct sk_msg msg_encrypted;108 struct scatterlist sg_aead_in[2];110 struct scatterlist sg_aead_out[2];135 struct tls_rec *open_rec; argument