Lines Matching defs:tls_context
87 struct tls_context { struct
88 union tls_crypto_context crypto_send;
90 void *priv_ctx;
92 u8 tx_conf:2;
94 u16 prepend_size;
95 u16 tag_size;
96 u16 overhead_size;
97 u16 iv_size;
98 char *iv;
99 u16 rec_seq_size;
100 char *rec_seq;
102 struct scatterlist *partially_sent_record;
103 u16 partially_sent_offset;
104 unsigned long flags;
128 int tls_set_sw_offload(struct sock *sk, struct tls_context *ctx); argument