Lines Matching defs:tls_rec
57 struct tls_rec { struct
58 struct list_head list;
59 int tx_ready;
60 int tx_flags;
62 struct sk_msg msg_plaintext;
63 struct sk_msg msg_encrypted;
66 struct scatterlist sg_aead_in[2];
68 struct scatterlist sg_aead_out[2];
70 char content_type;
71 struct scatterlist sg_content_type;
73 char aad_space[TLS_AAD_SPACE_SIZE];
74 u8 iv_data[MAX_IV_SIZE];
75 struct aead_request aead_req;
76 u8 aead_req_ctx[];