Home | History | Annotate | Download | only in pae

Lines Matching refs:kay

43 	/* KaY -> CP */
57 /* CP -> KaY */
88 struct ieee802_1x_kay *kay;
115 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled);
140 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled);
143 ieee802_1x_kay_delete_sas(sm->kay, sm->lki);
145 ieee802_1x_kay_delete_sas(sm->kay, sm->oki);
160 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled);
161 secy_cp_control_protect_frames(sm->kay, sm->protect_frames);
162 secy_cp_control_encrypt(sm->kay, sm->kay->macsec_encrypt);
163 secy_cp_control_validate_frames(sm->kay, sm->validate_frames);
164 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window);
179 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled);
180 secy_cp_control_protect_frames(sm->kay, sm->protect_frames);
181 secy_cp_control_encrypt(sm->kay, sm->kay->macsec_encrypt);
182 secy_cp_control_validate_frames(sm->kay, sm->validate_frames);
183 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window);
193 sm->protect_frames = sm->kay->macsec_protect;
194 sm->replay_protect = sm->kay->macsec_replay_protect;
195 sm->validate_frames = sm->kay->macsec_validate;
199 secy_cp_control_current_cipher_suite(sm->kay, sm->current_cipher_suite);
205 secy_cp_control_confidentiality_offset(sm->kay,
207 secy_cp_control_protect_frames(sm->kay, sm->protect_frames);
208 secy_cp_control_encrypt(sm->kay, sm->kay->macsec_encrypt);
209 secy_cp_control_validate_frames(sm->kay, sm->validate_frames);
210 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window);
223 ieee802_1x_kay_set_old_sa_attr(sm->kay, sm->oki, sm->oan,
235 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
237 ieee802_1x_kay_create_sas(sm->kay, sm->lki);
238 ieee802_1x_kay_enable_rx_sas(sm->kay, sm->lki);
249 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
257 * the !electedSelf when KaY is not key server */
268 ieee802_1x_kay_enable_new_info(sm->kay);
277 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled);
279 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
281 ieee802_1x_kay_enable_tx_sas(sm->kay, sm->lki);
292 ieee802_1x_kay_set_old_sa_attr(sm->kay, sm->oki, sm->oan,
294 ieee802_1x_kay_enable_new_info(sm->kay);
306 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
308 ieee802_1x_kay_delete_sas(sm->kay, sm->lki);
312 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
327 ieee802_1x_kay_set_old_sa_attr(sm->kay, sm->oki, sm->oan,
429 struct ieee802_1x_cp_sm * ieee802_1x_cp_sm_init(struct ieee802_1x_kay *kay)
439 sm->kay = kay;
445 sm->protect_frames = kay->macsec_protect;
446 sm->validate_frames = kay->macsec_validate;
447 sm->replay_protect = kay->macsec_replay_protect;
448 sm->replay_window = kay->macsec_replay_window;
471 secy_cp_control_protect_frames(sm->kay, sm->protect_frames);
472 secy_cp_control_encrypt(sm->kay, sm->kay->macsec_encrypt);
473 secy_cp_control_validate_frames(sm->kay, sm->validate_frames);
474 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window);
475 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled);
476 secy_cp_control_confidentiality_offset(sm->kay,