Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h111 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;
[all …]