Home
last modified time | relevance | path

Searched refs:tlsp (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/cxgbe/crypto/
H A Dt7_kern_tls.c110 static int ktls_setup_keys(struct tlspcb *tlsp,
132 struct tlspcb *tlsp; in alloc_tlspcb() local
134 tlsp = malloc(sizeof(*tlsp), M_CXGBE, M_ZERO | flags); in alloc_tlspcb()
135 if (tlsp == NULL) in alloc_tlspcb()
138 m_snd_tag_init(&tlsp->com, ifp, &t7_tls_tag_sw); in alloc_tlspcb()
139 tlsp->vi = vi; in alloc_tlspcb()
140 tlsp->sc = sc; in alloc_tlspcb()
141 tlsp->tx_key_addr = -1; in alloc_tlspcb()
142 tlsp->ghash_offset = -1; in alloc_tlspcb()
143 tlsp->rx_chid = pi->rx_chan; in alloc_tlspcb()
[all …]
H A Dt6_kern_tls.c103 static int ktls_setup_keys(struct tlspcb *tlsp,
122 struct tlspcb *tlsp; in alloc_tlspcb() local
124 tlsp = malloc(sizeof(*tlsp), M_CXGBE, M_ZERO | flags); in alloc_tlspcb()
125 if (tlsp == NULL) in alloc_tlspcb()
128 m_snd_tag_init(&tlsp->com, ifp, &t6_tls_tag_sw); in alloc_tlspcb()
129 tlsp->vi = vi; in alloc_tlspcb()
130 tlsp->sc = sc; in alloc_tlspcb()
131 tlsp->ctrlq = &sc->sge.ctrlq[pi->port_id]; in alloc_tlspcb()
132 tlsp->tid = -1; in alloc_tlspcb()
133 tlsp->tx_key_addr = -1; in alloc_tlspcb()
[all …]
/src/lib/libc/net/
H A Dprotocols62 tlsp 56 TLSP # Transport Layer Security Protocol
/src/sys/kern/
H A Duipc_ktls.c600 struct ktls_session **tlsp, int direction) in ktls_create_session() argument
823 *tlsp = tls; in ktls_create_session()