Searched defs:tls_rec (Results 1 – 1 of 1) sorted by relevance
57 struct tls_rec { struct58 struct list_head list;59 int tx_ready;60 int tx_flags;62 struct sk_msg msg_plaintext;63 struct sk_msg msg_encrypted;70 char content_type;73 struct sock *sk;76 u8 iv_data[MAX_IV_SIZE];77 struct aead_request aead_req;[all …]
Completed in 3 milliseconds