Lines Matching +full:secure +full:- +full:only
1 /* SPDX-License-Identifier: GPL-2.0+ */
47 * struct macsec_key - SA key
48 * @id: user-provided key identifier
103 * struct macsec_rx_sa - receive secure association
108 * @ssci: short secure channel identifier
109 * @stats: per-SA stats
137 * struct macsec_rx_sc - receive secure channel
138 * @sci: secure channel identifier for this SC
140 * @sa: array of secure associations
141 * @stats: per-SC stats
154 * struct macsec_tx_sa - transmit secure association
159 * @ssci: short secure channel identifier
160 * @stats: per-SA stats
177 * struct macsec_tx_sc - transmit secure channel
180 * @encrypt: encrypt packets on transmit, or authenticate only
184 * @sa: array of secure associations
199 * struct macsec_secy - MACsec Security Entity
201 * @n_rx_sc: number of receive secure channels configured on this SecY
202 * @sci: secure channel identifier used for tx
211 * @tx_sc: transmit secure channel
212 * @rx_sc: linked list of receive secure channels
231 * struct macsec_context - MACsec context for hardware offloading
262 * struct macsec_ops - MACsec offloading operations