Home
last modified time | relevance | path

Searched refs:cs_index (Results 1 - 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.c1553 unsigned int cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_get_dist_sak_length() local
1555 if (participant->advised_desired && cs_index < CS_TABLE_SIZE) { in ieee802_1x_mka_get_dist_sak_length()
1557 if (cs_index != DEFAULT_CS_INDEX) in ieee802_1x_mka_get_dist_sak_length()
1560 length += cipher_suite_tbl[cs_index].sak_len + 8; in ieee802_1x_mka_get_dist_sak_length()
1578 unsigned int cs_index; in ieee802_1x_mka_encode_dist_sak_body() local
1600 cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_encode_dist_sak_body()
1602 if (cs_index >= CS_TABLE_SIZE) in ieee802_1x_mka_encode_dist_sak_body()
1604 if (cs_index != DEFAULT_CS_INDEX) { in ieee802_1x_mka_encode_dist_sak_body()
1607 cs = host_to_be64(cipher_suite_tbl[cs_index].id); in ieee802_1x_mka_encode_dist_sak_body()
1612 cipher_suite_tbl[cs_index] in ieee802_1x_mka_encode_dist_sak_body()
3864 ieee802_1x_kay_change_cipher_suite(struct ieee802_1x_kay *kay, unsigned int cs_index) ieee802_1x_kay_change_cipher_suite() argument
[all...]
H A Dieee802_1x_kay.h259 unsigned int cs_index);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c1590 unsigned int cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_get_dist_sak_length() local
1592 if (participant->advised_desired && cs_index < CS_TABLE_SIZE) { in ieee802_1x_mka_get_dist_sak_length()
1594 if (cs_index != DEFAULT_CS_INDEX) in ieee802_1x_mka_get_dist_sak_length()
1597 length += cipher_suite_tbl[cs_index].sak_len + 8; in ieee802_1x_mka_get_dist_sak_length()
1615 unsigned int cs_index; in ieee802_1x_mka_encode_dist_sak_body() local
1637 cs_index = participant->kay->macsec_csindex; in ieee802_1x_mka_encode_dist_sak_body()
1639 if (cs_index >= CS_TABLE_SIZE) in ieee802_1x_mka_encode_dist_sak_body()
1641 if (cs_index != DEFAULT_CS_INDEX) { in ieee802_1x_mka_encode_dist_sak_body()
1644 cs = host_to_be64(cipher_suite_tbl[cs_index].id); in ieee802_1x_mka_encode_dist_sak_body()
1649 cipher_suite_tbl[cs_index] in ieee802_1x_mka_encode_dist_sak_body()
3900 ieee802_1x_kay_change_cipher_suite(struct ieee802_1x_kay *kay, unsigned int cs_index) ieee802_1x_kay_change_cipher_suite() argument
[all...]
H A Dieee802_1x_kay.h259 unsigned int cs_index);
/third_party/f2fs-tools/fsck/
H A Dfsck.c3015 int cs_index, ret, last_valid_blkoff; in chk_and_fix_wp_with_sit() local
3034 for (cs_index = 0; cs_index < NO_CHECK_TYPE; cs_index++) { in chk_and_fix_wp_with_sit()
3035 cs = &SM_I(sbi)->curseg_array[cs_index]; in chk_and_fix_wp_with_sit()

Completed in 12 milliseconds