Searched defs:tls_context (Results 1 – 2 of 2) sorted by relevance
183 struct tls_context { struct184 union tls_crypto_context crypto_send;185 union tls_crypto_context crypto_recv;187 struct list_head list;188 struct net_device *netdev;189 refcount_t refcount;191 void *priv_ctx_tx;192 void *priv_ctx_rx;194 u8 tx_conf:3;195 u8 rx_conf:3;[all …]
240 struct tls_context { struct242 struct tls_prot_info prot_info;244 u8 tx_conf:3;245 u8 rx_conf:3;247 int (*push_pending_record)(struct sock *sk, int flags);248 void (*sk_write_space)(struct sock *sk);250 void *priv_ctx_tx;251 void *priv_ctx_rx;253 struct net_device *netdev;256 struct cipher_context tx;[all …]