Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c1408 int cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_get_dist_sak_length()
1453 cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_encode_dist_sak_body()
1601 participant->kay->macsec_csindex = DEFAULT_CS_INDEX; in ieee802_1x_mka_decode_dist_sak_body()
1611 participant->kay->macsec_csindex = cs->index; in ieee802_1x_mka_decode_dist_sak_body()
1668 cipher_suite_tbl[participant->kay->macsec_csindex].id); in ieee802_1x_mka_decode_dist_sak_body()
1984 conf->key_len = cipher_suite_tbl[kay->macsec_csindex].sak_len; in ieee802_1x_kay_generate_new_sak()
2057 cipher_suite_tbl[kay->macsec_csindex].id); in ieee802_1x_kay_generate_new_sak()
3159 kay->macsec_csindex = DEFAULT_CS_INDEX; in ieee802_1x_kay_init()
3525 if (kay->macsec_csindex == cs_index) in ieee802_1x_kay_change_cipher_suite()
3531 kay->macsec_csindex = cs_index; in ieee802_1x_kay_change_cipher_suite()
[all …]
Dieee802_1x_kay.h129 int macsec_csindex; /* MACsec cipher suite table index */ member