Home
last modified time | relevance | path

Searched defs:kay (Results 1 – 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_secy_ops.c20 int secy_cp_control_validate_frames(struct ieee802_1x_kay *kay, in secy_cp_control_validate_frames()
28 int secy_cp_control_protect_frames(struct ieee802_1x_kay *kay, bool enabled) in secy_cp_control_protect_frames()
48 int secy_cp_control_encrypt(struct ieee802_1x_kay *kay, bool enabled) in secy_cp_control_encrypt()
68 int secy_cp_control_replay(struct ieee802_1x_kay *kay, bool enabled, u32 win) in secy_cp_control_replay()
88 int secy_cp_control_current_cipher_suite(struct ieee802_1x_kay *kay, u64 cs) in secy_cp_control_current_cipher_suite()
108 int secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, in secy_cp_control_confidentiality_offset()
116 int secy_cp_control_enable_port(struct ieee802_1x_kay *kay, bool enabled) in secy_cp_control_enable_port()
136 int secy_get_capability(struct ieee802_1x_kay *kay, enum macsec_cap *cap) in secy_get_capability()
156 int secy_get_receive_lowest_pn(struct ieee802_1x_kay *kay, in secy_get_receive_lowest_pn()
177 int secy_get_transmit_next_pn(struct ieee802_1x_kay *kay, in secy_get_transmit_next_pn()
[all …]
Dieee802_1x_kay.c280 ieee802_1x_kay_get_participant(struct ieee802_1x_kay *kay, const u8 *ckn, in ieee802_1x_kay_get_participant()
303 ieee802_1x_kay_get_principal_participant(struct ieee802_1x_kay *kay) in ieee802_1x_kay_get_principal_participant()
547 static void ieee802_1x_delete_receive_sa(struct ieee802_1x_kay *kay, in ieee802_1x_delete_receive_sa()
740 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_encode_basic_body() local
792 ieee802_1x_mka_decode_basic_body(struct ieee802_1x_kay *kay, const u8 *mka_msg, in ieee802_1x_mka_decode_basic_body()
1288 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_encode_sak_use_body() local
1388 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_decode_sak_use_body() local
1692 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_decode_dist_sak_body() local
2119 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_kay_generate_new_sak() local
2271 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_kay_elect_key_server() local
[all …]
Dieee802_1x_cp.c86 struct ieee802_1x_kay *kay; member
446 struct ieee802_1x_cp_sm * ieee802_1x_cp_sm_init(struct ieee802_1x_kay *kay) in ieee802_1x_cp_sm_init()
Dieee802_1x_kay_i.h150 struct ieee802_1x_kay *kay; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_secy_ops.c20 int secy_cp_control_validate_frames(struct ieee802_1x_kay *kay, in secy_cp_control_validate_frames()
28 int secy_cp_control_protect_frames(struct ieee802_1x_kay *kay, Boolean enabled) in secy_cp_control_protect_frames()
48 int secy_cp_control_encrypt(struct ieee802_1x_kay *kay, Boolean enabled) in secy_cp_control_encrypt()
68 int secy_cp_control_replay(struct ieee802_1x_kay *kay, Boolean enabled, u32 win) in secy_cp_control_replay()
88 int secy_cp_control_current_cipher_suite(struct ieee802_1x_kay *kay, u64 cs) in secy_cp_control_current_cipher_suite()
108 int secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay, in secy_cp_control_confidentiality_offset()
116 int secy_cp_control_enable_port(struct ieee802_1x_kay *kay, Boolean enabled) in secy_cp_control_enable_port()
136 int secy_get_capability(struct ieee802_1x_kay *kay, enum macsec_cap *cap) in secy_get_capability()
156 int secy_get_receive_lowest_pn(struct ieee802_1x_kay *kay, in secy_get_receive_lowest_pn()
177 int secy_get_transmit_next_pn(struct ieee802_1x_kay *kay, in secy_get_transmit_next_pn()
[all …]
Dieee802_1x_kay.c280 ieee802_1x_kay_get_participant(struct ieee802_1x_kay *kay, const u8 *ckn, in ieee802_1x_kay_get_participant()
303 ieee802_1x_kay_get_principal_participant(struct ieee802_1x_kay *kay) in ieee802_1x_kay_get_principal_participant()
547 static void ieee802_1x_delete_receive_sa(struct ieee802_1x_kay *kay, in ieee802_1x_delete_receive_sa()
740 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_encode_basic_body() local
792 ieee802_1x_mka_decode_basic_body(struct ieee802_1x_kay *kay, const u8 *mka_msg, in ieee802_1x_mka_decode_basic_body()
1288 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_encode_sak_use_body() local
1379 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_decode_sak_use_body() local
1655 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_decode_dist_sak_body() local
2082 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_kay_generate_new_sak() local
2234 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_kay_elect_key_server() local
[all …]
Dieee802_1x_cp.c86 struct ieee802_1x_kay *kay; member
435 struct ieee802_1x_cp_sm * ieee802_1x_cp_sm_init(struct ieee802_1x_kay *kay) in ieee802_1x_cp_sm_init()
Dieee802_1x_kay_i.h150 struct ieee802_1x_kay *kay; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h240 struct ieee802_1x_kay *kay; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h250 struct ieee802_1x_kay *kay; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant_i.h1027 struct ieee802_1x_kay *kay; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant_i.h1236 struct ieee802_1x_kay *kay; member