Home
last modified time | relevance | path

Searched refs:kay (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/src/pae/
Dieee802_1x_secy_ops.c20 int secy_cp_control_validate_frames(struct ieee802_1x_kay *kay, in secy_cp_control_validate_frames() argument
23 kay->vf = vf; 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() argument
32 if (!kay) { in secy_cp_control_protect_frames()
37 ops = kay->ctx; in secy_cp_control_protect_frames()
48 int secy_cp_control_replay(struct ieee802_1x_kay *kay, Boolean enabled, u32 win) in secy_cp_control_replay() argument
52 if (!kay) { in secy_cp_control_replay()
57 ops = kay->ctx; in secy_cp_control_replay()
68 int secy_cp_control_current_cipher_suite(struct ieee802_1x_kay *kay, in secy_cp_control_current_cipher_suite() argument
73 if (!kay) { in secy_cp_control_current_cipher_suite()
[all …]
Dieee802_1x_secy_ops.h21 int secy_init_macsec(struct ieee802_1x_kay *kay);
22 int secy_deinit_macsec(struct ieee802_1x_kay *kay);
25 int secy_cp_control_validate_frames(struct ieee802_1x_kay *kay,
27 int secy_cp_control_protect_frames(struct ieee802_1x_kay *kay, Boolean flag);
28 int secy_cp_control_replay(struct ieee802_1x_kay *kay, Boolean flag, u32 win);
29 int secy_cp_control_current_cipher_suite(struct ieee802_1x_kay *kay,
31 int secy_cp_control_confidentiality_offset(struct ieee802_1x_kay *kay,
33 int secy_cp_control_enable_port(struct ieee802_1x_kay *kay, Boolean flag);
36 int secy_get_receive_lowest_pn(struct ieee802_1x_kay *kay,
38 int secy_get_transmit_next_pn(struct ieee802_1x_kay *kay,
[all …]
Dieee802_1x_kay.c252 ieee802_1x_kay_get_participant(struct ieee802_1x_kay *kay, const u8 *ckn) in ieee802_1x_kay_get_participant() argument
256 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_participant()
273 ieee802_1x_kay_get_principal_participant(struct ieee802_1x_kay *kay) in ieee802_1x_kay_get_principal_participant() argument
277 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_principal_participant()
504 secy_disable_receive_sa(participant->kay, psa); in ieee802_1x_kay_deinit_receive_sc()
537 secy_get_available_receive_sc(participant->kay, &sc_ch); in ieee802_1x_kay_create_live_peer()
544 secy_create_receive_sc(participant->kay, rxsc); in ieee802_1x_kay_create_live_peer()
619 secy_get_available_receive_sc(participant->kay, &sc_ch); in ieee802_1x_kay_move_live_peer()
626 secy_create_receive_sc(participant->kay, rxsc); in ieee802_1x_kay_move_live_peer()
667 struct ieee802_1x_kay *kay = participant->kay; in ieee802_1x_mka_encode_basic_body() local
[all …]
Dieee802_1x_cp.c88 struct ieee802_1x_kay *kay; member
116 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled); in SM_STATE()
141 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled); in SM_STATE()
144 ieee802_1x_kay_delete_sas(sm->kay, sm->lki); in SM_STATE()
146 ieee802_1x_kay_delete_sas(sm->kay, sm->oki); in SM_STATE()
161 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled); in SM_STATE()
162 secy_cp_control_protect_frames(sm->kay, sm->protect_frames); in SM_STATE()
163 secy_cp_control_validate_frames(sm->kay, sm->validate_frames); in SM_STATE()
164 secy_cp_control_replay(sm->kay, sm->replay_protect, sm->replay_window); in SM_STATE()
179 secy_cp_control_enable_port(sm->kay, sm->controlled_port_enabled); in SM_STATE()
[all …]
Dieee802_1x_kay.h160 void ieee802_1x_kay_deinit(struct ieee802_1x_kay *kay);
163 ieee802_1x_kay_create_mka(struct ieee802_1x_kay *kay,
167 void ieee802_1x_kay_delete_mka(struct ieee802_1x_kay *kay,
169 void ieee802_1x_kay_mka_participate(struct ieee802_1x_kay *kay,
172 int ieee802_1x_kay_new_sak(struct ieee802_1x_kay *kay);
173 int ieee802_1x_kay_change_cipher_suite(struct ieee802_1x_kay *kay,
176 int ieee802_1x_kay_set_latest_sa_attr(struct ieee802_1x_kay *kay,
179 int ieee802_1x_kay_set_old_sa_attr(struct ieee802_1x_kay *kay,
182 int ieee802_1x_kay_create_sas(struct ieee802_1x_kay *kay,
184 int ieee802_1x_kay_delete_sas(struct ieee802_1x_kay *kay,
[all …]
Dieee802_1x_cp.h28 ieee802_1x_cp_sm_init(struct ieee802_1x_kay *kay,
Dieee802_1x_kay_i.h239 struct ieee802_1x_kay *kay; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpas_kay.c233 wpa_s->kay = res; in ieee802_1x_alloc_kay_sm()
241 if (!wpa_s->kay) in ieee802_1x_dealloc_kay_sm()
244 ieee802_1x_kay_deinit(wpa_s->kay); in ieee802_1x_dealloc_kay_sm()
245 wpa_s->kay = NULL; in ieee802_1x_dealloc_kay_sm()
314 if (!wpa_s->kay || wpa_s->kay->policy == DO_NOT_SECURE) in ieee802_1x_notify_create_actor()
362 res = ieee802_1x_kay_create_mka(wpa_s->kay, ckn, cak, 0, in ieee802_1x_notify_create_actor()
Dwpa_supplicant_i.h963 struct ieee802_1x_kay *kay; member
/external/clang/test/SemaCXX/
Dinit-priority-attr.cpp12 int kay( void ) { return k; }; in kay() function in Two
/external/dbus/
DAUTHORS49 Kay Sievers <kay.sievers@vrfy.org>
DChangeLog.pre-1-07579 Patch from Kay Sievers <kay.sievers@vrfy.org>
7994 2004-06-28 Kay Sievers <kay.sievers@vrfy.org>
/external/e2fsprogs/po/
Dtr.po1369 msgstr "Birincil dosya sistemi (%b) hatalı bloklar listesinde kayıtlı.\n"
1374 msgstr "Birincil grup tanımlarındaki blok %b, hatalı bloklar listesinde kayıtlı\n"
2066 msgstr "@E %Dr kayıt uzunluğunda, %N olmalıydı.\n"
4228 " filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
5123 " filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt10991 9kay
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt10991 9kay