Lines Matching defs:tls_rec
111 struct tls_rec { struct
112 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;
127 struct sock *sk;
129 char aad_space[TLS_AAD_SPACE_SIZE];
130 u8 iv_data[TLS_MAX_IV_SIZE];
131 struct aead_request aead_req;
132 u8 aead_req_ctx[];