Home
last modified time | relevance | path

Searched refs:tlspcb (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c67 struct tlspcb { struct
103 static int ktls_setup_keys(struct tlspcb *tlsp, argument
111 static inline struct tlspcb *
114 return (__containerof(t, struct tlspcb, com)); in mst_to_tls()
117 static struct tlspcb *
122 struct tlspcb *tlsp; in alloc_tlspcb()
150 struct tlspcb *tlsp, int atid, void *dst) in mk_ktls_act_open_req()
181 struct inpcb *inp, struct tlspcb *tlsp, int atid, void *dst) in mk_ktls_act_open_req6()
216 struct inpcb *inp, struct tlspcb *tlsp, int atid) in send_ktls_act_open_req()
253 struct tlspcb *tlsp = lookup_atid(sc, atid); in ktls_act_open_rpl()
[all …]
H A Dt7_kern_tls.c71 struct tlspcb { struct
110 static int ktls_setup_keys(struct tlspcb *tlsp, argument
121 static inline struct tlspcb *
124 return (__containerof(t, struct tlspcb, com)); in mst_to_tls()
127 static struct tlspcb *
132 struct tlspcb *tlsp; in alloc_tlspcb()
156 struct tlspcb *tlsp; in t7_tls_tag_alloc()
352 ktls_setup_keys(struct tlspcb *tlsp, const struct ktls_session *tls, in ktls_setup_keys()
403 ktls_base_wr_size(struct tlspcb *tlsp, bool inline_key) in ktls_base_wr_size()
459 ktls_is_short_record(struct tlspcb *tlsp, struct mbuf *m_tls, u_int tlen, in ktls_is_short_record()
[all …]