Searched refs:rxsc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_secy_ops.h41 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
42 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc);
H A Dieee802_1x_secy_ops.c240 int secy_create_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
244 if (!kay || !rxsc) {
256 return ops->create_receive_sc(ops->ctx, rxsc, kay->vf, kay->co);
260 int secy_delete_receive_sc(struct ieee802_1x_kay *kay, struct receive_sc *rxsc) argument
264 if (!kay || !rxsc) {
276 return ops->delete_receive_sc(ops->ctx, rxsc);
H A Dieee802_1x_kay.c612 struct receive_sc *rxsc; local
621 rxsc = ieee802_1x_kay_init_receive_sc(&peer->sci);
622 if (!rxsc) {
627 if (secy_create_receive_sc(participant->kay, rxsc)) {
628 os_free(rxsc);
633 dl_list_add(&participant->rxsc_list, &rxsc->list);
672 struct receive_sc *rxsc; local
678 rxsc = ieee802_1x_kay_init_receive_sc(&participant->current_peer_sci);
679 if (!rxsc)
691 if (secy_create_receive_sc(participant->kay, rxsc)) {
1371 struct receive_sc *rxsc; local
2508 struct receive_sc *rxsc, *pre_rxsc; local
2817 lookup_rxsa_by_an(struct receive_sc *rxsc, u8 an) argument
2838 struct receive_sc *rxsc; local
2903 struct receive_sc *rxsc; local
2979 struct receive_sc *rxsc; local
3763 struct receive_sc *rxsc; local
[all...]

Completed in 162 milliseconds