Searched refs:macsec_csindex (Results 1 – 2 of 2) sorted by relevance
1590 unsigned int cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_get_dist_sak_length()1637 cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_encode_dist_sak_body()1767 kay->macsec_csindex = DEFAULT_CS_INDEX; in ieee802_1x_mka_decode_dist_sak_body()1768 cs = &cipher_suite_tbl[kay->macsec_csindex]; in ieee802_1x_mka_decode_dist_sak_body()1781 kay->macsec_csindex = idx; in ieee802_1x_mka_decode_dist_sak_body()2151 cs = &cipher_suite_tbl[kay->macsec_csindex]; in ieee802_1x_kay_generate_new_sak()3496 kay->macsec_csindex = DEFAULT_CS_INDEX; in ieee802_1x_kay_init()3914 if (kay->macsec_csindex == cs_index) in ieee802_1x_kay_change_cipher_suite()3920 kay->macsec_csindex = cs_index; in ieee802_1x_kay_change_cipher_suite()3921 kay->macsec_capable = cipher_suite_tbl[kay->macsec_csindex].capable; in ieee802_1x_kay_change_cipher_suite()
210 unsigned int macsec_csindex; /* MACsec cipher suite table index */ member